SolutionXML

Inheritance: java.lang.Object

public class SolutionXML

Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.

Constructors

ConstructorDescription
SolutionXML(String name, String xmlValue)Constructor.
SolutionXML()Constructor.

Methods

MethodDescription
deepClone()Creates deep copy of this instance.
equals(Object arg0)
getClass()
getName()A unique name to identify the XML data set.
getXmlValue()Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.
hashCode()
notify()
notifyAll()
setName(String value)For the description of this property, please see getName()
setXmlValue(String value)For the description of this property, please see getXmlValue()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

SolutionXML(String name, String xmlValue)

public SolutionXML(String name, String xmlValue)

Constructor.

Parameters:

ParameterTypeDescription
namejava.lang.String
xmlValuejava.lang.String

SolutionXML()

public SolutionXML()

Constructor.

deepClone()

public Object deepClone()

Creates deep copy of this instance.

Returns: java.lang.Object -

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getName()

public String getName()

A unique name to identify the XML data set.

Returns: java.lang.String

getXmlValue()

public String getXmlValue()

Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setName(String value)

public void setName(String value)

For the description of this property, please see getName()

Parameters:

ParameterTypeDescription
valuejava.lang.String

setXmlValue(String value)

public void setXmlValue(String value)

For the description of this property, please see getXmlValue()

Parameters:

ParameterTypeDescription
valuejava.lang.String

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int