|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmobilealliance.schema.sti.v1_0.MediaPropertiesQueryDescription
public class MediaPropertiesQueryDescription
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>
| 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 |
|---|
public MediaPropertiesQueryDescription()
| Method Detail |
|---|
public java.lang.String getLocationMethod()
Stringpublic void setLocationMethod(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetLocationMethod()
public ExternalLocation getExternalLocation()
ExternalLocationpublic void setExternalLocation(ExternalLocation value)
value - allowed object is
ExternalLocationpublic boolean isSetExternalLocation()
public Properties getExtensionData()
Propertiespublic void setExtensionData(Properties value)
value - allowed object is
Propertiespublic boolean isSetExtensionData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||