|
||||||||||
| 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 Object |
any
|
protected String |
id
|
protected String |
nameSpace
|
protected String |
type
|
| Constructor Summary | |
|---|---|
Desc()
|
|
| Method Summary | |
|---|---|
Object |
getAny()
Gets the value of the any property. |
String |
getId()
Gets the value of the id property. |
String |
getNameSpace()
Gets the value of the nameSpace property. |
String |
getType()
Gets the value of the type property. |
void |
setAny(Object value)
Sets the value of the any property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setNameSpace(String value)
Sets the value of the nameSpace property. |
void |
setType(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 Object any
protected String id
protected String type
protected String nameSpace
| Constructor Detail |
|---|
public Desc()
| Method Detail |
|---|
public Object getAny()
Objectpublic void setAny(Object value)
value - allowed object is
Objectpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getNameSpace()
Stringpublic void setNameSpace(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||