AdventNet Web NMS 4 API Specification

com.adventnet.management.config.xml
Class UserAttribute

java.lang.Object
  |
  +--com.adventnet.management.config.xml.BaseElement
        |
        +--com.adventnet.management.config.xml.UserAttribute
All Implemented Interfaces:
java.io.Serializable

public class UserAttribute
extends BaseElement

This class represents the UserAttribute element in a Configuration Task.

See Also:
Serialized Form

Fields inherited from class com.adventnet.management.config.xml.BaseElement
element, isServer
 
Constructor Summary
UserAttribute(org.w3c.dom.Element element)
          Creates a UserAttribute object from the XML Element.
 
Method Summary
 java.util.Properties getProperties()
          Convert the UserAttributes into a properties object.
 
Methods inherited from class com.adventnet.management.config.xml.BaseElement
addSubTag, getAttribute, getElement, getSubTagsByName, hasAttribute, removeSubTagsByName, setAttribute, setProperties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserAttribute

public UserAttribute(org.w3c.dom.Element element)
              throws InvalidTemplateException
Creates a UserAttribute object from the XML Element.
Parameters:
element - XML element containing UserAttribute as the root element.
Throws:
InvalidTemplateException - if the element is invalid (if element's name is not equal to UserAttribute).
Method Detail

getProperties

public java.util.Properties getProperties()
Convert the UserAttributes into a properties object.
Overrides:
getProperties in class BaseElement
Returns:
attributes in a Properties form if present, else null.

AdventNet Web NMS 4 API Specification