|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.pkg.ExtrasInfoRS.ExtraGroups.ExtraGroup
public static class ExtrasInfoRS.ExtraGroups.ExtraGroup
Defines a grouping of extras which determines the relationship of one extra to another in that group e.g. only one extra from the group may be booked. 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="ExtraGroup" maxOccurs="99"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="Code"/> <xs:attributeGroup ref="ns:ExtrasSelectionGroup"/> <xs:attribute type="xs:string" use="optional" name="ListofExtrasRPH"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
ExtrasInfoRS.ExtraGroups.ExtraGroup()
|
Method Summary | |
---|---|
java.lang.String |
getCode()
Get the 'Code' attribute value. |
ExtrasSelectionGroup |
getExtrasSelectionGroup()
Get the 'ExtrasSelectionGroup' attributeGroup value. |
java.lang.String |
getListofExtrasRPH()
Get the 'ListofExtrasRPH' attribute value. |
void |
setCode(java.lang.String code)
Set the 'Code' attribute value. |
void |
setExtrasSelectionGroup(ExtrasSelectionGroup extrasSelectionGroup)
Set the 'ExtrasSelectionGroup' attributeGroup value. |
void |
setListofExtrasRPH(java.lang.String listofExtrasRPH)
Set the 'ListofExtrasRPH' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtrasInfoRS.ExtraGroups.ExtraGroup()
Method Detail |
---|
public java.lang.String getCode()
public void setCode(java.lang.String code)
code
- public ExtrasSelectionGroup getExtrasSelectionGroup()
public void setExtrasSelectionGroup(ExtrasSelectionGroup extrasSelectionGroup)
extrasSelectionGroup
- public java.lang.String getListofExtrasRPH()
public void setListofExtrasRPH(java.lang.String listofExtrasRPH)
listofExtrasRPH
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |