Class BDCType
java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.BDCType
The carrier whose baggage allowances and charges apply.
Java class for BDCType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BDCType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BagRuleCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}BagRuleCodeType" minOccurs="0"/>
<element name="BDCAnalysisResultCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}BDCAnalysisResultCodeType" minOccurs="0"/>
<element name="BDCReasonText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TextType" minOccurs="0"/>
<element name="CarrierDesigCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}AirlineDesigCodeType"/>
<element name="CarrierName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}NameType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BagRuleCodeContentTypeprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bagRuleCode property.Gets the value of the bdcAnalysisResultCode property.Gets the value of the bdcReasonText property.Gets the value of the carrierDesigCode property.Gets the value of the carrierName property.voidSets the value of the bagRuleCode property.voidsetBDCAnalysisResultCode(String value) Sets the value of the bdcAnalysisResultCode property.voidsetBDCReasonText(String value) Sets the value of the bdcReasonText property.voidsetCarrierDesigCode(String value) Sets the value of the carrierDesigCode property.voidsetCarrierName(String value) Sets the value of the carrierName property.
-
Field Details
-
bagRuleCode
-
bdcAnalysisResultCode
-
bdcReasonText
-
carrierDesigCode
-
carrierName
-
-
Constructor Details
-
BDCType
public BDCType()
-
-
Method Details
-
getBagRuleCode
Gets the value of the bagRuleCode property.- Returns:
- possible object is
BagRuleCodeContentType
-
setBagRuleCode
Sets the value of the bagRuleCode property.- Parameters:
value- allowed object isBagRuleCodeContentType
-
getBDCAnalysisResultCode
Gets the value of the bdcAnalysisResultCode property.- Returns:
- possible object is
String
-
setBDCAnalysisResultCode
Sets the value of the bdcAnalysisResultCode property.- Parameters:
value- allowed object isString
-
getBDCReasonText
Gets the value of the bdcReasonText property.- Returns:
- possible object is
String
-
setBDCReasonText
Sets the value of the bdcReasonText property.- Parameters:
value- allowed object isString
-
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
-