Class MediaObjectType
java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingresponse.MediaObjectType
Electronic documents, images, and other files which accompany and support some information.
Java class for MediaObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MediaObjectType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BinaryObject" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}BinaryObjectType" minOccurs="0"/>
<element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}TextType" minOccurs="0"/>
<element name="FileSizeMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}MeasureType" minOccurs="0"/>
<element name="HeightMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}MeasureType" minOccurs="0"/>
<element name="HintText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}TextType" minOccurs="0"/>
<element name="MediaID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" minOccurs="0"/>
<element name="RenderingInstructionsText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}TextType" minOccurs="0"/>
<element name="RenderingMethodText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}TextType" minOccurs="0"/>
<element name="RenderingOutputFormatText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}TextType" minOccurs="0"/>
<element name="RenderingOverviewText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}TextType" minOccurs="0"/>
<element name="WidthMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}MeasureType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BinaryObjectTypeprotected Stringprotected MeasureTypeprotected MeasureTypeprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected MeasureType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the binaryObject property.Gets the value of the descText property.Gets the value of the fileSizeMeasure property.Gets the value of the heightMeasure property.Gets the value of the hintText property.Gets the value of the mediaID property.Gets the value of the renderingInstructionsText property.Gets the value of the renderingMethodText property.Gets the value of the renderingOutputFormatText property.Gets the value of the renderingOverviewText property.Gets the value of the widthMeasure property.voidsetBinaryObject(BinaryObjectType value) Sets the value of the binaryObject property.voidsetDescText(String value) Sets the value of the descText property.voidsetFileSizeMeasure(MeasureType value) Sets the value of the fileSizeMeasure property.voidsetHeightMeasure(MeasureType value) Sets the value of the heightMeasure property.voidsetHintText(String value) Sets the value of the hintText property.voidsetMediaID(String value) Sets the value of the mediaID property.voidSets the value of the renderingInstructionsText property.voidsetRenderingMethodText(String value) Sets the value of the renderingMethodText property.voidSets the value of the renderingOutputFormatText property.voidsetRenderingOverviewText(String value) Sets the value of the renderingOverviewText property.voidsetWidthMeasure(MeasureType value) Sets the value of the widthMeasure property.
-
Field Details
-
binaryObject
-
descText
-
fileSizeMeasure
-
heightMeasure
-
hintText
-
mediaID
-
renderingInstructionsText
-
renderingMethodText
-
renderingOutputFormatText
-
renderingOverviewText
-
widthMeasure
-
-
Constructor Details
-
MediaObjectType
public MediaObjectType()
-
-
Method Details
-
getBinaryObject
Gets the value of the binaryObject property.- Returns:
- possible object is
BinaryObjectType
-
setBinaryObject
Sets the value of the binaryObject property.- Parameters:
value- allowed object isBinaryObjectType
-
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
-
getFileSizeMeasure
Gets the value of the fileSizeMeasure property.- Returns:
- possible object is
MeasureType
-
setFileSizeMeasure
Sets the value of the fileSizeMeasure property.- Parameters:
value- allowed object isMeasureType
-
getHeightMeasure
Gets the value of the heightMeasure property.- Returns:
- possible object is
MeasureType
-
setHeightMeasure
Sets the value of the heightMeasure property.- Parameters:
value- allowed object isMeasureType
-
getHintText
Gets the value of the hintText property.- Returns:
- possible object is
String
-
setHintText
Sets the value of the hintText property.- Parameters:
value- allowed object isString
-
getMediaID
Gets the value of the mediaID property.- Returns:
- possible object is
String
-
setMediaID
Sets the value of the mediaID property.- Parameters:
value- allowed object isString
-
getRenderingInstructionsText
Gets the value of the renderingInstructionsText property.- Returns:
- possible object is
String
-
setRenderingInstructionsText
Sets the value of the renderingInstructionsText property.- Parameters:
value- allowed object isString
-
getRenderingMethodText
Gets the value of the renderingMethodText property.- Returns:
- possible object is
String
-
setRenderingMethodText
Sets the value of the renderingMethodText property.- Parameters:
value- allowed object isString
-
getRenderingOutputFormatText
Gets the value of the renderingOutputFormatText property.- Returns:
- possible object is
String
-
setRenderingOutputFormatText
Sets the value of the renderingOutputFormatText property.- Parameters:
value- allowed object isString
-
getRenderingOverviewText
Gets the value of the renderingOverviewText property.- Returns:
- possible object is
String
-
setRenderingOverviewText
Sets the value of the renderingOverviewText property.- Parameters:
value- allowed object isString
-
getWidthMeasure
Gets the value of the widthMeasure property.- Returns:
- possible object is
MeasureType
-
setWidthMeasure
Sets the value of the widthMeasure property.- Parameters:
value- allowed object isMeasureType
-