Class CarrierType
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.CarrierType
Includes the carrier issuing the ticket and all carriers that carry or undertake to carry the passenger and/or his baggage or to perform any other services related to such carriage.
Java class for CarrierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CarrierType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AirlineDesigCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}AirlineDesigCodeType"/>
<element name="DuplicateDesigInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}IndType" minOccurs="0"/>
<element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}NameType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the airlineDesigCode property.getName()Gets the value of the name property.Gets the value of the duplicateDesigInd property.voidsetAirlineDesigCode(String value) Sets the value of the airlineDesigCode property.voidsetDuplicateDesigInd(Boolean value) Sets the value of the duplicateDesigInd property.voidSets the value of the name property.
-
Field Details
-
airlineDesigCode
-
duplicateDesigInd
-
name
-
-
Constructor Details
-
CarrierType
public CarrierType()
-
-
Method Details
-
getAirlineDesigCode
Gets the value of the airlineDesigCode property.- Returns:
- possible object is
String
-
setAirlineDesigCode
Sets the value of the airlineDesigCode property.- Parameters:
value- allowed object isString
-
isDuplicateDesigInd
Gets the value of the duplicateDesigInd property.- Returns:
- possible object is
Boolean
-
setDuplicateDesigInd
Sets the value of the duplicateDesigInd property.- Parameters:
value- allowed object isBoolean
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-