java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.MediaObjectType

public class MediaObjectType extends Object
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_OrderChangeRQ}BinaryObjectType" minOccurs="0"/>
         <element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
         <element name="FileSizeMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}MeasureType" minOccurs="0"/>
         <element name="HeightMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}MeasureType" minOccurs="0"/>
         <element name="HintText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
         <element name="MediaID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ID_Type" minOccurs="0"/>
         <element name="RenderingInstructionsText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
         <element name="RenderingMethodText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
         <element name="RenderingOutputFormatText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
         <element name="RenderingOverviewText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
         <element name="WidthMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}MeasureType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • binaryObject

      protected BinaryObjectType binaryObject
    • descText

      protected String descText
    • fileSizeMeasure

      protected MeasureType fileSizeMeasure
    • heightMeasure

      protected MeasureType heightMeasure
    • hintText

      protected String hintText
    • mediaID

      protected String mediaID
    • renderingInstructionsText

      protected String renderingInstructionsText
    • renderingMethodText

      protected String renderingMethodText
    • renderingOutputFormatText

      protected String renderingOutputFormatText
    • renderingOverviewText

      protected String renderingOverviewText
    • widthMeasure

      protected MeasureType widthMeasure
  • Constructor Details

    • MediaObjectType

      public MediaObjectType()
  • Method Details

    • getBinaryObject

      public BinaryObjectType getBinaryObject()
      Gets the value of the binaryObject property.
      Returns:
      possible object is BinaryObjectType
    • setBinaryObject

      public void setBinaryObject(BinaryObjectType value)
      Sets the value of the binaryObject property.
      Parameters:
      value - allowed object is BinaryObjectType
    • getDescText

      public String getDescText()
      Gets the value of the descText property.
      Returns:
      possible object is String
    • setDescText

      public void setDescText(String value)
      Sets the value of the descText property.
      Parameters:
      value - allowed object is String
    • getFileSizeMeasure

      public MeasureType getFileSizeMeasure()
      Gets the value of the fileSizeMeasure property.
      Returns:
      possible object is MeasureType
    • setFileSizeMeasure

      public void setFileSizeMeasure(MeasureType value)
      Sets the value of the fileSizeMeasure property.
      Parameters:
      value - allowed object is MeasureType
    • getHeightMeasure

      public MeasureType getHeightMeasure()
      Gets the value of the heightMeasure property.
      Returns:
      possible object is MeasureType
    • setHeightMeasure

      public void setHeightMeasure(MeasureType value)
      Sets the value of the heightMeasure property.
      Parameters:
      value - allowed object is MeasureType
    • getHintText

      public String getHintText()
      Gets the value of the hintText property.
      Returns:
      possible object is String
    • setHintText

      public void setHintText(String value)
      Sets the value of the hintText property.
      Parameters:
      value - allowed object is String
    • getMediaID

      public String getMediaID()
      Gets the value of the mediaID property.
      Returns:
      possible object is String
    • setMediaID

      public void setMediaID(String value)
      Sets the value of the mediaID property.
      Parameters:
      value - allowed object is String
    • getRenderingInstructionsText

      public String getRenderingInstructionsText()
      Gets the value of the renderingInstructionsText property.
      Returns:
      possible object is String
    • setRenderingInstructionsText

      public void setRenderingInstructionsText(String value)
      Sets the value of the renderingInstructionsText property.
      Parameters:
      value - allowed object is String
    • getRenderingMethodText

      public String getRenderingMethodText()
      Gets the value of the renderingMethodText property.
      Returns:
      possible object is String
    • setRenderingMethodText

      public void setRenderingMethodText(String value)
      Sets the value of the renderingMethodText property.
      Parameters:
      value - allowed object is String
    • getRenderingOutputFormatText

      public String getRenderingOutputFormatText()
      Gets the value of the renderingOutputFormatText property.
      Returns:
      possible object is String
    • setRenderingOutputFormatText

      public void setRenderingOutputFormatText(String value)
      Sets the value of the renderingOutputFormatText property.
      Parameters:
      value - allowed object is String
    • getRenderingOverviewText

      public String getRenderingOverviewText()
      Gets the value of the renderingOverviewText property.
      Returns:
      possible object is String
    • setRenderingOverviewText

      public void setRenderingOverviewText(String value)
      Sets the value of the renderingOverviewText property.
      Parameters:
      value - allowed object is String
    • getWidthMeasure

      public MeasureType getWidthMeasure()
      Gets the value of the widthMeasure property.
      Returns:
      possible object is MeasureType
    • setWidthMeasure

      public void setWidthMeasure(MeasureType value)
      Sets the value of the widthMeasure property.
      Parameters:
      value - allowed object is MeasureType