|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.BookingRuleRQ.RuleCategories.RuleCategory
public static class BookingRuleRQ.RuleCategories.RuleCategory
A specific rule category. 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="RuleCategory" maxOccurs="99"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="Name"/> <xs:attribute type="xs:int" use="optional" name="Number"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
BookingRuleRQ.RuleCategories.RuleCategory()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Get the 'Name' attribute value. |
java.lang.Integer |
getNumber()
Get the 'Number' attribute value. |
void |
setName(java.lang.String name)
Set the 'Name' attribute value. |
void |
setNumber(java.lang.Integer number)
Set the 'Number' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BookingRuleRQ.RuleCategories.RuleCategory()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.Integer getNumber()
public void setNumber(java.lang.Integer number)
number
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |