|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.Features.Feature
public static class Features.Feature
Describes the security and physically challenged features that a hotel offers. 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="Feature" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Charge" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:complexType> </xs:element> <xs:element type="ns:MultimediaDescriptionsType" name="MultimediaDescriptions" minOccurs="0"/> <xs:element type="xs:string" name="DescriptiveText" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:CodeInfoGroup"/> <xs:attribute type="xs:string" use="optional" name="AccessibleCode"/> <xs:attribute type="xs:string" use="optional" name="SecurityCode"/> <xs:attribute type="xs:string" use="optional" name="ExistsCode"/> <xs:attribute type="xs:string" use="optional" name="ProximityCode"/> <xs:attributeGroup ref="ns:ID_OptionalGroup"/> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_OptionalGroup"> <xs:attribute type="xs:string" use="optional" name="ID"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
Features.Feature()
|
Method Summary | |
---|---|
java.lang.String |
getAccessibleCode()
Get the 'AccessibleCode' attribute value. |
CurrencyAmountGroup |
getCharge()
Get the 'CurrencyAmountGroup' attributeGroup value. |
CodeInfoGroup |
getCodeInfoGroup()
Get the 'CodeInfoGroup' attributeGroup value. |
java.lang.String |
getDescriptiveText()
Get the 'DescriptiveText' element value. |
java.lang.String |
getExistsCode()
Get the 'ExistsCode' attribute value. |
java.lang.String |
getID()
Get the 'ID' attribute value. |
MultimediaDescriptions |
getMultimediaDescriptions()
Get the 'MultimediaDescriptions' element value. |
java.lang.String |
getProximityCode()
Get the 'ProximityCode' attribute value. |
java.lang.String |
getSecurityCode()
Get the 'SecurityCode' attribute value. |
void |
setAccessibleCode(java.lang.String accessibleCode)
Set the 'AccessibleCode' attribute value. |
void |
setCharge(CurrencyAmountGroup charge)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
Set the 'CodeInfoGroup' attributeGroup value. |
void |
setDescriptiveText(java.lang.String descriptiveText)
Set the 'DescriptiveText' element value. |
void |
setExistsCode(java.lang.String existsCode)
Set the 'ExistsCode' attribute value. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setMultimediaDescriptions(MultimediaDescriptions multimediaDescriptions)
Set the 'MultimediaDescriptions' element value. |
void |
setProximityCode(java.lang.String proximityCode)
Set the 'ProximityCode' attribute value. |
void |
setSecurityCode(java.lang.String securityCode)
Set the 'SecurityCode' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Features.Feature()
Method Detail |
---|
public CurrencyAmountGroup getCharge()
public void setCharge(CurrencyAmountGroup charge)
charge
- public MultimediaDescriptions getMultimediaDescriptions()
public void setMultimediaDescriptions(MultimediaDescriptions multimediaDescriptions)
multimediaDescriptions
- public java.lang.String getDescriptiveText()
public void setDescriptiveText(java.lang.String descriptiveText)
descriptiveText
- public CodeInfoGroup getCodeInfoGroup()
public void setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
codeInfoGroup
- public java.lang.String getAccessibleCode()
public void setAccessibleCode(java.lang.String accessibleCode)
accessibleCode
- public java.lang.String getSecurityCode()
public void setSecurityCode(java.lang.String securityCode)
securityCode
- public java.lang.String getExistsCode()
public void setExistsCode(java.lang.String existsCode)
existsCode
- public java.lang.String getProximityCode()
public void setProximityCode(java.lang.String proximityCode)
proximityCode
- public java.lang.String getID()
public void setID(java.lang.String ID)
ID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |