Package org.jupnp.support.model
Klasse DescMeta<M>
java.lang.Object
org.jupnp.support.model.DescMeta<M>
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>
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetId()getType()voidvoidsetMetadata(M metadata) voidsetNameSpace(URI nameSpace) void
-
Felddetails
-
id
-
type
-
nameSpace
-
metadata
-
-
Konstruktordetails
-
DescMeta
public DescMeta() -
DescMeta
-
-
Methodendetails
-
getId
-
setId
-
getType
-
setType
-
getNameSpace
-
setNameSpace
-
getMetadata
-
setMetadata
-
createMetadataDocument
-