java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistresponse.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_ServiceListRS}ID_Type" minOccurs="0"/>
         <element name="BDC" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}BDCType" minOccurs="0"/>
         <element name="CheckInChargesInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}IndType" minOccurs="0"/>
         <element name="CommercialAgreementID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}ID_Type" minOccurs="0"/>
         <element name="DeferralInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}IndType" minOccurs="0"/>
         <element name="Desc" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}DescType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}TextType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="FixedPrePaidInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}IndType" minOccurs="0"/>
         <element name="RuleTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}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
    • getDesc

      public List<DescType> 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 set method 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

      public List<String> 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 set method 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

      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