|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.ShipReferenceGroup
public class ShipReferenceGroup
Specifies a vendor and ship. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ShipReferenceGroup"> <xs:attribute type="xs:string" use="optional" name="VendorCode"/> <xs:attribute type="xs:string" use="optional" name="VendorName"/> <xs:attribute type="xs:string" use="optional" name="ShipCode"/> <xs:attribute type="xs:string" use="optional" name="ShipName"/> <xs:attribute type="xs:string" use="optional" name="VendorCodeContext"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
ShipReferenceGroup()
|
Method Summary | |
---|---|
java.lang.String |
getShipCode()
Get the 'ShipCode' attribute value. |
java.lang.String |
getShipName()
Get the 'ShipName' attribute value. |
java.lang.String |
getVendorCode()
Get the 'VendorCode' attribute value. |
java.lang.String |
getVendorCodeContext()
Get the 'VendorCodeContext' attribute value. |
java.lang.String |
getVendorName()
Get the 'VendorName' attribute value. |
void |
setShipCode(java.lang.String shipCode)
Set the 'ShipCode' attribute value. |
void |
setShipName(java.lang.String shipName)
Set the 'ShipName' attribute value. |
void |
setVendorCode(java.lang.String vendorCode)
Set the 'VendorCode' attribute value. |
void |
setVendorCodeContext(java.lang.String vendorCodeContext)
Set the 'VendorCodeContext' attribute value. |
void |
setVendorName(java.lang.String vendorName)
Set the 'VendorName' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShipReferenceGroup()
Method Detail |
---|
public java.lang.String getVendorCode()
public void setVendorCode(java.lang.String vendorCode)
vendorCode
- public java.lang.String getVendorName()
public void setVendorName(java.lang.String vendorName)
vendorName
- public java.lang.String getShipCode()
public void setShipCode(java.lang.String shipCode)
shipCode
- public java.lang.String getShipName()
public void setShipName(java.lang.String shipName)
shipName
- public java.lang.String getVendorCodeContext()
public void setVendorCodeContext(java.lang.String vendorCodeContext)
vendorCodeContext
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |