org.ota.pkg
Class PkgCaution

java.lang.Object
  extended by org.ota.pkg.PkgCaution

public class PkgCaution
extends java.lang.Object

Provides information regarding a package component which could affect a customer's decision to book. 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="PkgCautionType">
   <xs:simpleContent>
     <xs:extension base="ns:FormattedTextTextType">
       <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
       <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="ListOfItineraryItemRPH"/>
       <xs:attribute type="xs:string" use="optional" name="ListOfExtraRPH"/>
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>
 


Constructor Summary
PkgCaution()
           
 
Method Summary
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 FormattedTextText getFormattedTextText()
          Get the extension value.
 java.lang.String getID()
          Get the 'ID' attribute value.
 java.lang.String getListOfExtraRPH()
          Get the 'ListOfExtraRPH' attribute value.
 java.lang.String getListOfItineraryItemRPH()
          Get the 'ListOfItineraryItemRPH' attribute value.
 java.lang.String getType()
          Get the 'Type' attribute value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setFormattedTextText(FormattedTextText formattedTextText)
          Set the extension value.
 void setID(java.lang.String ID)
          Set the 'ID' attribute value.
 void setListOfExtraRPH(java.lang.String listOfExtraRPH)
          Set the 'ListOfExtraRPH' attribute value.
 void setListOfItineraryItemRPH(java.lang.String listOfItineraryItemRPH)
          Set the 'ListOfItineraryItemRPH' 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

PkgCaution

public PkgCaution()
Method Detail

getFormattedTextText

public FormattedTextText getFormattedTextText()
Get the extension value.

Returns:
value

setFormattedTextText

public void setFormattedTextText(FormattedTextText formattedTextText)
Set the extension value.

Parameters:
formattedTextText -

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value.

Parameters:
dateTimeSpanGroup -

getType

public java.lang.String getType()
Get the 'Type' attribute value. Identifies the type of information e.g. Resort, Flight, Accommodation etc..

Returns:
value

setType

public void setType(java.lang.String type)
Set the 'Type' attribute value. Identifies the type of information e.g. Resort, Flight, Accommodation etc..

Parameters:
type -

getID

public java.lang.String getID()
Get the 'ID' attribute value. The supplier's unique identification code for a caution.

Returns:
value

setID

public void setID(java.lang.String ID)
Set the 'ID' attribute value. The supplier's unique identification code for a caution.

Parameters:
ID -

getListOfItineraryItemRPH

public java.lang.String getListOfItineraryItemRPH()
Get the 'ListOfItineraryItemRPH' attribute value. Pointers to individual InventoryItem elements to which this Caution applies.

Returns:
value

setListOfItineraryItemRPH

public void setListOfItineraryItemRPH(java.lang.String listOfItineraryItemRPH)
Set the 'ListOfItineraryItemRPH' attribute value. Pointers to individual InventoryItem elements to which this Caution applies.

Parameters:
listOfItineraryItemRPH -

getListOfExtraRPH

public java.lang.String getListOfExtraRPH()
Get the 'ListOfExtraRPH' attribute value. Pointers to individual Extra elements to which this Caution applies.

Returns:
value

setListOfExtraRPH

public void setListOfExtraRPH(java.lang.String listOfExtraRPH)
Set the 'ListOfExtraRPH' attribute value. Pointers to individual Extra elements to which this Caution applies.

Parameters:
listOfExtraRPH -