|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.TicketDistribPref
public class TicketDistribPref
Identifies a preference for a type of ticket distribution. 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="TicketDistribPrefType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attributeGroup ref="ns:PreferLevelGroup"/>
<xs:attribute type="xs:string" use="optional" name="DistribType"/>
<xs:attribute type="xs:string" use="optional" name="TicketTime"/>
<xs:attribute type="xs:string" use="optional" name="Remark"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PreferLevelGroup">
<xs:attribute type="ns:PreferLevelType" use="optional" name="PreferLevel"/>
</xs:attributeGroup>
| Constructor Summary | |
|---|---|
TicketDistribPref()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDistrib()
Get the 'DistribType' attribute value. |
PreferLevel |
getPreferLevel()
Get the 'PreferLevel' attribute value. |
java.lang.String |
getRemark()
Get the 'Remark' attribute value. |
java.lang.String |
getString()
Get the extension value. |
java.lang.String |
getTicketTime()
Get the 'TicketTime' attribute value. |
void |
setDistrib(java.lang.String distrib)
Set the 'DistribType' attribute value. |
void |
setPreferLevel(PreferLevel preferLevel)
Set the 'PreferLevel' attribute value. |
void |
setRemark(java.lang.String remark)
Set the 'Remark' attribute value. |
void |
setString(java.lang.String string)
Set the extension value. |
void |
setTicketTime(java.lang.String ticketTime)
Set the 'TicketTime' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TicketDistribPref()
| Method Detail |
|---|
public java.lang.String getString()
public void setString(java.lang.String string)
string - public PreferLevel getPreferLevel()
public void setPreferLevel(PreferLevel preferLevel)
preferLevel - public java.lang.String getDistrib()
public void setDistrib(java.lang.String distrib)
distrib - public java.lang.String getTicketTime()
public void setTicketTime(java.lang.String ticketTime)
ticketTime - public java.lang.String getRemark()
public void setRemark(java.lang.String remark)
remark -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||