|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.itin.AssociatedContent.AssocItem
public static class AssociatedContent.AssocItem
Itinerary associated item (e.g. Travel Insurance). 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="AssocItem" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:UniqueID_Type" name="AssocItemRef"/>
</xs:sequence>
<xs:attribute type="xs:string" use="required" name="RPH"/>
<xs:attribute type="xs:string" name="DateTime"/>
<xs:attribute type="xs:string" use="required" name="Type"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
AssociatedContent.AssocItem()
|
|
| Method Summary | |
|---|---|
UniqueID |
getAssocItemRef()
Get the 'AssocItemRef' element value. |
java.lang.String |
getDateTime()
Get the 'DateTime' attribute value. |
java.lang.String |
getRPH()
Get the 'RPH' attribute value. |
java.lang.String |
getType()
Get the 'Type' attribute value. |
void |
setAssocItemRef(UniqueID assocItemRef)
Set the 'AssocItemRef' element value. |
void |
setDateTime(java.lang.String dateTime)
Set the 'DateTime' attribute value. |
void |
setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. |
void |
setType(java.lang.String type)
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 AssociatedContent.AssocItem()
| Method Detail |
|---|
public UniqueID getAssocItemRef()
public void setAssocItemRef(UniqueID assocItemRef)
assocItemRef - public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH - public java.lang.String getDateTime()
public void setDateTime(java.lang.String dateTime)
dateTime - public java.lang.String getType()
public void setType(java.lang.String type)
type -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||