org.ota.shared
Class RegionGroup

java.lang.Object
  extended by org.ota.shared.RegionGroup

public class RegionGroup
extends java.lang.Object

Contains the region information for the sailing 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="RegionGroup">
   <xs:attribute type="xs:string" use="optional" name="RegionCode"/>
   <xs:attribute type="xs:string" use="optional" name="RegionName"/>
   <xs:attribute type="xs:string" use="optional" name="SubRegionCode"/>
   <xs:attribute type="xs:string" use="optional" name="SubRegionName"/>
 </xs:attributeGroup>
 


Constructor Summary
RegionGroup()
           
 
Method Summary
 java.lang.String getRegionCode()
          Get the 'RegionCode' attribute value.
 java.lang.String getRegionName()
          Get the 'RegionName' attribute value.
 java.lang.String getSubRegionCode()
          Get the 'SubRegionCode' attribute value.
 java.lang.String getSubRegionName()
          Get the 'SubRegionName' attribute value.
 void setRegionCode(java.lang.String regionCode)
          Set the 'RegionCode' attribute value.
 void setRegionName(java.lang.String regionName)
          Set the 'RegionName' attribute value.
 void setSubRegionCode(java.lang.String subRegionCode)
          Set the 'SubRegionCode' attribute value.
 void setSubRegionName(java.lang.String subRegionName)
          Set the 'SubRegionName' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionGroup

public RegionGroup()
Method Detail

getRegionCode

public java.lang.String getRegionCode()
Get the 'RegionCode' attribute value. Specifies a region code.

Returns:
value

setRegionCode

public void setRegionCode(java.lang.String regionCode)
Set the 'RegionCode' attribute value. Specifies a region code.

Parameters:
regionCode -

getRegionName

public java.lang.String getRegionName()
Get the 'RegionName' attribute value. Specifies the region name.

Returns:
value

setRegionName

public void setRegionName(java.lang.String regionName)
Set the 'RegionName' attribute value. Specifies the region name.

Parameters:
regionName -

getSubRegionCode

public java.lang.String getSubRegionCode()
Get the 'SubRegionCode' attribute value. A sub-region code for the specified region.

Returns:
value

setSubRegionCode

public void setSubRegionCode(java.lang.String subRegionCode)
Set the 'SubRegionCode' attribute value. A sub-region code for the specified region.

Parameters:
subRegionCode -

getSubRegionName

public java.lang.String getSubRegionName()
Get the 'SubRegionName' attribute value. A sub-region name for the specified region.

Returns:
value

setSubRegionName

public void setSubRegionName(java.lang.String subRegionName)
Set the 'SubRegionName' attribute value. A sub-region name for the specified region.

Parameters:
subRegionName -