org.cybergarage.upnp
Class Icon

java.lang.Object
  extended by org.cybergarage.upnp.Icon

public class Icon
extends Object


Field Summary
static String ELEM_NAME
           
 
Constructor Summary
Icon(Node node)
           
 
Method Summary
 String getDepth()
           
 int getHeight()
           
 Node getIconNode()
           
 String getMimeType()
           
 String getURL()
           
 Object getUserData()
           
 int getWidth()
           
static boolean isIconNode(Node node)
           
 void setDepth(String value)
           
 void setHeight(int value)
           
 void setHeight(String value)
           
 void setMimeType(String value)
           
 void setURL(String value)
           
 void setUserData(Object data)
           
 void setWidth(int value)
           
 void setWidth(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEM_NAME

public static final String ELEM_NAME
See Also:
Constant Field Values
Constructor Detail

Icon

public Icon(Node node)
Method Detail

getIconNode

public Node getIconNode()

isIconNode

public static boolean isIconNode(Node node)

setMimeType

public void setMimeType(String value)

getMimeType

public String getMimeType()

setWidth

public void setWidth(String value)

setWidth

public void setWidth(int value)

getWidth

public int getWidth()

setHeight

public void setHeight(String value)

setHeight

public void setHeight(int value)

getHeight

public int getHeight()

setDepth

public void setDepth(String value)

getDepth

public String getDepth()

setURL

public void setURL(String value)

getURL

public String getURL()

setUserData

public void setUserData(Object data)

getUserData

public Object getUserData()