|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.SailingSearchQualifier.Port
public static class SailingSearchQualifier.Port
Provides information regarding the port. Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Port" minOccurs="0">
<xs:complexType>
<xs:attributeGroup ref="ns:PortInfoGroup"/>
</xs:complexType>
</xs:element>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PortInfoGroup">
<xs:attributeGroup ref="ns:LocationInfoGroup"/>
<xs:attribute type="xs:boolean" use="optional" name="EmbarkIndicator"/>
<xs:attribute type="xs:boolean" use="optional" name="DisembarkIndicator"/>
</xs:attributeGroup>
| Constructor Summary | |
|---|---|
SailingSearchQualifier.Port()
|
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getDisembarkIndicator()
Get the 'DisembarkIndicator' attribute value. |
java.lang.Boolean |
getEmbarkIndicator()
Get the 'EmbarkIndicator' attribute value. |
LocationInfoGroup |
getLocationInfoGroup()
Get the 'LocationInfoGroup' attributeGroup value. |
void |
setDisembarkIndicator(java.lang.Boolean disembarkIndicator)
Set the 'DisembarkIndicator' attribute value. |
void |
setEmbarkIndicator(java.lang.Boolean embarkIndicator)
Set the 'EmbarkIndicator' attribute value. |
void |
setLocationInfoGroup(LocationInfoGroup locationInfoGroup)
Set the 'LocationInfoGroup' attributeGroup value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SailingSearchQualifier.Port()
| Method Detail |
|---|
public LocationInfoGroup getLocationInfoGroup()
public void setLocationInfoGroup(LocationInfoGroup locationInfoGroup)
locationInfoGroup - public java.lang.Boolean getEmbarkIndicator()
public void setEmbarkIndicator(java.lang.Boolean embarkIndicator)
embarkIndicator - public java.lang.Boolean getDisembarkIndicator()
public void setDisembarkIndicator(java.lang.Boolean disembarkIndicator)
disembarkIndicator -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||