|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.PaymentRules
public class PaymentRules
Collection of payment rules. 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="PaymentRulesType">
<xs:sequence>
<xs:element type="ns:MonetaryRuleType" name="PaymentRule" maxOccurs="9"/>
</xs:sequence>
</xs:complexType>
| Constructor Summary | |
|---|---|
PaymentRules()
|
|
| Method Summary | |
|---|---|
void |
addPaymentRule(MonetaryRule item)
Add a 'PaymentRule' element item. |
void |
clearPaymentRules()
Remove all 'PaymentRule' element items. |
MonetaryRule |
getPaymentRule(int index)
Get 'PaymentRule' element item by position. |
java.util.List<MonetaryRule> |
getPaymentRules()
Get the list of 'PaymentRule' element items. |
void |
setPaymentRules(java.util.List<MonetaryRule> list)
Set the list of 'PaymentRule' element items. |
int |
sizePaymentRules()
Get the number of 'PaymentRule' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PaymentRules()
| Method Detail |
|---|
public java.util.List<MonetaryRule> getPaymentRules()
public void setPaymentRules(java.util.List<MonetaryRule> list)
list - public int sizePaymentRules()
public void addPaymentRule(MonetaryRule item)
item - public MonetaryRule getPaymentRule(int index)
index -
public void clearPaymentRules()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||