|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.InventoryGroup
public class InventoryGroup
Used to define the inventory code. 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="InventoryGroup"> <xs:attribute use="optional" name="InvCodeApplication"> <xs:simpleType> <!-- Reference to inner class InvCodeApplication --> </xs:simpleType> </xs:attribute> <xs:attribute type="xs:string" use="optional" name="InvCode"/> <xs:attribute type="xs:string" use="optional" name="InvType"/> <xs:attribute type="xs:string" use="optional" name="InvTypeCode"/> <xs:attribute type="xs:boolean" use="optional" name="IsRoom"/> </xs:attributeGroup>
Nested Class Summary | |
---|---|
static class |
InventoryGroup.InvCodeApplication
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
InventoryGroup()
|
Method Summary | |
---|---|
java.lang.String |
getInv()
Get the 'InvType' attribute value. |
java.lang.String |
getInvCode()
Get the 'InvCode' attribute value. |
InventoryGroup.InvCodeApplication |
getInvCodeApplication()
Get the 'InvCodeApplication' attribute value. |
java.lang.String |
getInvTypeCode()
Get the 'InvTypeCode' attribute value. |
java.lang.Boolean |
getIsRoom()
Get the 'IsRoom' attribute value. |
void |
setInv(java.lang.String inv)
Set the 'InvType' attribute value. |
void |
setInvCode(java.lang.String invCode)
Set the 'InvCode' attribute value. |
void |
setInvCodeApplication(InventoryGroup.InvCodeApplication invCodeApplication)
Set the 'InvCodeApplication' attribute value. |
void |
setInvTypeCode(java.lang.String invTypeCode)
Set the 'InvTypeCode' attribute value. |
void |
setIsRoom(java.lang.Boolean isRoom)
Set the 'IsRoom' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InventoryGroup()
Method Detail |
---|
public InventoryGroup.InvCodeApplication getInvCodeApplication()
public void setInvCodeApplication(InventoryGroup.InvCodeApplication invCodeApplication)
invCodeApplication
- public java.lang.String getInvCode()
public void setInvCode(java.lang.String invCode)
invCode
- public java.lang.String getInv()
public void setInv(java.lang.String inv)
inv
- public java.lang.String getInvTypeCode()
public void setInvTypeCode(java.lang.String invTypeCode)
invTypeCode
- public java.lang.Boolean getIsRoom()
public void setIsRoom(java.lang.Boolean isRoom)
isRoom
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |