|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teleal.cling.support.contentdirectory.descriptor.didl.Desc
public class Desc
A 'desc' element identifies a descriptor. A descriptor is intended to contain a block of metadata. A bio of a music artist is an example use of 'desc'. A 'desc' element may possess child elements from any namespace except the DIDL-Lite namespace. Values for 'id' and 'nameSpace' is required. An optional 'type' attribute allows designation of the metadata type, e.g. 'ratings', 'rights', etc. Attributes: 'id' type: string use: optional 'name' type: string use: optional 'nameSpace' type: uri use: optional The equivalent MPEG21 DIDL element is 'DESCRIPTOR'.
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any namespace='##other'/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="nameSpace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Object |
any
|
protected java.lang.String |
id
|
protected java.lang.String |
nameSpace
|
protected java.lang.String |
type
|
| Constructor Summary | |
|---|---|
Desc()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getAny()
Gets the value of the any property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getNameSpace()
Gets the value of the nameSpace property. |
java.lang.String |
getType()
Gets the value of the type property. |
void |
setAny(java.lang.Object value)
Sets the value of the any property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setNameSpace(java.lang.String value)
Sets the value of the nameSpace property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Object any
protected java.lang.String id
protected java.lang.String type
protected java.lang.String nameSpace
| Constructor Detail |
|---|
public Desc()
| Method Detail |
|---|
public java.lang.Object getAny()
Objectpublic void setAny(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNameSpace()
Stringpublic void setNameSpace(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||