Class DatedMarketingSegmentType
java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityresponse.DatedMarketingSegmentType
The commercial designation under which a Dated Operating Segment can be booked, either under the operating carrier's designator or that of another carrier (codeshare).
Java class for DatedMarketingSegmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatedMarketingSegmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CarrierDesigCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}AirlineDesigCodeType"/>
<element name="CarrierName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}NameType" minOccurs="0"/>
<element name="MarketingCarrierFlightNumberText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}FlightNumberTextType"/>
<element name="OperationalSuffixText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}OperationalSuffixTextType" minOccurs="0"/>
<element name="RBDCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}RBDCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected RBDCodeType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the carrierDesigCode property.Gets the value of the carrierName property.Gets the value of the marketingCarrierFlightNumberText property.Gets the value of the operationalSuffixText property.Gets the value of the rbdCode property.voidsetCarrierDesigCode(String value) Sets the value of the carrierDesigCode property.voidsetCarrierName(String value) Sets the value of the carrierName property.voidSets the value of the marketingCarrierFlightNumberText property.voidsetOperationalSuffixText(String value) Sets the value of the operationalSuffixText property.voidsetRBDCode(RBDCodeType value) Sets the value of the rbdCode property.
-
Field Details
-
carrierDesigCode
-
carrierName
-
marketingCarrierFlightNumberText
-
operationalSuffixText
-
rbdCode
-
-
Constructor Details
-
DatedMarketingSegmentType
public DatedMarketingSegmentType()
-
-
Method Details
-
getCarrierDesigCode
Gets the value of the carrierDesigCode property.- Returns:
- possible object is
String
-
setCarrierDesigCode
Sets the value of the carrierDesigCode property.- Parameters:
value- allowed object isString
-
getCarrierName
Gets the value of the carrierName property.- Returns:
- possible object is
String
-
setCarrierName
Sets the value of the carrierName property.- Parameters:
value- allowed object isString
-
getMarketingCarrierFlightNumberText
Gets the value of the marketingCarrierFlightNumberText property.- Returns:
- possible object is
String
-
setMarketingCarrierFlightNumberText
Sets the value of the marketingCarrierFlightNumberText property.- Parameters:
value- allowed object isString
-
getOperationalSuffixText
Gets the value of the operationalSuffixText property.- Returns:
- possible object is
String
-
setOperationalSuffixText
Sets the value of the operationalSuffixText property.- Parameters:
value- allowed object isString
-
getRBDCode
Gets the value of the rbdCode property.- Returns:
- possible object is
RBDCodeType
-
setRBDCode
Sets the value of the rbdCode property.- Parameters:
value- allowed object isRBDCodeType
-