Class OtherItemType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.OtherItemType
Other service information used for long sells.
Java class for OtherItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TextType" minOccurs="0"/>
<element name="Price" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PriceType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the descText property.getPrice()Gets the value of the price property.voidsetDescText(String value) Sets the value of the descText property.voidSets the value of the price property.
-
Field Details
-
descText
-
price
-
-
Constructor Details
-
OtherItemType
public OtherItemType()
-
-
Method Details
-
getDescText
Gets the value of the descText property.- Returns:
- possible object is
String
-
setDescText
Sets the value of the descText property.- Parameters:
value- allowed object isString
-
getPrice
Gets the value of the price property.- Returns:
- possible object is
PriceType
-
setPrice
Sets the value of the price property.- Parameters:
value- allowed object isPriceType
-