org.openspml.v2.profiles.dsml
Class DSMLAttr

java.lang.Object
  extended byorg.openspml.v2.profiles.dsml.NamedItem
      extended byorg.openspml.v2.profiles.dsml.Attr
          extended byorg.openspml.v2.profiles.dsml.DSMLAttr
All Implemented Interfaces:
DSMLUnmarshaller.Parseable, OpenContentElement
Direct Known Subclasses:
Modification

public class DSMLAttr
extends Attr


Constructor Summary
protected DSMLAttr()
           
  DSMLAttr(java.lang.String name, java.lang.String value)
           
  DSMLAttr(java.lang.String name, Value[] values)
           
 
Methods inherited from class org.openspml.v2.profiles.dsml.Attr
addSubclassAttributes, addSubclassElements, addValue, addValues, clearValues, equals, getName, getValues, hashCode, parseXml, setName, setValues, toXML, toXML, toXML, toXML, toXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSMLAttr

protected DSMLAttr()

DSMLAttr

public DSMLAttr(java.lang.String name,
                java.lang.String value)
         throws DSMLProfileException

DSMLAttr

public DSMLAttr(java.lang.String name,
                Value[] values)
         throws DSMLProfileException


Copyright © Sun Microsystems, Inc. All Rights Reserved.