org.ota.air
Class RulesRQ.SubSection

java.lang.Object
  extended by org.ota.air.RulesRQ.SubSection
Enclosing class:
RulesRQ

public static class RulesRQ.SubSection
extends java.lang.Object

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

RulesRQ.SubSection

public RulesRQ.SubSection()
Method Detail

getSubTitle

public java.lang.String getSubTitle()
Get the 'SubTitle' attribute value.

Returns:
value

setSubTitle

public void setSubTitle(java.lang.String subTitle)
Set the 'SubTitle' attribute value.

Parameters:
subTitle -

getSubCode

public java.lang.String getSubCode()
Get the 'SubCode' attribute value.

Returns:
value

setSubCode

public void setSubCode(java.lang.String subCode)
Set the 'SubCode' attribute value.

Parameters:
subCode -

getSubSectionNumber

public java.lang.String getSubSectionNumber()
Get the 'SubSectionNumber' attribute value.

Returns:
value

setSubSectionNumber

public void setSubSectionNumber(java.lang.String subSectionNumber)
Set the 'SubSectionNumber' attribute value.

Parameters:
subSectionNumber -