|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.rail.RailFare.Bulletins.BulletinID
public static class RailFare.Bulletins.BulletinID
The unique ID of a bulletin that is associated with the fare. A bulletin is a vendor-specific information describing usage of this fare. 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="BulletinID" minOccurs="0" maxOccurs="99">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:string" use="required" name="BulletinCode"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
RailFare.Bulletins.BulletinID()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBulletinCode()
Get the 'BulletinCode' attribute value. |
java.lang.String |
getString()
Get the extension value. |
void |
setBulletinCode(java.lang.String bulletinCode)
Set the 'BulletinCode' attribute value. |
void |
setString(java.lang.String string)
Set the extension value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RailFare.Bulletins.BulletinID()
| Method Detail |
|---|
public java.lang.String getString()
public void setString(java.lang.String string)
string - public java.lang.String getBulletinCode()
public void setBulletinCode(java.lang.String bulletinCode)
bulletinCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||