org.teleal.cling.support.model
Class DescMeta<M>
java.lang.Object
org.teleal.cling.support.model.DescMeta<M>
public class DescMeta<M>
- extends Object
Descriptor metadata about an item/resource.
<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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
type
protected String type
nameSpace
protected URI nameSpace
metadata
protected M metadata
DescMeta
public DescMeta()
DescMeta
public DescMeta(String id,
String type,
URI nameSpace,
M metadata)
getId
public String getId()
setId
public void setId(String id)
getType
public String getType()
setType
public void setType(String type)
getNameSpace
public URI getNameSpace()
setNameSpace
public void setNameSpace(URI nameSpace)
getMetadata
public M getMetadata()
setMetadata
public void setMetadata(M metadata)
createMetadataDocument
public Document createMetadataDocument()
Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.