|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.TransportInfo
public class TransportInfo
A TransportInfo object is used to indicate transportation information for a guest. 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="TransportInfoType"> <xs:sequence> <xs:element name="TransportInfo"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="Type"/> <xs:attribute type="xs:string" use="optional" name="ID"/> <xs:attribute type="xs:string" use="optional" name="LocationCode"/> <xs:attribute type="xs:dateTime" use="optional" name="Time"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType>
Constructor Summary | |
---|---|
TransportInfo()
|
Method Summary | |
---|---|
java.lang.String |
getTransportInfoID()
Get the 'ID' attribute value. |
java.lang.String |
getTransportInfoLocationCode()
Get the 'LocationCode' attribute value. |
java.util.Date |
getTransportInfoTime()
Get the 'Time' attribute value. |
java.lang.String |
getTransportInfoType()
Get the 'Type' attribute value. |
void |
setTransportInfoID(java.lang.String transportInfoID)
Set the 'ID' attribute value. |
void |
setTransportInfoLocationCode(java.lang.String transportInfoLocationCode)
Set the 'LocationCode' attribute value. |
void |
setTransportInfoTime(java.util.Date transportInfoTime)
Set the 'Time' attribute value. |
void |
setTransportInfoType(java.lang.String transportInfoType)
Set the 'Type' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransportInfo()
Method Detail |
---|
public java.lang.String getTransportInfoType()
public void setTransportInfoType(java.lang.String transportInfoType)
transportInfoType
- public java.lang.String getTransportInfoID()
public void setTransportInfoID(java.lang.String transportInfoID)
transportInfoID
- public java.lang.String getTransportInfoLocationCode()
public void setTransportInfoLocationCode(java.lang.String transportInfoLocationCode)
transportInfoLocationCode
- public java.util.Date getTransportInfoTime()
public void setTransportInfoTime(java.util.Date transportInfoTime)
transportInfoTime
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |