Class ContentProperty

java.lang.Object
org.cybergarage.upnp.std.av.server.object.ContentProperty

public class ContentProperty extends Object
  • Constructor Details

    • ContentProperty

      public ContentProperty()
    • ContentProperty

      public ContentProperty(String name, String value)
  • Method Details

    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setValue

      public void setValue(String value)
    • getValue

      public String getValue()
    • getNAttributes

      public int getNAttributes()
    • getAttribute

      public org.cybergarage.xml.Attribute getAttribute(int index)
    • getAttribute

      public org.cybergarage.xml.Attribute getAttribute(String name)
    • addAttribute

      public void addAttribute(org.cybergarage.xml.Attribute attr)
    • insertAttributeAt

      public void insertAttributeAt(org.cybergarage.xml.Attribute attr, int index)
    • addAttribute

      public void addAttribute(String name, String value)
    • removeAttribute

      public boolean removeAttribute(org.cybergarage.xml.Attribute attr)
    • removeAttribute

      public boolean removeAttribute(String name)
    • hasAttributes

      public boolean hasAttributes()
    • setAttribute

      public void setAttribute(String name, String value)
    • setAttribute

      public void setAttribute(String name, int value)
    • getAttributeValue

      public String getAttributeValue(String name)
    • getAttributeIntegerValue

      public int getAttributeIntegerValue(String name)