|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobilealliance.schema.sti.v1_0.MediaProperties
public class MediaProperties
Used to return the input or output media properties
Java class for MediaProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MediaProperties"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="location" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="mediaDetails" type="{http://www.openmobilealliance.org/schema/sti/v1_0}MediaDetails" minOccurs="0"/> </choice> <element name="extensionData" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
MediaProperties()
|
Method Summary | |
---|---|
Properties |
getExtensionData()
Gets the value of the extensionData property. |
java.lang.String |
getLocation()
Gets the value of the location property. |
MediaDetails |
getMediaDetails()
Gets the value of the mediaDetails property. |
boolean |
isSetExtensionData()
|
boolean |
isSetLocation()
|
boolean |
isSetMediaDetails()
|
void |
setExtensionData(Properties value)
Sets the value of the extensionData property. |
void |
setLocation(java.lang.String value)
Sets the value of the location property. |
void |
setMediaDetails(MediaDetails value)
Sets the value of the mediaDetails property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MediaProperties()
Method Detail |
---|
public java.lang.String getLocation()
String
public void setLocation(java.lang.String value)
value
- allowed object is
String
public boolean isSetLocation()
public MediaDetails getMediaDetails()
MediaDetails
public void setMediaDetails(MediaDetails value)
value
- allowed object is
MediaDetails
public boolean isSetMediaDetails()
public Properties getExtensionData()
Properties
public void setExtensionData(Properties value)
value
- allowed object is
Properties
public boolean isSetExtensionData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |