|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg.PkgCaution
public class PkgCaution
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 |
|---|
public PkgCaution()
| Method Detail |
|---|
public FormattedTextText getFormattedTextText()
public void setFormattedTextText(FormattedTextText formattedTextText)
formattedTextText - public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup - public java.lang.String getType()
public void setType(java.lang.String type)
type - public java.lang.String getID()
public void setID(java.lang.String ID)
ID - public java.lang.String getListOfItineraryItemRPH()
public void setListOfItineraryItemRPH(java.lang.String listOfItineraryItemRPH)
listOfItineraryItemRPH - public java.lang.String getListOfExtraRPH()
public void setListOfExtraRPH(java.lang.String listOfExtraRPH)
listOfExtraRPH -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||