org.ota.cruise
Class LocationInfoGroup

java.lang.Object
  extended by org.ota.cruise.LocationInfoGroup

public class LocationInfoGroup
extends java.lang.Object

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

LocationInfoGroup

public LocationInfoGroup()
Method Detail

getPortCode

public java.lang.String getPortCode()
Get the 'PortCode' attribute value. Specifies the Port Code

Returns:
value

setPortCode

public void setPortCode(java.lang.String portCode)
Set the 'PortCode' attribute value. Specifies the Port Code

Parameters:
portCode -

getPortName

public java.lang.String getPortName()
Get the 'PortName' attribute value. Specifies the Port name for the above Port Code

Returns:
value

setPortName

public void setPortName(java.lang.String portName)
Set the 'PortName' attribute value. Specifies the Port name for the above Port Code

Parameters:
portName -

getPortCountryCode

public java.lang.String getPortCountryCode()
Get the 'PortCountryCode' attribute value. Specifies the Country Code for the above port. ISO3166 specifies all the ISO country codes.

Returns:
value

setPortCountryCode

public void setPortCountryCode(java.lang.String portCountryCode)
Set the 'PortCountryCode' attribute value. Specifies the Country Code for the above port. ISO3166 specifies all the ISO country codes.

Parameters:
portCountryCode -

getDockIndicator

public java.lang.Boolean getDockIndicator()
Get the 'DockIndicator' attribute value. When true, the ship docks at this port.

Returns:
value

setDockIndicator

public void setDockIndicator(java.lang.Boolean dockIndicator)
Set the 'DockIndicator' attribute value. When true, the ship docks at this port.

Parameters:
dockIndicator -

getShorexIndicator

public java.lang.Boolean getShorexIndicator()
Get the 'ShorexIndicator' attribute value. When true, one or more shore excursions are offered at this port.

Returns:
value

setShorexIndicator

public void setShorexIndicator(java.lang.Boolean shorexIndicator)
Set the 'ShorexIndicator' attribute value. When true, one or more shore excursions are offered at this port.

Parameters:
shorexIndicator -