cybergarage-upnp
org.cybergarage.xml.Attribute Class Reference

Public Member Functions

 Attribute ()
 
 Attribute (String name, String value)
 
 Attribute (Attribute otherAttr)
 
void setName (String name)
 
String getName ()
 
void setValue (String value)
 
String getValue ()
 
void set (Attribute otherAttr)
 

Private Attributes

String name = new String()
 
String value = new String()
 

Constructor & Destructor Documentation

◆ Attribute() [1/3]

org.cybergarage.xml.Attribute.Attribute ( )
inline

◆ Attribute() [2/3]

org.cybergarage.xml.Attribute.Attribute ( String name,
String value )
inline

◆ Attribute() [3/3]

org.cybergarage.xml.Attribute.Attribute ( Attribute otherAttr)
inline

Member Function Documentation

◆ getName()

String org.cybergarage.xml.Attribute.getName ( )
inline

◆ getValue()

String org.cybergarage.xml.Attribute.getValue ( )
inline

◆ set()

void org.cybergarage.xml.Attribute.set ( Attribute otherAttr)
inline

◆ setName()

void org.cybergarage.xml.Attribute.setName ( String name)
inline

◆ setValue()

void org.cybergarage.xml.Attribute.setValue ( String value)
inline

Field Documentation

◆ name

String org.cybergarage.xml.Attribute.name = new String()
private

◆ value

String org.cybergarage.xml.Attribute.value = new String()
private

The documentation for this class was generated from the following file: