|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.LocationInfoGroup
public class LocationInfoGroup
Specifies details about a particular location 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="LocationInfoGroup"> <xs:attribute type="xs:string" use="optional" name="PortCode"/> <xs:attribute type="xs:string" use="optional" name="PortName"/> <xs:attribute type="xs:string" use="optional" name="PortCountryCode"/> <xs:attribute type="xs:boolean" use="optional" name="DockIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="ShorexIndicator"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
LocationInfoGroup()
|
Method Summary | |
---|---|
java.lang.Boolean |
getDockIndicator()
Get the 'DockIndicator' attribute value. |
java.lang.String |
getPortCode()
Get the 'PortCode' attribute value. |
java.lang.String |
getPortCountryCode()
Get the 'PortCountryCode' attribute value. |
java.lang.String |
getPortName()
Get the 'PortName' attribute value. |
java.lang.Boolean |
getShorexIndicator()
Get the 'ShorexIndicator' attribute value. |
void |
setDockIndicator(java.lang.Boolean dockIndicator)
Set the 'DockIndicator' attribute value. |
void |
setPortCode(java.lang.String portCode)
Set the 'PortCode' attribute value. |
void |
setPortCountryCode(java.lang.String portCountryCode)
Set the 'PortCountryCode' attribute value. |
void |
setPortName(java.lang.String portName)
Set the 'PortName' attribute value. |
void |
setShorexIndicator(java.lang.Boolean shorexIndicator)
Set the 'ShorexIndicator' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocationInfoGroup()
Method Detail |
---|
public java.lang.String getPortCode()
public void setPortCode(java.lang.String portCode)
portCode
- public java.lang.String getPortName()
public void setPortName(java.lang.String portName)
portName
- public java.lang.String getPortCountryCode()
public void setPortCountryCode(java.lang.String portCountryCode)
portCountryCode
- public java.lang.Boolean getDockIndicator()
public void setDockIndicator(java.lang.Boolean dockIndicator)
dockIndicator
- public java.lang.Boolean getShorexIndicator()
public void setShorexIndicator(java.lang.Boolean shorexIndicator)
shorexIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |