Class CarrierType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityresponse.CarrierType
The organization which carries the passenger, baggage, or goods, and/or commits to delivering the carriage as well as any related services such as issuance of ticket, creation of Order, etc.
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_SeatAvailabilityRS}AirlineDesigCodeType"/>
<element name="DuplicateDesigInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}IndType" minOccurs="0"/>
<element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}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
-