|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.RegionGroup
public class RegionGroup
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 |
---|
public RegionGroup()
Method Detail |
---|
public java.lang.String getRegionCode()
public void setRegionCode(java.lang.String regionCode)
regionCode
- public java.lang.String getRegionName()
public void setRegionName(java.lang.String regionName)
regionName
- public java.lang.String getSubRegionCode()
public void setSubRegionCode(java.lang.String subRegionCode)
subRegionCode
- public java.lang.String getSubRegionName()
public void setSubRegionName(java.lang.String subRegionName)
subRegionName
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |