|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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()
Stringpublic void setContentType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetContentType()
public Properties getContentTypeParams()
Propertiespublic void setContentTypeParams(Properties value)
value - allowed object is
Propertiespublic boolean isSetContentTypeParams()
public java.lang.Long getSize()
Longpublic void setSize(java.lang.Long value)
value - allowed object is
Longpublic boolean isSetSize()
public Properties getMetaData()
Propertiespublic void setMetaData(Properties value)
value - allowed object is
Propertiespublic boolean isSetMetaData()
public DRMDetails getDrmDetails()
DRMDetailspublic void setDrmDetails(DRMDetails value)
value - allowed object is
DRMDetailspublic boolean isSetDrmDetails()
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 | |||||||||