Class DatedOperatingSegmentType
java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpriceresponse.DatedOperatingSegmentType
An operation between board point and any subsequent off point within the same flight designator. Could be one or more legs. Could also be used for other transport vehicles such as train or bus etc.
Java class for DatedOperatingSegmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatedOperatingSegmentType">
<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_OfferPriceRS}AirlineDesigCodeType" minOccurs="0"/>
<element name="CarrierName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CountryCodeType" minOccurs="0"/>
<element name="Disclosure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}DisclosureType" minOccurs="0"/>
<element name="OperatingCarrierFlightNumberText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}FlightNumberTextType" minOccurs="0"/>
<element name="OperationalSuffixText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}OperationalSuffixTextType" minOccurs="0"/>
<element name="RBDCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}RBDCodeType" minOccurs="0"/>
<element name="StatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected DisclosureTypeprotected Stringprotected Stringprotected RBDCodeTypeprotected String -
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 disclosure property.Gets the value of the operatingCarrierFlightNumberText property.Gets the value of the operationalSuffixText property.Gets the value of the rbdCode property.Gets the value of the statusCode property.voidsetCarrierDesigCode(String value) Sets the value of the carrierDesigCode property.voidsetCarrierName(String value) Sets the value of the carrierName property.voidsetDisclosure(DisclosureType value) Sets the value of the disclosure property.voidSets the value of the operatingCarrierFlightNumberText property.voidsetOperationalSuffixText(String value) Sets the value of the operationalSuffixText property.voidsetRBDCode(RBDCodeType value) Sets the value of the rbdCode property.voidsetStatusCode(String value) Sets the value of the statusCode property.
-
Field Details
-
carrierDesigCode
-
carrierName
-
disclosure
-
operatingCarrierFlightNumberText
-
operationalSuffixText
-
rbdCode
-
statusCode
-
-
Constructor Details
-
DatedOperatingSegmentType
public DatedOperatingSegmentType()
-
-
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
-
getDisclosure
Gets the value of the disclosure property.- Returns:
- possible object is
DisclosureType
-
setDisclosure
Sets the value of the disclosure property.- Parameters:
value- allowed object isDisclosureType
-
getOperatingCarrierFlightNumberText
Gets the value of the operatingCarrierFlightNumberText property.- Returns:
- possible object is
String
-
setOperatingCarrierFlightNumberText
Sets the value of the operatingCarrierFlightNumberText 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
-
getStatusCode
Gets the value of the statusCode property.- Returns:
- possible object is
String
-
setStatusCode
Sets the value of the statusCode property.- Parameters:
value- allowed object isString
-