|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.profile.Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.TourCodeInfo
public static class Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.TourCodeInfo
Provides the tour code. 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="TourCodeInfo"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="TourTypeCode"/> <xs:attribute type="xs:int" use="optional" name="YearNum"/> <xs:attributeGroup ref="ns:PromotionCodeGroup"/> <xs:attribute type="xs:string" use="optional" name="PartyID"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.TourCodeInfo()
|
Method Summary | |
---|---|
java.lang.String |
getPartyID()
Get the 'PartyID' attribute value. |
PromotionCodeGroup |
getPromotionCodeGroup()
Get the 'PromotionCodeGroup' attributeGroup value. |
java.lang.String |
getTourTypeCode()
Get the 'TourTypeCode' attribute value. |
java.lang.Integer |
getYearNum()
Get the 'YearNum' attribute value. |
void |
setPartyID(java.lang.String partyID)
Set the 'PartyID' attribute value. |
void |
setPromotionCodeGroup(PromotionCodeGroup promotionCodeGroup)
Set the 'PromotionCodeGroup' attributeGroup value. |
void |
setTourTypeCode(java.lang.String tourTypeCode)
Set the 'TourTypeCode' attribute value. |
void |
setYearNum(java.lang.Integer yearNum)
Set the 'YearNum' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.TourCodeInfo()
Method Detail |
---|
public java.lang.String getTourTypeCode()
public void setTourTypeCode(java.lang.String tourTypeCode)
tourTypeCode
- public java.lang.Integer getYearNum()
public void setYearNum(java.lang.Integer yearNum)
yearNum
- public PromotionCodeGroup getPromotionCodeGroup()
public void setPromotionCodeGroup(PromotionCodeGroup promotionCodeGroup)
promotionCodeGroup
- public java.lang.String getPartyID()
public void setPartyID(java.lang.String partyID)
partyID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |