|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.PricingInfoGroup
public class PricingInfoGroup
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 |
---|
public PricingInfoGroup()
Method Detail |
---|
public java.lang.String getType()
public void setType(java.lang.String type)
type
- public java.lang.Boolean getExcludeInd()
public void setExcludeInd(java.lang.Boolean excludeInd)
excludeInd
- public java.lang.String getQualifier()
public void setQualifier(java.lang.String qualifier)
qualifier
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |