org.ota.shared
Class MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.ImageFormat

java.lang.Object
  extended by org.ota.shared.MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.ImageFormat
Enclosing class:
MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem

public static class MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.ImageFormat
extends java.lang.Object

A set of images for a given category which may be provided in multiple formats. Schema fragment(s) for this class:

 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ImageFormat" minOccurs="0" maxOccurs="unbounded">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:ImageItemType">
         <xs:attributeGroup ref="ns:MultimediaDescriptionGroup"/>
         <xs:attribute type="xs:string" use="optional" name="Language"/>
         <xs:attribute type="xs:string" use="optional" name="Format"/>
         <xs:attribute type="xs:string" use="optional" name="FileName"/>
         <xs:attribute type="xs:string" use="optional" name="FileSize"/>
         <xs:attribute type="xs:string" use="optional" name="DimensionCategory"/>
         <xs:attribute type="xs:boolean" use="optional" name="IsOriginalIndicator"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 
 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ImageItemType">
   <xs:sequence>
     <xs:element type="xs:string" name="URL" minOccurs="0"/>
   </xs:sequence>
   <xs:attribute type="xs:string" use="optional" name="UnitOfMeasureCode"/>
   <xs:attribute type="xs:string" use="optional" name="Width"/>
   <xs:attribute type="xs:string" use="optional" name="Height"/>
 </xs:complexType>
 


Constructor Summary
MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.ImageFormat()
           
 
Method Summary
 java.lang.String getDimensionCategory()
          Get the 'DimensionCategory' attribute value.
 java.lang.String getFileName()
          Get the 'FileName' attribute value.
 java.lang.String getFileSize()
          Get the 'FileSize' attribute value.
 java.lang.String getFormat()
          Get the 'Format' attribute value.
 java.lang.String getHeight()
          Get the 'Height' attribute value.
 java.lang.Boolean getIsOriginalIndicator()
          Get the 'IsOriginalIndicator' attribute value.
 java.lang.String getLanguage()
          Get the 'Language' attribute value.
 MultimediaDescriptionGroup getMultimediaDescriptionGroup()
          Get the 'MultimediaDescriptionGroup' attributeGroup value.
 java.lang.String getUnitOfMeasureCode()
          Get the 'UnitOfMeasureCode' attribute value.
 java.lang.String getURL()
          Get the 'URL' element value.
 java.lang.String getWidth()
          Get the 'Width' attribute value.
 void setDimensionCategory(java.lang.String dimensionCategory)
          Set the 'DimensionCategory' attribute value.
 void setFileName(java.lang.String fileName)
          Set the 'FileName' attribute value.
 void setFileSize(java.lang.String fileSize)
          Set the 'FileSize' attribute value.
 void setFormat(java.lang.String format)
          Set the 'Format' attribute value.
 void setHeight(java.lang.String height)
          Set the 'Height' attribute value.
 void setIsOriginalIndicator(java.lang.Boolean isOriginalIndicator)
          Set the 'IsOriginalIndicator' attribute value.
 void setLanguage(java.lang.String language)
          Set the 'Language' attribute value.
 void setMultimediaDescriptionGroup(MultimediaDescriptionGroup multimediaDescriptionGroup)
          Set the 'MultimediaDescriptionGroup' attributeGroup value.
 void setUnitOfMeasureCode(java.lang.String unitOfMeasureCode)
          Set the 'UnitOfMeasureCode' attribute value.
 void setURL(java.lang.String URL)
          Set the 'URL' element value.
 void setWidth(java.lang.String width)
          Set the 'Width' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.ImageFormat

public MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.ImageFormat()
Method Detail

getURL

public java.lang.String getURL()
Get the 'URL' element value. URL of the multimedia item for a specific format.

Returns:
value

setURL

public void setURL(java.lang.String URL)
Set the 'URL' element value. URL of the multimedia item for a specific format.

Parameters:
URL -

getUnitOfMeasureCode

public java.lang.String getUnitOfMeasureCode()
Get the 'UnitOfMeasureCode' attribute value. The unit of measure for the image item. Refer to OpenTravel Code list Unit of Measure (UOM).

Returns:
value

setUnitOfMeasureCode

public void setUnitOfMeasureCode(java.lang.String unitOfMeasureCode)
Set the 'UnitOfMeasureCode' attribute value. The unit of measure for the image item. Refer to OpenTravel Code list Unit of Measure (UOM).

Parameters:
unitOfMeasureCode -

getWidth

public java.lang.String getWidth()
Get the 'Width' attribute value. The width of the image item (unit specified by unit of measure).

Returns:
value

setWidth

public void setWidth(java.lang.String width)
Set the 'Width' attribute value. The width of the image item (unit specified by unit of measure).

Parameters:
width -

getHeight

public java.lang.String getHeight()
Get the 'Height' attribute value. The height of the image item (unit specified by unit of measure).

Returns:
value

setHeight

public void setHeight(java.lang.String height)
Set the 'Height' attribute value. The height of the image item (unit specified by unit of measure).

Parameters:
height -

getMultimediaDescriptionGroup

public MultimediaDescriptionGroup getMultimediaDescriptionGroup()
Get the 'MultimediaDescriptionGroup' attributeGroup value. Detailed information about an image.

Returns:
value

setMultimediaDescriptionGroup

public void setMultimediaDescriptionGroup(MultimediaDescriptionGroup multimediaDescriptionGroup)
Set the 'MultimediaDescriptionGroup' attributeGroup value. Detailed information about an image.

Parameters:
multimediaDescriptionGroup -

getLanguage

public java.lang.String getLanguage()
Get the 'Language' attribute value. The language in which the image text is provided.

Returns:
value

setLanguage

public void setLanguage(java.lang.String language)
Set the 'Language' attribute value. The language in which the image text is provided.

Parameters:
language -

getFormat

public java.lang.String getFormat()
Get the 'Format' attribute value. Identifies the format of an image. Refer to OpenTravel Code List Content Format Code (CFC).

Returns:
value

setFormat

public void setFormat(java.lang.String format)
Set the 'Format' attribute value. Identifies the format of an image. Refer to OpenTravel Code List Content Format Code (CFC).

Parameters:
format -

getFileName

public java.lang.String getFileName()
Get the 'FileName' attribute value. The name of the image file.

Returns:
value

setFileName

public void setFileName(java.lang.String fileName)
Set the 'FileName' attribute value. The name of the image file.

Parameters:
fileName -

getFileSize

public java.lang.String getFileSize()
Get the 'FileSize' attribute value. The size of the image file.

Returns:
value

setFileSize

public void setFileSize(java.lang.String fileSize)
Set the 'FileSize' attribute value. The size of the image file.

Parameters:
fileSize -

getDimensionCategory

public java.lang.String getDimensionCategory()
Get the 'DimensionCategory' attribute value. Associates the image size to a given category (e.g., 70x70, 100x100, 480x480, thumbnail). For example, if an image with a dimension of 72x73 is sent, it may be categorized as a 70x70 image.

Returns:
value

setDimensionCategory

public void setDimensionCategory(java.lang.String dimensionCategory)
Set the 'DimensionCategory' attribute value. Associates the image size to a given category (e.g., 70x70, 100x100, 480x480, thumbnail). For example, if an image with a dimension of 72x73 is sent, it may be categorized as a 70x70 image.

Parameters:
dimensionCategory -

getIsOriginalIndicator

public java.lang.Boolean getIsOriginalIndicator()
Get the 'IsOriginalIndicator' attribute value. When true, the image is the original file and format. When false, the image is not the original file and format.

Returns:
value

setIsOriginalIndicator

public void setIsOriginalIndicator(java.lang.Boolean isOriginalIndicator)
Set the 'IsOriginalIndicator' attribute value. When true, the image is the original file and format. When false, the image is not the original file and format.

Parameters:
isOriginalIndicator -