Class BaggageDisclosureType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.BaggageDisclosureType

public class BaggageDisclosureType extends Object
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 Details

  • Constructor Details

    • BaggageDisclosureType

      public BaggageDisclosureType()
  • Method Details

    • getBaggageDisclosureID

      public String getBaggageDisclosureID()
      Gets the value of the baggageDisclosureID property.
      Returns:
      possible object is String
    • setBaggageDisclosureID

      public void setBaggageDisclosureID(String value)
      Sets the value of the baggageDisclosureID property.
      Parameters:
      value - allowed object is String
    • getBDC

      public BDCType getBDC()
      Gets the value of the bdc property.
      Returns:
      possible object is BDCType
    • setBDC

      public void setBDC(BDCType value)
      Sets the value of the bdc property.
      Parameters:
      value - allowed object is BDCType
    • isCheckInChargesInd

      public Boolean isCheckInChargesInd()
      Gets the value of the checkInChargesInd property.
      Returns:
      possible object is Boolean
    • setCheckInChargesInd

      public void setCheckInChargesInd(Boolean value)
      Sets the value of the checkInChargesInd property.
      Parameters:
      value - allowed object is Boolean
    • getCommercialAgreementID

      public String getCommercialAgreementID()
      Gets the value of the commercialAgreementID property.
      Returns:
      possible object is String
    • setCommercialAgreementID

      public void setCommercialAgreementID(String value)
      Sets the value of the commercialAgreementID property.
      Parameters:
      value - allowed object is String
    • isDeferralInd

      public Boolean isDeferralInd()
      Gets the value of the deferralInd property.
      Returns:
      possible object is Boolean
    • setDeferralInd

      public void setDeferralInd(Boolean value)
      Sets the value of the deferralInd property.
      Parameters:
      value - allowed object is Boolean
    • isFixedPrePaidInd

      public Boolean isFixedPrePaidInd()
      Gets the value of the fixedPrePaidInd property.
      Returns:
      possible object is Boolean
    • setFixedPrePaidInd

      public void setFixedPrePaidInd(Boolean value)
      Sets the value of the fixedPrePaidInd property.
      Parameters:
      value - allowed object is Boolean
    • getRuleTypeCode

      public BagDisclosureRuleTypeCodeContentType getRuleTypeCode()
      Gets the value of the ruleTypeCode property.
      Returns:
      possible object is BagDisclosureRuleTypeCodeContentType
    • setRuleTypeCode

      public void setRuleTypeCode(BagDisclosureRuleTypeCodeContentType value)
      Sets the value of the ruleTypeCode property.
      Parameters:
      value - allowed object is BagDisclosureRuleTypeCodeContentType