Class BagTagType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderchangerequest.BagTagType
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_OrderChangeRQ}BagTagIDType" minOccurs="0"/>
<element name="IssuingCarrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}CarrierType" minOccurs="0"/>
<element name="TagExpediteInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}IndType" minOccurs="0"/>
<element name="TagFallbackInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}IndType" minOccurs="0"/>
<element name="TagInterlineInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}IndType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected CarrierTypeprotected Booleanprotected Booleanprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bagTagID property.Gets the value of the issuingCarrier property.Gets the value of the tagExpediteInd property.Gets the value of the tagFallbackInd property.Gets the value of the tagInterlineInd property.voidsetBagTagID(String value) Sets the value of the bagTagID property.voidsetIssuingCarrier(CarrierType value) Sets the value of the issuingCarrier property.voidsetTagExpediteInd(Boolean value) Sets the value of the tagExpediteInd property.voidsetTagFallbackInd(Boolean value) Sets the value of the tagFallbackInd property.voidsetTagInterlineInd(Boolean value) Sets the value of the tagInterlineInd property.
-
Field Details
-
bagTagID
-
issuingCarrier
-
tagExpediteInd
-
tagFallbackInd
-
tagInterlineInd
-
-
Constructor Details
-
BagTagType
public BagTagType()
-
-
Method Details
-
getBagTagID
Gets the value of the bagTagID property.- Returns:
- possible object is
String
-
setBagTagID
Sets the value of the bagTagID property.- Parameters:
value- allowed object isString
-
getIssuingCarrier
Gets the value of the issuingCarrier property.- Returns:
- possible object is
CarrierType
-
setIssuingCarrier
Sets the value of the issuingCarrier property.- Parameters:
value- allowed object isCarrierType
-
isTagExpediteInd
Gets the value of the tagExpediteInd property.- Returns:
- possible object is
Boolean
-
setTagExpediteInd
Sets the value of the tagExpediteInd property.- Parameters:
value- allowed object isBoolean
-
isTagFallbackInd
Gets the value of the tagFallbackInd property.- Returns:
- possible object is
Boolean
-
setTagFallbackInd
Sets the value of the tagFallbackInd property.- Parameters:
value- allowed object isBoolean
-
isTagInterlineInd
Gets the value of the tagInterlineInd property.- Returns:
- possible object is
Boolean
-
setTagInterlineInd
Sets the value of the tagInterlineInd property.- Parameters:
value- allowed object isBoolean
-