public interface NameValuePairType
extends org.apache.xmlbeans.XmlString
| Modifier and Type | Interface and Description |
|---|---|
static class |
NameValuePairType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the "description" attribute
|
String |
getName()
Gets the "name" attribute
|
String |
getValue()
Gets the "value" attribute
|
String |
getWorkflowNodeId()
Gets the "workflow-node-id" attribute
|
boolean |
isSetDescription()
True if has "description" attribute
|
boolean |
isSetWorkflowNodeId()
True if has "workflow-node-id" attribute
|
void |
setDescription(String description)
Sets the "description" attribute
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setValue(String value)
Sets the "value" attribute
|
void |
setWorkflowNodeId(String workflowNodeId)
Sets the "workflow-node-id" attribute
|
void |
unsetDescription()
Unsets the "description" attribute
|
void |
unsetWorkflowNodeId()
Unsets the "workflow-node-id" attribute
|
org.apache.xmlbeans.XmlString |
xgetDescription()
Gets (as xml) the "description" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlString |
xgetValue()
Gets (as xml) the "value" attribute
|
org.apache.xmlbeans.XmlString |
xgetWorkflowNodeId()
Gets (as xml) the "workflow-node-id" attribute
|
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "description" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetValue(org.apache.xmlbeans.XmlString value)
Sets (as xml) the "value" attribute
|
void |
xsetWorkflowNodeId(org.apache.xmlbeans.XmlString workflowNodeId)
Sets (as xml) the "workflow-node-id" attribute
|
getStringValue, set, setStringValue, stringValuechangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getWorkflowNodeId()
org.apache.xmlbeans.XmlString xgetWorkflowNodeId()
boolean isSetWorkflowNodeId()
void setWorkflowNodeId(String workflowNodeId)
void xsetWorkflowNodeId(org.apache.xmlbeans.XmlString workflowNodeId)
void unsetWorkflowNodeId()
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
String getValue()
org.apache.xmlbeans.XmlString xgetValue()
void setValue(String value)
void xsetValue(org.apache.xmlbeans.XmlString value)
String getDescription()
org.apache.xmlbeans.XmlString xgetDescription()
boolean isSetDescription()
void setDescription(String description)
void xsetDescription(org.apache.xmlbeans.XmlString description)
void unsetDescription()
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.