org.ota.air
Class PricingInfoGroup

java.lang.Object
  extended by org.ota.air.PricingInfoGroup

public class PricingInfoGroup
extends java.lang.Object

Use to specify a type of pricing information and whether it should be applied or not applied to the pricing. 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="PricingInfoGroup">
   <xs:attribute type="xs:string" use="required" name="Type"/>
   <xs:attribute type="xs:boolean" use="optional" name="ExcludeInd"/>
   <xs:attribute type="xs:string" use="optional" name="Qualifier"/>
 </xs:attributeGroup>
 


Constructor Summary
PricingInfoGroup()
           
 
Method Summary
 java.lang.Boolean getExcludeInd()
          Get the 'ExcludeInd' attribute value.
 java.lang.String getQualifier()
          Get the 'Qualifier' attribute value.
 java.lang.String getType()
          Get the 'Type' attribute value.
 void setExcludeInd(java.lang.Boolean excludeInd)
          Set the 'ExcludeInd' attribute value.
 void setQualifier(java.lang.String qualifier)
          Set the 'Qualifier' attribute value.
 void setType(java.lang.String type)
          Set the 'Type' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PricingInfoGroup

public PricingInfoGroup()
Method Detail

getType

public java.lang.String getType()
Get the 'Type' attribute value. Used to specify the type of pricing information. References OpenTravel Code list Pricing Processing Code (PPC).

Returns:
value

setType

public void setType(java.lang.String type)
Set the 'Type' attribute value. Used to specify the type of pricing information. References OpenTravel Code list Pricing Processing Code (PPC).

Parameters:
type -

getExcludeInd

public java.lang.Boolean getExcludeInd()
Get the 'ExcludeInd' attribute value. When true the information in the type attribute should not be applied to the pricing.

Returns:
value

setExcludeInd

public void setExcludeInd(java.lang.Boolean excludeInd)
Set the 'ExcludeInd' attribute value. When true the information in the type attribute should not be applied to the pricing.

Parameters:
excludeInd -

getQualifier

public java.lang.String getQualifier()
Get the 'Qualifier' attribute value. Used to give additional information on the pricing preference. Refer to OpenTravel Code List Pricing Qualification Code (PQC).

Returns:
value

setQualifier

public void setQualifier(java.lang.String qualifier)
Set the 'Qualifier' attribute value. Used to give additional information on the pricing preference. Refer to OpenTravel Code List Pricing Qualification Code (PQC).

Parameters:
qualifier -