|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.InvCount.Inventory.InvCounts.InvCountInner
public static class InvCount.Inventory.InvCounts.InvCountInner
Individual inventory count (e.g., Physical, Available, Sold, OOO, NAFS). 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" name="InvCount" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="InvBlockCutoff" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:InvBlockCutoffGroup"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="CountType"/> <xs:attribute type="xs:int" use="optional" name="Count"/> <xs:attribute type="xs:string" use="optional" name="AdjustReason"/> <xs:attribute use="optional" name="ActionType"> <xs:simpleType> <!-- Reference to inner class Action --> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
InvCount.Inventory.InvCounts.InvCountInner.Action
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
InvCount.Inventory.InvCounts.InvCountInner()
|
Method Summary | |
---|---|
InvCount.Inventory.InvCounts.InvCountInner.Action |
getAction()
Get the 'ActionType' attribute value. |
java.lang.String |
getAdjustReason()
Get the 'AdjustReason' attribute value. |
java.lang.String |
getCount()
Get the 'CountType' attribute value. |
java.lang.Integer |
getCount1()
Get the 'Count' attribute value. |
InvBlockCutoffGroup |
getInvBlockCutoff()
Get the 'InvBlockCutoffGroup' attributeGroup value. |
void |
setAction(InvCount.Inventory.InvCounts.InvCountInner.Action action)
Set the 'ActionType' attribute value. |
void |
setAdjustReason(java.lang.String adjustReason)
Set the 'AdjustReason' attribute value. |
void |
setCount(java.lang.String count)
Set the 'CountType' attribute value. |
void |
setCount1(java.lang.Integer count1)
Set the 'Count' attribute value. |
void |
setInvBlockCutoff(InvBlockCutoffGroup invBlockCutoff)
Set the 'InvBlockCutoffGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvCount.Inventory.InvCounts.InvCountInner()
Method Detail |
---|
public InvBlockCutoffGroup getInvBlockCutoff()
public void setInvBlockCutoff(InvBlockCutoffGroup invBlockCutoff)
invBlockCutoff
- public java.lang.String getCount()
public void setCount(java.lang.String count)
count
- public java.lang.Integer getCount1()
public void setCount1(java.lang.Integer count1)
count1
- public java.lang.String getAdjustReason()
public void setAdjustReason(java.lang.String adjustReason)
adjustReason
- public InvCount.Inventory.InvCounts.InvCountInner.Action getAction()
public void setAction(InvCount.Inventory.InvCounts.InvCountInner.Action action)
action
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |