Class DescType
java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.DescType
An account or representation of the certain or major aspects, characteristics, or features of a person, object, or event.
Java class for DescType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescType">
<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="MarkupStyleText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TextType" minOccurs="0"/>
<element name="MediaObject" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}MediaObjectType" minOccurs="0"/>
<element name="URL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}UniformResourceID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected MediaObjectTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the descText property.Gets the value of the markupStyleText property.Gets the value of the mediaObject property.getURL()Gets the value of the url property.voidsetDescText(String value) Sets the value of the descText property.voidsetMarkupStyleText(String value) Sets the value of the markupStyleText property.voidsetMediaObject(MediaObjectType value) Sets the value of the mediaObject property.voidSets the value of the url property.
-
Field Details
-
descText
-
markupStyleText
-
mediaObject
-
url
-
-
Constructor Details
-
DescType
public DescType()
-
-
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
-
getMarkupStyleText
Gets the value of the markupStyleText property.- Returns:
- possible object is
String
-
setMarkupStyleText
Sets the value of the markupStyleText property.- Parameters:
value- allowed object isString
-
getMediaObject
Gets the value of the mediaObject property.- Returns:
- possible object is
MediaObjectType
-
setMediaObject
Sets the value of the mediaObject property.- Parameters:
value- allowed object isMediaObjectType
-
getURL
Gets the value of the url property.- Returns:
- possible object is
String
-
setURL
Sets the value of the url property.- Parameters:
value- allowed object isString
-