org.openmobilealliance.schema.sti.v1_0
Class MediaPropertiesQueryDescription

java.lang.Object
  extended by org.openmobilealliance.schema.sti.v1_0.MediaPropertiesQueryDescription
All Implemented Interfaces:
java.io.Serializable

public class MediaPropertiesQueryDescription
extends java.lang.Object
implements java.io.Serializable

Used to request input or output media properties

Java class for MediaPropertiesQueryDescription complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MediaPropertiesQueryDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="locationMethod">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <pattern value="[Ii][Nn][Tt][Ee][Rr][Nn][Aa][Ll]"/>
               <pattern value="[Aa][Tt][Tt][Aa][Cc][Hh][Ee][Dd]"/>
               <pattern value="[Ee][Xx][Tt][Ee][Rr][Nn][Aa][Ll]"/>
             </restriction>
           </simpleType>
         </element>
         <element name="externalLocation" type="{http://www.openmobilealliance.org/schema/sti/v1_0}ExternalLocation" minOccurs="0"/>
         <element name="extensionData" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MediaPropertiesQueryDescription()
           
 
Method Summary
 Properties getExtensionData()
          Gets the value of the extensionData property.
 ExternalLocation getExternalLocation()
          Gets the value of the externalLocation property.
 java.lang.String getLocationMethod()
          Gets the value of the locationMethod property.
 boolean isSetExtensionData()
           
 boolean isSetExternalLocation()
           
 boolean isSetLocationMethod()
           
 void setExtensionData(Properties value)
          Sets the value of the extensionData property.
 void setExternalLocation(ExternalLocation value)
          Sets the value of the externalLocation property.
 void setLocationMethod(java.lang.String value)
          Sets the value of the locationMethod property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaPropertiesQueryDescription

public MediaPropertiesQueryDescription()
Method Detail

getLocationMethod

public java.lang.String getLocationMethod()
Gets the value of the locationMethod property.

Returns:
possible object is String

setLocationMethod

public void setLocationMethod(java.lang.String value)
Sets the value of the locationMethod property.

Parameters:
value - allowed object is String

isSetLocationMethod

public boolean isSetLocationMethod()

getExternalLocation

public ExternalLocation getExternalLocation()
Gets the value of the externalLocation property.

Returns:
possible object is ExternalLocation

setExternalLocation

public void setExternalLocation(ExternalLocation value)
Sets the value of the externalLocation property.

Parameters:
value - allowed object is ExternalLocation

isSetExternalLocation

public boolean isSetExternalLocation()

getExtensionData

public Properties getExtensionData()
Gets the value of the extensionData property.

Returns:
possible object is Properties

setExtensionData

public void setExtensionData(Properties value)
Sets the value of the extensionData property.

Parameters:
value - allowed object is Properties

isSetExtensionData

public boolean isSetExtensionData()