|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RateUpload.GuaranteePolicies
public static class RateUpload.GuaranteePolicies
A collection of Guarantee Policies 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="GuaranteePolicies" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:GuaranteeType" name="GuaranteePolicy" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
RateUpload.GuaranteePolicies()
|
|
| Method Summary | |
|---|---|
void |
addGuaranteePolicy(Guarantee item)
Add a 'GuaranteePolicy' element item. |
void |
clearGuaranteePolicies()
Remove all 'GuaranteePolicy' element items. |
java.util.List<Guarantee> |
getGuaranteePolicies()
Get the list of 'GuaranteePolicy' element items. |
Guarantee |
getGuaranteePolicy(int index)
Get 'GuaranteePolicy' element item by position. |
void |
setGuaranteePolicies(java.util.List<Guarantee> list)
Set the list of 'GuaranteePolicy' element items. |
int |
sizeGuaranteePolicies()
Get the number of 'GuaranteePolicy' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RateUpload.GuaranteePolicies()
| Method Detail |
|---|
public java.util.List<Guarantee> getGuaranteePolicies()
public void setGuaranteePolicies(java.util.List<Guarantee> list)
list - public int sizeGuaranteePolicies()
public void addGuaranteePolicy(Guarantee item)
item - public Guarantee getGuaranteePolicy(int index)
index -
public void clearGuaranteePolicies()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||