SolutionXML
Contents
[
Hide
]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
Constructor | Description |
---|---|
SolutionXML(String name, String xmlValue) | Constructor. |
SolutionXML() | Constructor. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
name | java.lang.String | |
xmlValue | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setXmlValue(String value)
public void setXmlValue(String value)
For the description of this property, please see getXmlValue()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |