Class BaggageDisclosureType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.BaggageDisclosureType
Disclosure information specifically related to baggage.
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_OrderSalesInformationNotifRQ}ID_Type" minOccurs="0"/>
<element name="BDC" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}BDCType" minOccurs="0"/>
<element name="CheckInChargesInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}IndType" minOccurs="0"/>
<element name="CommercialAgreementID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type" minOccurs="0"/>
<element name="DeferralInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}IndType" minOccurs="0"/>
<element name="FixedPrePaidInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}IndType" minOccurs="0"/>
<element name="RuleTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}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.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
-
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
-
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
-