|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.CancelInfoRS.CancelRules
public static class CancelInfoRS.CancelRules
A collection of cancellation rules. 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="CancelRules" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:CancelRuleType" name="CancelRule" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
CancelInfoRS.CancelRules()
|
Method Summary | |
---|---|
void |
addCancelRule(CancelRule item)
Add a 'CancelRule' element item. |
void |
clearCancelRules()
Remove all 'CancelRule' element items. |
CancelRule |
getCancelRule(int index)
Get 'CancelRule' element item by position. |
java.util.List<CancelRule> |
getCancelRules()
Get the list of 'CancelRule' element items. |
void |
setCancelRules(java.util.List<CancelRule> list)
Set the list of 'CancelRule' element items. |
int |
sizeCancelRules()
Get the number of 'CancelRule' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CancelInfoRS.CancelRules()
Method Detail |
---|
public java.util.List<CancelRule> getCancelRules()
public void setCancelRules(java.util.List<CancelRule> list)
list
- public int sizeCancelRules()
public void addCancelRule(CancelRule item)
item
- public CancelRule getCancelRule(int index)
index
-
public void clearCancelRules()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |