org.ota.cruise
Class SailingSearchQualifier.Port

java.lang.Object
  extended by org.ota.cruise.SailingSearchQualifier.Port
Enclosing class:
SailingSearchQualifier

public static class SailingSearchQualifier.Port
extends java.lang.Object

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

SailingSearchQualifier.Port

public SailingSearchQualifier.Port()
Method Detail

getLocationInfoGroup

public LocationInfoGroup getLocationInfoGroup()
Get the 'LocationInfoGroup' attributeGroup value.

Returns:
value

setLocationInfoGroup

public void setLocationInfoGroup(LocationInfoGroup locationInfoGroup)
Set the 'LocationInfoGroup' attributeGroup value.

Parameters:
locationInfoGroup -

getEmbarkIndicator

public java.lang.Boolean getEmbarkIndicator()
Get the 'EmbarkIndicator' attribute value. When true idicates embarking.

Returns:
value

setEmbarkIndicator

public void setEmbarkIndicator(java.lang.Boolean embarkIndicator)
Set the 'EmbarkIndicator' attribute value. When true idicates embarking.

Parameters:
embarkIndicator -

getDisembarkIndicator

public java.lang.Boolean getDisembarkIndicator()
Get the 'DisembarkIndicator' attribute value. When true indicates debarking.

Returns:
value

setDisembarkIndicator

public void setDisembarkIndicator(java.lang.Boolean disembarkIndicator)
Set the 'DisembarkIndicator' attribute value. When true indicates debarking.

Parameters:
disembarkIndicator -