|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.AdditionalInfoGroup
public class AdditionalInfoGroup
Provides details regarding additional information. 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="AdditionalInfoGroup"> <xs:attribute type="xs:string" use="optional" name="AddtionalInfoCode"/> <xs:attribute type="xs:string" use="optional" name="DeliveryMethodCode"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
AdditionalInfoGroup()
|
Method Summary | |
---|---|
java.lang.String |
getAddtionalInfoCode()
Get the 'AddtionalInfoCode' attribute value. |
java.lang.String |
getDeliveryMethodCode()
Get the 'DeliveryMethodCode' attribute value. |
void |
setAddtionalInfoCode(java.lang.String addtionalInfoCode)
Set the 'AddtionalInfoCode' attribute value. |
void |
setDeliveryMethodCode(java.lang.String deliveryMethodCode)
Set the 'DeliveryMethodCode' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdditionalInfoGroup()
Method Detail |
---|
public java.lang.String getAddtionalInfoCode()
public void setAddtionalInfoCode(java.lang.String addtionalInfoCode)
addtionalInfoCode
- public java.lang.String getDeliveryMethodCode()
public void setDeliveryMethodCode(java.lang.String deliveryMethodCode)
deliveryMethodCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |