|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmobilealliance.schema.sti.v1_0.MediaDetailsBase
public abstract class MediaDetailsBase
Contains transcoding params data common to all media details types. Each media details type structure should extend that abstract data type.
Java class for MediaDetailsBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MediaDetailsBase"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="contentType" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="contentTypeParams" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/> <element name="size" type="{http://www.openmobilealliance.org/schema/sti/v1_0}unboundedLong" minOccurs="0"/> <element name="metaData" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/> <element name="drmDetails" type="{http://www.openmobilealliance.org/schema/sti/v1_0}DRMDetails" minOccurs="0"/> <element name="extensionData" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
MediaDetailsBase()
|
Method Summary | |
---|---|
java.lang.String |
getContentType()
Gets the value of the contentType property. |
Properties |
getContentTypeParams()
Gets the value of the contentTypeParams property. |
DRMDetails |
getDrmDetails()
Gets the value of the drmDetails property. |
Properties |
getExtensionData()
Gets the value of the extensionData property. |
Properties |
getMetaData()
Gets the value of the metaData property. |
java.lang.Long |
getSize()
Gets the value of the size property. |
boolean |
isSetContentType()
|
boolean |
isSetContentTypeParams()
|
boolean |
isSetDrmDetails()
|
boolean |
isSetExtensionData()
|
boolean |
isSetMetaData()
|
boolean |
isSetSize()
|
void |
setContentType(java.lang.String value)
Sets the value of the contentType property. |
void |
setContentTypeParams(Properties value)
Sets the value of the contentTypeParams property. |
void |
setDrmDetails(DRMDetails value)
Sets the value of the drmDetails property. |
void |
setExtensionData(Properties value)
Sets the value of the extensionData property. |
void |
setMetaData(Properties value)
Sets the value of the metaData property. |
void |
setSize(java.lang.Long value)
Sets the value of the size property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MediaDetailsBase()
Method Detail |
---|
public java.lang.String getContentType()
String
public void setContentType(java.lang.String value)
value
- allowed object is
String
public boolean isSetContentType()
public Properties getContentTypeParams()
Properties
public void setContentTypeParams(Properties value)
value
- allowed object is
Properties
public boolean isSetContentTypeParams()
public java.lang.Long getSize()
Long
public void setSize(java.lang.Long value)
value
- allowed object is
Long
public boolean isSetSize()
public Properties getMetaData()
Properties
public void setMetaData(Properties value)
value
- allowed object is
Properties
public boolean isSetMetaData()
public DRMDetails getDrmDetails()
DRMDetails
public void setDrmDetails(DRMDetails value)
value
- allowed object is
DRMDetails
public boolean isSetDrmDetails()
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 |