org.ota.misc
Class DestActivityCapabilitiesRS

java.lang.Object
  extended by org.ota.misc.DestActivityCapabilitiesRS

public class DestActivityCapabilitiesRS
extends java.lang.Object

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

DestActivityCapabilitiesRS

public DestActivityCapabilitiesRS()
Method Detail

isMultipleItemsInd

public boolean isMultipleItemsInd()
Get the 'MultipleItemsInd' attribute value. When 'true, indicates that this system can accept multiple items in a request.

Returns:
value

setMultipleItemsInd

public void setMultipleItemsInd(boolean multipleItemsInd)
Set the 'MultipleItemsInd' attribute value. When 'true, indicates that this system can accept multiple items in a request.

Parameters:
multipleItemsInd -

isCustSubAllocationInd

public boolean isCustSubAllocationInd()
Get the 'CustSubAllocationInd' attribute value. When true, indicates that this system can support customer suballocation (not all customers on all items).

Returns:
value

setCustSubAllocationInd

public void setCustSubAllocationInd(boolean custSubAllocationInd)
Set the 'CustSubAllocationInd' attribute value. When true, indicates that this system can support customer suballocation (not all customers on all items).

Parameters:
custSubAllocationInd -

isFullCustDetailsInd

public boolean isFullCustDetailsInd()
Get the 'FullCustDetailsInd' attribute value. When true, indicates that names (and all other details) are required for *all* customers.

Returns:
value

setFullCustDetailsInd

public void setFullCustDetailsInd(boolean fullCustDetailsInd)
Set the 'FullCustDetailsInd' attribute value. When true, indicates that names (and all other details) are required for *all* customers.

Parameters:
fullCustDetailsInd -

getPayloadStdAttributes

public OTAPayloadStdAttributes getPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value.

Returns:
value

setPayloadStdAttributes

public void setPayloadStdAttributes(OTAPayloadStdAttributes payloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value.

Parameters:
payloadStdAttributes -