org.openspml.v2.profiles.dsml
Class DSMLValue
java.lang.Object
org.openspml.v2.profiles.dsml.DSMLValue
- public class DSMLValue
- extends java.lang.Object
- Author:
- Blaine Busler and Kent Spaulding
|
Constructor Summary |
DSMLValue(java.lang.String value)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DSMLValue
public DSMLValue(java.lang.String value)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
toXML
protected void toXML(java.lang.String name,
XmlBuffer buffer)
toXML
protected void toXML(XmlBuffer buffer)
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
toString
public java.lang.String toString()
Copyright © Sun Microsystems, Inc. All Rights Reserved.