|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VariableValue
The variable value.
| Method Summary | |
|---|---|
VariableValue |
getArrayValue(javax.xml.namespace.QName array,
PartnerLinkValue[] elements)
Create a new VariableValue that is an array of the supplied partner link values. |
VariableValue |
getArrayValue(javax.xml.namespace.QName array,
VariableValue[] elements)
Create a new VariableValue that is an array of the supplied values. |
java.lang.String |
getPlainVariableValue()
If the variable value is a string return this string. |
org.w3c.dom.Node |
getXMLVariableValue()
If the variable value is an XML node return this node. |
| Method Detail |
|---|
VariableValue getArrayValue(javax.xml.namespace.QName array,
VariableValue[] elements)
array - the name of the root element of the new arrayelements - the array of the VariableValues to build the array of
VariableValue getArrayValue(javax.xml.namespace.QName array,
PartnerLinkValue[] elements)
array - the name of the root element of the new arrayelements - the array of the PartnerLinkValues to build the array ofjava.lang.String getPlainVariableValue()
org.w3c.dom.Node getXMLVariableValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||