|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.AdditionalDetails.AdditionalDetail
public static class AdditionalDetails.AdditionalDetail
Used to send additional information. 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" type="ns:AdditionalDetailType" name="AdditionalDetail" maxOccurs="unbounded"/> <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AdditionalDetailType"> <xs:sequence> <xs:element type="ns:ParagraphType" name="DetailDescription" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:string" name="Type"/> <xs:attribute type="xs:string" name="Code"/> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:complexType>
Constructor Summary | |
---|---|
AdditionalDetails.AdditionalDetail()
|
Method Summary | |
---|---|
java.lang.String |
getCode()
Get the 'Code' attribute value. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
Paragraph |
getDetailDescription()
Get the 'DetailDescription' element value. |
java.lang.String |
getType()
Get the 'Type' attribute value. |
void |
setCode(java.lang.String code)
Set the 'Code' attribute value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setDetailDescription(Paragraph detailDescription)
Set the 'DetailDescription' element value. |
void |
setType(java.lang.String type)
Set the 'Type' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdditionalDetails.AdditionalDetail()
Method Detail |
---|
public Paragraph getDetailDescription()
public void setDetailDescription(Paragraph detailDescription)
detailDescription
- public java.lang.String getType()
public void setType(java.lang.String type)
type
- public java.lang.String getCode()
public void setCode(java.lang.String code)
code
- public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |