|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.rail.RailFare.Railcard
public static class RailFare.Railcard
Encapsulates details of the railcard used in calculating the fare. If no railcard was used to calculate the fare, then this element will not be presen 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="Railcard" minOccurs="0"> <xs:complexType> <xs:attribute type="xs:boolean" use="optional" name="MultipleRailcardsReqd"/> <xs:attribute type="xs:string" use="required" name="RailcardCodeSupplied"/> <xs:attribute type="xs:string" use="required" name="RailcardCodeUsed"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
RailFare.Railcard()
|
Method Summary | |
---|---|
java.lang.Boolean |
getMultipleRailcardsReqd()
Get the 'MultipleRailcardsReqd' attribute value. |
java.lang.String |
getRailcardCodeSupplied()
Get the 'RailcardCodeSupplied' attribute value. |
java.lang.String |
getRailcardCodeUsed()
Get the 'RailcardCodeUsed' attribute value. |
void |
setMultipleRailcardsReqd(java.lang.Boolean multipleRailcardsReqd)
Set the 'MultipleRailcardsReqd' attribute value. |
void |
setRailcardCodeSupplied(java.lang.String railcardCodeSupplied)
Set the 'RailcardCodeSupplied' attribute value. |
void |
setRailcardCodeUsed(java.lang.String railcardCodeUsed)
Set the 'RailcardCodeUsed' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RailFare.Railcard()
Method Detail |
---|
public java.lang.Boolean getMultipleRailcardsReqd()
public void setMultipleRailcardsReqd(java.lang.Boolean multipleRailcardsReqd)
multipleRailcardsReqd
- public java.lang.String getRailcardCodeSupplied()
public void setRailcardCodeSupplied(java.lang.String railcardCodeSupplied)
railcardCodeSupplied
- public java.lang.String getRailcardCodeUsed()
public void setRailcardCodeUsed(java.lang.String railcardCodeUsed)
railcardCodeUsed
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |