Class SpecialServiceType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistrequest.SpecialServiceType
Special service information
Java class for SpecialServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpecialServiceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AddlDataMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}MeasureType" minOccurs="0"/>
<element name="FreeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}TextType" minOccurs="0"/>
<element name="Qty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}QtyType" minOccurs="0"/>
<element name="SpecialServiceCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}CodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MeasureTypeprotected Stringprotected QtyTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addlDataMeasure property.Gets the value of the freeText property.getQty()Gets the value of the qty property.Gets the value of the specialServiceCode property.voidsetAddlDataMeasure(MeasureType value) Sets the value of the addlDataMeasure property.voidsetFreeText(String value) Sets the value of the freeText property.voidSets the value of the qty property.voidsetSpecialServiceCode(String value) Sets the value of the specialServiceCode property.
-
Field Details
-
addlDataMeasure
-
freeText
-
qty
-
specialServiceCode
-
-
Constructor Details
-
SpecialServiceType
public SpecialServiceType()
-
-
Method Details
-
getAddlDataMeasure
Gets the value of the addlDataMeasure property.- Returns:
- possible object is
MeasureType
-
setAddlDataMeasure
Sets the value of the addlDataMeasure property.- Parameters:
value- allowed object isMeasureType
-
getFreeText
Gets the value of the freeText property.- Returns:
- possible object is
String
-
setFreeText
Sets the value of the freeText property.- Parameters:
value- allowed object isString
-
getQty
Gets the value of the qty property.- Returns:
- possible object is
QtyType
-
setQty
Sets the value of the qty property.- Parameters:
value- allowed object isQtyType
-
getSpecialServiceCode
Gets the value of the specialServiceCode property.- Returns:
- possible object is
String
-
setSpecialServiceCode
Sets the value of the specialServiceCode property.- Parameters:
value- allowed object isString
-