org.ota.rail
Class RailFare.Bulletins.BulletinID

java.lang.Object
  extended by org.ota.rail.RailFare.Bulletins.BulletinID
Enclosing class:
RailFare.Bulletins

public static class RailFare.Bulletins.BulletinID
extends java.lang.Object

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

RailFare.Bulletins.BulletinID

public RailFare.Bulletins.BulletinID()
Method Detail

getString

public java.lang.String getString()
Get the extension value.

Returns:
value

setString

public void setString(java.lang.String string)
Set the extension value.

Parameters:
string -

getBulletinCode

public java.lang.String getBulletinCode()
Get the 'BulletinCode' attribute value.

Returns:
value

setBulletinCode

public void setBulletinCode(java.lang.String bulletinCode)
Set the 'BulletinCode' attribute value.

Parameters:
bulletinCode -