public class DescMeta<M> extends Object
<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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected M |
metadata |
protected URI |
nameSpace |
protected String |
type |
| Constructor and Description |
|---|
DescMeta() |
DescMeta(String id,
String type,
URI nameSpace,
M metadata) |
| Modifier and Type | Method and Description |
|---|---|
Document |
createMetadataDocument() |
String |
getId() |
M |
getMetadata() |
URI |
getNameSpace() |
String |
getType() |
void |
setId(String id) |
void |
setMetadata(M metadata) |
void |
setNameSpace(URI nameSpace) |
void |
setType(String type) |
protected String id
protected String type
protected URI nameSpace
protected M metadata
public String getId()
public void setId(String id)
public String getType()
public void setType(String type)
public URI getNameSpace()
public void setNameSpace(URI nameSpace)
public M getMetadata()
public void setMetadata(M metadata)
public Document createMetadataDocument()
Copyright © 2023 jUPnP.org. All rights reserved.