org.openspml.v2.profiles.dsml
Class DSMLModification

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

public class DSMLModification
extends Modification


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

Constructor Detail

DSMLModification

protected DSMLModification()

DSMLModification

public DSMLModification(java.lang.String name,
                        Value[] values,
                        ModificationMode operation)
                 throws DSMLProfileException

DSMLModification

public DSMLModification(java.lang.String name,
                        java.lang.String value,
                        ModificationMode operation)
                 throws DSMLProfileException


Copyright © Sun Microsystems, Inc. All Rights Reserved.