|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.tour.SearchRQ.DestinationPref
public static class SearchRQ.DestinationPref
Up to 9 destinations to be included in or excluded from the search 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="DestinationPref" minOccurs="0" maxOccurs="9"> <xs:complexType> <xs:simpleContent> <xs:extension base="ns:CountryNameType"> <xs:attribute type="xs:string" use="optional" name="StateCodeList"/> <xs:attributeGroup ref="ns:RegionGroup"/> <xs:attribute type="xs:string" use="optional" name="Placemark"/> <xs:attributeGroup ref="ns:PreferLevelGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PreferLevelGroup"> <xs:attribute type="ns:PreferLevelType" use="optional" name="PreferLevel"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
SearchRQ.DestinationPref()
|
Method Summary | |
---|---|
CountryName |
getCountryName()
Get the extension value. |
java.lang.String |
getPlacemark()
Get the 'Placemark' attribute value. |
PreferLevel |
getPreferLevel()
Get the 'PreferLevel' attribute value. |
RegionGroup |
getRegionGroup()
Get the 'RegionGroup' attributeGroup value. |
java.lang.String |
getStateCodeList()
Get the 'StateCodeList' attribute value. |
void |
setCountryName(CountryName countryName)
Set the extension value. |
void |
setPlacemark(java.lang.String placemark)
Set the 'Placemark' attribute value. |
void |
setPreferLevel(PreferLevel preferLevel)
Set the 'PreferLevel' attribute value. |
void |
setRegionGroup(RegionGroup regionGroup)
Set the 'RegionGroup' attributeGroup value. |
void |
setStateCodeList(java.lang.String stateCodeList)
Set the 'StateCodeList' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchRQ.DestinationPref()
Method Detail |
---|
public CountryName getCountryName()
public void setCountryName(CountryName countryName)
countryName
- public java.lang.String getStateCodeList()
public void setStateCodeList(java.lang.String stateCodeList)
stateCodeList
- public RegionGroup getRegionGroup()
public void setRegionGroup(RegionGroup regionGroup)
regionGroup
- public java.lang.String getPlacemark()
public void setPlacemark(java.lang.String placemark)
placemark
- public PreferLevel getPreferLevel()
public void setPreferLevel(PreferLevel preferLevel)
preferLevel
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |