|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.rail.RailReservation.Fulfillment
public static class RailReservation.Fulfillment
Information on the fullfilment of the ticket, that is, who will be issuing the ticket, or who did issue the ticket. 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="Fulfillment" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:AddressType" name="DeliveryAddress" minOccurs="0"/> <xs:element type="ns:PersonNameType" name="Name" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
RailReservation.Fulfillment()
|
Method Summary | |
---|---|
Address |
getDeliveryAddress()
Get the 'DeliveryAddress' element value. |
PersonName |
getName()
Get the 'Name' element value. |
void |
setDeliveryAddress(Address deliveryAddress)
Set the 'DeliveryAddress' element value. |
void |
setName(PersonName name)
Set the 'Name' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RailReservation.Fulfillment()
Method Detail |
---|
public Address getDeliveryAddress()
public void setDeliveryAddress(Address deliveryAddress)
deliveryAddress
- public PersonName getName()
public void setName(PersonName name)
name
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |