java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.BagTagType

public class BagTagType extends Object
A small piece of paper, fabric, plastic or similar material attached to an bag and giving information about it.

Java class for BagTagType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BagTagType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BagTagID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}BagTagIDType" minOccurs="0"/>
         <element name="IssuingCarrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CarrierType" minOccurs="0"/>
         <element name="TagExpediteInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}IndType" minOccurs="0"/>
         <element name="TagFallbackInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}IndType" minOccurs="0"/>
         <element name="TagInterlineInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}IndType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • bagTagID

      protected String bagTagID
    • issuingCarrier

      protected CarrierType issuingCarrier
    • tagExpediteInd

      protected Boolean tagExpediteInd
    • tagFallbackInd

      protected Boolean tagFallbackInd
    • tagInterlineInd

      protected Boolean tagInterlineInd
  • Constructor Details

    • BagTagType

      public BagTagType()
  • Method Details

    • getBagTagID

      public String getBagTagID()
      Gets the value of the bagTagID property.
      Returns:
      possible object is String
    • setBagTagID

      public void setBagTagID(String value)
      Sets the value of the bagTagID property.
      Parameters:
      value - allowed object is String
    • getIssuingCarrier

      public CarrierType getIssuingCarrier()
      Gets the value of the issuingCarrier property.
      Returns:
      possible object is CarrierType
    • setIssuingCarrier

      public void setIssuingCarrier(CarrierType value)
      Sets the value of the issuingCarrier property.
      Parameters:
      value - allowed object is CarrierType
    • isTagExpediteInd

      public Boolean isTagExpediteInd()
      Gets the value of the tagExpediteInd property.
      Returns:
      possible object is Boolean
    • setTagExpediteInd

      public void setTagExpediteInd(Boolean value)
      Sets the value of the tagExpediteInd property.
      Parameters:
      value - allowed object is Boolean
    • isTagFallbackInd

      public Boolean isTagFallbackInd()
      Gets the value of the tagFallbackInd property.
      Returns:
      possible object is Boolean
    • setTagFallbackInd

      public void setTagFallbackInd(Boolean value)
      Sets the value of the tagFallbackInd property.
      Parameters:
      value - allowed object is Boolean
    • isTagInterlineInd

      public Boolean isTagInterlineInd()
      Gets the value of the tagInterlineInd property.
      Returns:
      possible object is Boolean
    • setTagInterlineInd

      public void setTagInterlineInd(Boolean value)
      Sets the value of the tagInterlineInd property.
      Parameters:
      value - allowed object is Boolean