Class BaggageDisclosureType
Java class for BaggageDisclosureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaggageDisclosureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BaggageDisclosureID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" minOccurs="0"/>
<element name="BDC" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}BDCType" minOccurs="0"/>
<element name="CheckInChargesInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}IndType" minOccurs="0"/>
<element name="CommercialAgreementID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" minOccurs="0"/>
<element name="DeferralInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}IndType" minOccurs="0"/>
<element name="Desc" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}DescType" maxOccurs="unbounded" minOccurs="0"/>
<element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="FixedPrePaidInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}IndType" minOccurs="0"/>
<element name="RuleTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}BagDisclosureRuleTypeCodeType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the baggageDisclosureID property.getBDC()Gets the value of the bdc property.Gets the value of the commercialAgreementID property.getDesc()Gets the value of the desc property.Gets the value of the descText property.Gets the value of the ruleTypeCode property.Gets the value of the checkInChargesInd property.Gets the value of the deferralInd property.Gets the value of the fixedPrePaidInd property.voidsetBaggageDisclosureID(String value) Sets the value of the baggageDisclosureID property.voidSets the value of the bdc property.voidsetCheckInChargesInd(Boolean value) Sets the value of the checkInChargesInd property.voidsetCommercialAgreementID(String value) Sets the value of the commercialAgreementID property.voidsetDeferralInd(Boolean value) Sets the value of the deferralInd property.voidsetFixedPrePaidInd(Boolean value) Sets the value of the fixedPrePaidInd property.voidSets the value of the ruleTypeCode property.
-
Field Details
-
baggageDisclosureID
-
bdc
-
checkInChargesInd
-
commercialAgreementID
-
deferralInd
-
desc
-
descText
-
fixedPrePaidInd
-
ruleTypeCode
-
-
Constructor Details
-
BaggageDisclosureType
public BaggageDisclosureType()
-
-
Method Details
-
getBaggageDisclosureID
Gets the value of the baggageDisclosureID property.- Returns:
- possible object is
String
-
setBaggageDisclosureID
Sets the value of the baggageDisclosureID property.- Parameters:
value- allowed object isString
-
getBDC
Gets the value of the bdc property.- Returns:
- possible object is
BDCType
-
setBDC
Sets the value of the bdc property.- Parameters:
value- allowed object isBDCType
-
isCheckInChargesInd
Gets the value of the checkInChargesInd property.- Returns:
- possible object is
Boolean
-
setCheckInChargesInd
Sets the value of the checkInChargesInd property.- Parameters:
value- allowed object isBoolean
-
getCommercialAgreementID
Gets the value of the commercialAgreementID property.- Returns:
- possible object is
String
-
setCommercialAgreementID
Sets the value of the commercialAgreementID property.- Parameters:
value- allowed object isString
-
isDeferralInd
Gets the value of the deferralInd property.- Returns:
- possible object is
Boolean
-
setDeferralInd
Sets the value of the deferralInd property.- Parameters:
value- allowed object isBoolean
-
getDesc
Gets the value of the desc property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the desc property.For example, to add a new item, do as follows:
getDesc().add(newItem);Objects of the following type(s) are allowed in the list
DescType -
getDescText
Gets the value of the descText property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the descText property.For example, to add a new item, do as follows:
getDescText().add(newItem);Objects of the following type(s) are allowed in the list
String -
isFixedPrePaidInd
Gets the value of the fixedPrePaidInd property.- Returns:
- possible object is
Boolean
-
setFixedPrePaidInd
Sets the value of the fixedPrePaidInd property.- Parameters:
value- allowed object isBoolean
-
getRuleTypeCode
Gets the value of the ruleTypeCode property.- Returns:
- possible object is
BagDisclosureRuleTypeCodeContentType
-
setRuleTypeCode
Sets the value of the ruleTypeCode property.- Parameters:
value- allowed object isBagDisclosureRuleTypeCodeContentType
-