org.ota.shared
Class MultimediaDescriptions.MultimediaDescription

java.lang.Object
  extended by org.ota.shared.MultimediaDescriptions.MultimediaDescription
Enclosing class:
MultimediaDescriptions

public static class MultimediaDescriptions.MultimediaDescription
extends java.lang.Object

A multimedia item. 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" type="ns:MultimediaDescriptionType" name="MultimediaDescription" maxOccurs="unbounded"/>
 
 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MultimediaDescriptionType">
   <xs:choice minOccurs="0">
     <!-- Reference to inner class Choice -->
   </xs:choice>
   <xs:attribute type="xs:string" use="optional" name="InfoCode"/>
   <xs:attribute type="xs:string" use="optional" name="AdditionalDetailCode"/>
   <xs:attributeGroup ref="ns:ID_OptionalGroup"/>
   <xs:attribute type="xs:dateTime" use="optional" name="LastUpdated"/>
   <xs:attribute type="xs:string" use="optional" name="Version"/>
 </xs:complexType>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_OptionalGroup">
   <xs:attribute type="xs:string" use="optional" name="ID"/>
 </xs:attributeGroup>
 


Nested Class Summary
static class MultimediaDescriptions.MultimediaDescription.Choice
          Schema fragment(s) for this class:
 
Constructor Summary
MultimediaDescriptions.MultimediaDescription()
           
 
Method Summary
 java.lang.String getAdditionalDetailCode()
          Get the 'AdditionalDetailCode' attribute value.
 MultimediaDescriptions.MultimediaDescription.Choice getChoice()
          Get the choice value.
 java.lang.String getID()
          Get the 'ID' attribute value.
 java.lang.String getInfoCode()
          Get the 'InfoCode' attribute value.
 java.util.Date getLastUpdated()
          Get the 'LastUpdated' attribute value.
 java.lang.String getVersion()
          Get the 'Version' attribute value.
 void setAdditionalDetailCode(java.lang.String additionalDetailCode)
          Set the 'AdditionalDetailCode' attribute value.
 void setChoice(MultimediaDescriptions.MultimediaDescription.Choice choice)
          Set the choice value.
 void setID(java.lang.String ID)
          Set the 'ID' attribute value.
 void setInfoCode(java.lang.String infoCode)
          Set the 'InfoCode' attribute value.
 void setLastUpdated(java.util.Date lastUpdated)
          Set the 'LastUpdated' attribute value.
 void setVersion(java.lang.String version)
          Set the 'Version' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultimediaDescriptions.MultimediaDescription

public MultimediaDescriptions.MultimediaDescription()
Method Detail

getChoice

public MultimediaDescriptions.MultimediaDescription.Choice getChoice()
Get the choice value. Describes multimedia item(s).

Returns:
value

setChoice

public void setChoice(MultimediaDescriptions.MultimediaDescription.Choice choice)
Set the choice value. Describes multimedia item(s).

Parameters:
choice -

getInfoCode

public java.lang.String getInfoCode()
Get the 'InfoCode' attribute value. Used to designate a particular type of description such as marketing. Refer to OpenTravel Code List Information Type (INF).

Returns:
value

setInfoCode

public void setInfoCode(java.lang.String infoCode)
Set the 'InfoCode' attribute value. Used to designate a particular type of description such as marketing. Refer to OpenTravel Code List Information Type (INF).

Parameters:
infoCode -

getAdditionalDetailCode

public java.lang.String getAdditionalDetailCode()
Get the 'AdditionalDetailCode' attribute value. Used to designate a particular type of additional information. Refer to OpenTravel Code List Additional Detail Type (ADT).

Returns:
value

setAdditionalDetailCode

public void setAdditionalDetailCode(java.lang.String additionalDetailCode)
Set the 'AdditionalDetailCode' attribute value. Used to designate a particular type of additional information. Refer to OpenTravel Code List Additional Detail Type (ADT).

Parameters:
additionalDetailCode -

getID

public java.lang.String getID()
Get the 'ID' attribute value. A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.

Returns:
value

setID

public void setID(java.lang.String ID)
Set the 'ID' attribute value. A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.

Parameters:
ID -

getLastUpdated

public java.util.Date getLastUpdated()
Get the 'LastUpdated' attribute value. The date and time when the multimedia information was last updated.

Returns:
value

setLastUpdated

public void setLastUpdated(java.util.Date lastUpdated)
Set the 'LastUpdated' attribute value. The date and time when the multimedia information was last updated.

Parameters:
lastUpdated -

getVersion

public java.lang.String getVersion()
Get the 'Version' attribute value. The version of the content, typically in the form of "1" or "2.3."

Returns:
value

setVersion

public void setVersion(java.lang.String version)
Set the 'Version' attribute value. The version of the content, typically in the form of "1" or "2.3."

Parameters:
version -