Klasse DescMeta<M>

java.lang.Object
org.jupnp.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>
 
  • Felddetails

    • id

      protected String id
    • type

      protected String type
    • nameSpace

      protected URI nameSpace
    • metadata

      protected M metadata
  • Konstruktordetails

    • DescMeta

      public DescMeta()
    • DescMeta

      public DescMeta(String id, String type, URI nameSpace, M metadata)
  • Methodendetails

    • 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()