|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg.ExtrasInfo.ParentExtras
public static class ExtrasInfo.ParentExtras
Identifies the parent with which this Extra is available (e.g., an ice skating session with ice skates). 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="ParentExtras" minOccurs="0">
<xs:complexType>
<xs:attribute type="xs:string" use="optional" name="ListOfParentRPH"/>
<xs:attributeGroup ref="ns:ExtrasSelectionGroup"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
ExtrasInfo.ParentExtras()
|
|
| Method Summary | |
|---|---|
ExtrasSelectionGroup |
getExtrasSelectionGroup()
Get the 'ExtrasSelectionGroup' attributeGroup value. |
java.lang.String |
getListOfParentRPH()
Get the 'ListOfParentRPH' attribute value. |
void |
setExtrasSelectionGroup(ExtrasSelectionGroup extrasSelectionGroup)
Set the 'ExtrasSelectionGroup' attributeGroup value. |
void |
setListOfParentRPH(java.lang.String listOfParentRPH)
Set the 'ListOfParentRPH' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtrasInfo.ParentExtras()
| Method Detail |
|---|
public java.lang.String getListOfParentRPH()
public void setListOfParentRPH(java.lang.String listOfParentRPH)
listOfParentRPH - public ExtrasSelectionGroup getExtrasSelectionGroup()
public void setExtrasSelectionGroup(ExtrasSelectionGroup extrasSelectionGroup)
extrasSelectionGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||