|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.MonetaryRule
public class MonetaryRule
This defines the information pertaining to rules and amounts associated with these 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="MonetaryRuleType"> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> <xs:attribute type="xs:string" use="required" name="RuleType"/> <xs:attribute type="xs:float" use="optional" name="Percent"/> <xs:attribute type="xs:dateTime" use="optional" name="DateTime"/> <xs:attribute type="xs:string" use="optional" name="PaymentType"/> </xs:extension> </xs:simpleContent> </xs:complexType>
Constructor Summary | |
---|---|
MonetaryRule()
|
Method Summary | |
---|---|
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.util.Date |
getDateTime()
Get the 'DateTime' attribute value. |
java.lang.String |
getPayment()
Get the 'PaymentType' attribute value. |
java.lang.Float |
getPercent()
Get the 'Percent' attribute value. |
java.lang.String |
getRule()
Get the 'RuleType' attribute value. |
java.lang.String |
getString()
Get the extension value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setDateTime(java.util.Date dateTime)
Set the 'DateTime' attribute value. |
void |
setPayment(java.lang.String payment)
Set the 'PaymentType' attribute value. |
void |
setPercent(java.lang.Float percent)
Set the 'Percent' attribute value. |
void |
setRule(java.lang.String rule)
Set the 'RuleType' attribute value. |
void |
setString(java.lang.String string)
Set the extension value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MonetaryRule()
Method Detail |
---|
public java.lang.String getString()
public void setString(java.lang.String string)
string
- public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
- public java.lang.String getRule()
public void setRule(java.lang.String rule)
rule
- public java.lang.Float getPercent()
public void setPercent(java.lang.Float percent)
percent
- public java.util.Date getDateTime()
public void setDateTime(java.util.Date dateTime)
dateTime
- public java.lang.String getPayment()
public void setPayment(java.lang.String payment)
payment
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |