|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.misc.DestActivityCapabilitiesRS
public class DestActivityCapabilitiesRS
This is used to respond to a CapabilitiesRQ, where the target system responds describing its available level of functionality. 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="OTA_DestActivityCapabilitiesRS">
<xs:complexType>
<xs:attribute type="xs:boolean" use="required" name="MultipleItemsInd"/>
<xs:attribute type="xs:boolean" use="required" name="CustSubAllocationInd"/>
<xs:attribute type="xs:boolean" use="required" name="FullCustDetailsInd"/>
<xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
DestActivityCapabilitiesRS()
|
|
| Method Summary | |
|---|---|
OTAPayloadStdAttributes |
getPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
boolean |
isCustSubAllocationInd()
Get the 'CustSubAllocationInd' attribute value. |
boolean |
isFullCustDetailsInd()
Get the 'FullCustDetailsInd' attribute value. |
boolean |
isMultipleItemsInd()
Get the 'MultipleItemsInd' attribute value. |
void |
setCustSubAllocationInd(boolean custSubAllocationInd)
Set the 'CustSubAllocationInd' attribute value. |
void |
setFullCustDetailsInd(boolean fullCustDetailsInd)
Set the 'FullCustDetailsInd' attribute value. |
void |
setMultipleItemsInd(boolean multipleItemsInd)
Set the 'MultipleItemsInd' attribute value. |
void |
setPayloadStdAttributes(OTAPayloadStdAttributes payloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DestActivityCapabilitiesRS()
| Method Detail |
|---|
public boolean isMultipleItemsInd()
public void setMultipleItemsInd(boolean multipleItemsInd)
multipleItemsInd - public boolean isCustSubAllocationInd()
public void setCustSubAllocationInd(boolean custSubAllocationInd)
custSubAllocationInd - public boolean isFullCustDetailsInd()
public void setFullCustDetailsInd(boolean fullCustDetailsInd)
fullCustDetailsInd - public OTAPayloadStdAttributes getPayloadStdAttributes()
public void setPayloadStdAttributes(OTAPayloadStdAttributes payloadStdAttributes)
payloadStdAttributes -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||