|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg.ExtrasCore
public class ExtrasCore
Describes an optional service which is not included in the standard package but may be booked in addition. 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="ExtrasCoreType">
<xs:sequence>
<xs:element name="SubCategory" minOccurs="0" maxOccurs="5">
<xs:complexType>
<xs:attributeGroup ref="ns:OptionalCodeOptionalNameGroup"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:string" use="optional" name="RPH"/>
<xs:attribute type="xs:string" use="optional" name="Code"/>
<xs:attribute type="xs:string" use="optional" name="Type"/>
<xs:attribute type="xs:int" use="optional" name="Quantity"/>
<xs:attribute type="xs:string" use="optional" name="GroupCode"/>
<xs:attribute type="xs:string" use="optional" name="Name"/>
<xs:attribute type="xs:string" use="optional" name="ListOfInventoryItemRPH"/>
<xs:attribute type="xs:string" use="optional" name="ListofRoomRPH"/>
</xs:complexType>
| Constructor Summary | |
|---|---|
ExtrasCore()
|
|
| Method Summary | |
|---|---|
void |
addSubCategory(OptionalCodeOptionalNameGroup item)
Add a 'SubCategory' element item. |
void |
clearSubCategories()
Remove all 'SubCategory' element items. |
java.lang.String |
getCode()
Get the 'Code' attribute value. |
java.lang.String |
getGroupCode()
Get the 'GroupCode' attribute value. |
java.lang.String |
getListOfInventoryItemRPH()
Get the 'ListOfInventoryItemRPH' attribute value. |
java.lang.String |
getListofRoomRPH()
Get the 'ListofRoomRPH' attribute value. |
java.lang.String |
getName()
Get the 'Name' attribute value. |
java.lang.Integer |
getQuantity()
Get the 'Quantity' attribute value. |
java.lang.String |
getRPH()
Get the 'RPH' attribute value. |
java.util.List<OptionalCodeOptionalNameGroup> |
getSubCategories()
Get the list of 'SubCategory' element items. |
OptionalCodeOptionalNameGroup |
getSubCategory(int index)
Get 'SubCategory' element item by position. |
java.lang.String |
getType()
Get the 'Type' attribute value. |
void |
setCode(java.lang.String code)
Set the 'Code' attribute value. |
void |
setGroupCode(java.lang.String groupCode)
Set the 'GroupCode' attribute value. |
void |
setListOfInventoryItemRPH(java.lang.String listOfInventoryItemRPH)
Set the 'ListOfInventoryItemRPH' attribute value. |
void |
setListofRoomRPH(java.lang.String listofRoomRPH)
Set the 'ListofRoomRPH' attribute value. |
void |
setName(java.lang.String name)
Set the 'Name' attribute value. |
void |
setQuantity(java.lang.Integer quantity)
Set the 'Quantity' attribute value. |
void |
setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. |
void |
setSubCategories(java.util.List<OptionalCodeOptionalNameGroup> list)
Set the list of 'SubCategory' element items. |
void |
setType(java.lang.String type)
Set the 'Type' attribute value. |
int |
sizeSubCategories()
Get the number of 'SubCategory' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtrasCore()
| Method Detail |
|---|
public java.util.List<OptionalCodeOptionalNameGroup> getSubCategories()
public void setSubCategories(java.util.List<OptionalCodeOptionalNameGroup> list)
list - public int sizeSubCategories()
public void addSubCategory(OptionalCodeOptionalNameGroup item)
item - public OptionalCodeOptionalNameGroup getSubCategory(int index)
index -
public void clearSubCategories()
public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH - public java.lang.String getCode()
public void setCode(java.lang.String code)
code - public java.lang.String getType()
public void setType(java.lang.String type)
type - public java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity - public java.lang.String getGroupCode()
public void setGroupCode(java.lang.String groupCode)
groupCode - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getListOfInventoryItemRPH()
public void setListOfInventoryItemRPH(java.lang.String listOfInventoryItemRPH)
listOfInventoryItemRPH - public java.lang.String getListofRoomRPH()
public void setListofRoomRPH(java.lang.String listofRoomRPH)
listofRoomRPH -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||