org.ota.itin
Class AssociatedContent.AssocItem

java.lang.Object
  extended by org.ota.itin.AssociatedContent.AssocItem
Enclosing class:
AssociatedContent

public static class AssociatedContent.AssocItem
extends java.lang.Object

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

AssociatedContent.AssocItem

public AssociatedContent.AssocItem()
Method Detail

getAssocItemRef

public UniqueID getAssocItemRef()
Get the 'AssocItemRef' element value. Reference to the associated item content. This could be a URL to map or city information. This can also be used as a vendor's reference to a reservation (i.e. record locator).

Returns:
value

setAssocItemRef

public void setAssocItemRef(UniqueID assocItemRef)
Set the 'AssocItemRef' element value. Reference to the associated item content. This could be a URL to map or city information. This can also be used as a vendor's reference to a reservation (i.e. record locator).

Parameters:
assocItemRef -

getRPH

public java.lang.String getRPH()
Get the 'RPH' attribute value. Reference to this associated item.

Returns:
value

setRPH

public void setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. Reference to this associated item.

Parameters:
RPH -

getDateTime

public java.lang.String getDateTime()
Get the 'DateTime' attribute value. Date and time of start and end of the associated item.

Returns:
value

setDateTime

public void setDateTime(java.lang.String dateTime)
Set the 'DateTime' attribute value. Date and time of start and end of the associated item.

Parameters:
dateTime -

getType

public java.lang.String getType()
Get the 'Type' attribute value. Associated item type (e.g. Convention).

Returns:
value

setType

public void setType(java.lang.String type)
Set the 'Type' attribute value. Associated item type (e.g. Convention).

Parameters:
type -