|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.MeetingRoomCode
public class MeetingRoomCode
Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MeetingRoomCodeType"> <xs:sequence> <xs:element type="ns:FeeType" name="Charge" minOccurs="0"/> <xs:element type="ns:MultimediaDescriptionsType" name="MultimediaDescriptions" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="Code"/> <xs:attribute type="xs:string" use="optional" name="ExistsCode"/> <xs:attributeGroup ref="ns:CodeInfoGroup"/> <xs:attributeGroup ref="ns:QuantityGroup"/> <xs:attribute type="xs:string" use="optional" name="DiscountsAvailableCode"/> <xs:attributeGroup ref="ns:ID_OptionalGroup"/> </xs:complexType> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="QuantityGroup"> <xs:attribute type="xs:int" use="optional" name="Quantity"/> </xs:attributeGroup> <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 | |
---|---|
MeetingRoomCode()
|
Method Summary | |
---|---|
Fee |
getCharge()
Get the 'Charge' element value. |
java.lang.String |
getCode()
Get the 'Code' attribute value. |
CodeInfoGroup |
getCodeInfoGroup()
Get the 'CodeInfoGroup' attributeGroup value. |
java.lang.String |
getDiscountsAvailableCode()
Get the 'DiscountsAvailableCode' attribute 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.Integer |
getQuantity()
Get the 'Quantity' attribute value. |
void |
setCharge(Fee charge)
Set the 'Charge' element value. |
void |
setCode(java.lang.String code)
Set the 'Code' attribute value. |
void |
setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
Set the 'CodeInfoGroup' attributeGroup value. |
void |
setDiscountsAvailableCode(java.lang.String discountsAvailableCode)
Set the 'DiscountsAvailableCode' attribute 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 |
setQuantity(java.lang.Integer quantity)
Set the 'Quantity' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MeetingRoomCode()
Method Detail |
---|
public Fee getCharge()
public void setCharge(Fee charge)
charge
- public MultimediaDescriptions getMultimediaDescriptions()
public void setMultimediaDescriptions(MultimediaDescriptions multimediaDescriptions)
multimediaDescriptions
- public java.lang.String getCode()
public void setCode(java.lang.String code)
code
- public java.lang.String getExistsCode()
public void setExistsCode(java.lang.String existsCode)
existsCode
- public CodeInfoGroup getCodeInfoGroup()
public void setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
codeInfoGroup
- public java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity
- public java.lang.String getDiscountsAvailableCode()
public void setDiscountsAvailableCode(java.lang.String discountsAvailableCode)
discountsAvailableCode
- 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 |