org.ota.dynamicpkg
Class DynamicPkgComponentGroup

java.lang.Object
  extended by org.ota.dynamicpkg.DynamicPkgComponentGroup

public class DynamicPkgComponentGroup
extends java.lang.Object

Identifies common attributes that are part of the components of a dynamic package. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DynamicPkgComponentGroup">
   <xs:attribute type="xs:string" use="optional" name="HoldDuration"/>
   <xs:attribute type="xs:string" use="optional" name="QuoteID"/>
   <xs:attributeGroup ref="ns:DynamicPkgActionStatusGroup"/>
 </xs:attributeGroup>
 


Constructor Summary
DynamicPkgComponentGroup()
           
 
Method Summary
 DynamicPkgActionStatusGroup getDynamicPkgActionStatusGroup()
          Get the 'DynamicPkgActionStatusGroup' attributeGroup value.
 java.lang.String getHoldDuration()
          Get the 'HoldDuration' attribute value.
 java.lang.String getQuoteID()
          Get the 'QuoteID' attribute value.
 void setDynamicPkgActionStatusGroup(DynamicPkgActionStatusGroup dynamicPkgActionStatusGroup)
          Set the 'DynamicPkgActionStatusGroup' attributeGroup value.
 void setHoldDuration(java.lang.String holdDuration)
          Set the 'HoldDuration' attribute value.
 void setQuoteID(java.lang.String quoteID)
          Set the 'QuoteID' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicPkgComponentGroup

public DynamicPkgComponentGroup()
Method Detail

getHoldDuration

public java.lang.String getHoldDuration()
Get the 'HoldDuration' attribute value. The length of time starting at the create time for which the component will be held.

Returns:
value

setHoldDuration

public void setHoldDuration(java.lang.String holdDuration)
Set the 'HoldDuration' attribute value. The length of time starting at the create time for which the component will be held.

Parameters:
holdDuration -

getQuoteID

public java.lang.String getQuoteID()
Get the 'QuoteID' attribute value. A reference number used to match a query, with rates, to a given time. This is useful for matching prices within a given quote period.

Returns:
value

setQuoteID

public void setQuoteID(java.lang.String quoteID)
Set the 'QuoteID' attribute value. A reference number used to match a query, with rates, to a given time. This is useful for matching prices within a given quote period.

Parameters:
quoteID -

getDynamicPkgActionStatusGroup

public DynamicPkgActionStatusGroup getDynamicPkgActionStatusGroup()
Get the 'DynamicPkgActionStatusGroup' attributeGroup value. specifies the action being requested and/or the status of the component or package

Returns:
value

setDynamicPkgActionStatusGroup

public void setDynamicPkgActionStatusGroup(DynamicPkgActionStatusGroup dynamicPkgActionStatusGroup)
Set the 'DynamicPkgActionStatusGroup' attributeGroup value. specifies the action being requested and/or the status of the component or package

Parameters:
dynamicPkgActionStatusGroup -