|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.RulesRQ.SubSection
public static class RulesRQ.SubSection
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="SubSection" minOccurs="0" maxOccurs="99"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="SubTitle"/> <xs:attribute type="xs:string" use="optional" name="SubCode"/> <xs:attribute type="xs:string" use="optional" name="SubSectionNumber"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
RulesRQ.SubSection()
|
Method Summary | |
---|---|
java.lang.String |
getSubCode()
Get the 'SubCode' attribute value. |
java.lang.String |
getSubSectionNumber()
Get the 'SubSectionNumber' attribute value. |
java.lang.String |
getSubTitle()
Get the 'SubTitle' attribute value. |
void |
setSubCode(java.lang.String subCode)
Set the 'SubCode' attribute value. |
void |
setSubSectionNumber(java.lang.String subSectionNumber)
Set the 'SubSectionNumber' attribute value. |
void |
setSubTitle(java.lang.String subTitle)
Set the 'SubTitle' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RulesRQ.SubSection()
Method Detail |
---|
public java.lang.String getSubTitle()
public void setSubTitle(java.lang.String subTitle)
subTitle
- public java.lang.String getSubCode()
public void setSubCode(java.lang.String subCode)
subCode
- public java.lang.String getSubSectionNumber()
public void setSubSectionNumber(java.lang.String subSectionNumber)
subSectionNumber
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |