org.openmobilealliance.schema.sti.v1_0
Class MediaDetailsText
java.lang.Object
org.openmobilealliance.schema.sti.v1_0.MediaDetailsBase
org.openmobilealliance.schema.sti.v1_0.MediaDetailsText
- All Implemented Interfaces:
- java.io.Serializable
public class MediaDetailsText
- extends MediaDetailsBase
- implements java.io.Serializable
Contains text-specific transcoding params data for media details.
Java class for MediaDetailsText complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MediaDetailsText">
<complexContent>
<extension base="{http://www.openmobilealliance.org/schema/sti/v1_0}MediaDetailsBase">
<sequence>
<element name="CID" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getCID()
Gets the value of the cid property. |
boolean |
isSetCID()
|
void |
setCID(java.lang.String value)
Sets the value of the cid property. |
Methods inherited from class org.openmobilealliance.schema.sti.v1_0.MediaDetailsBase |
getContentType, getContentTypeParams, getDrmDetails, getExtensionData, getMetaData, getSize, isSetContentType, isSetContentTypeParams, isSetDrmDetails, isSetExtensionData, isSetMetaData, isSetSize, setContentType, setContentTypeParams, setDrmDetails, setExtensionData, setMetaData, setSize |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MediaDetailsText
public MediaDetailsText()
getCID
public java.lang.String getCID()
- Gets the value of the cid property.
- Returns:
- possible object is
String
setCID
public void setCID(java.lang.String value)
- Sets the value of the cid property.
- Parameters:
value
- allowed object is
String
isSetCID
public boolean isSetCID()