public interface PropertyType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
PropertyType.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 |
getName()
Gets the "name" element
|
String |
getValue()
Gets the "value" element
|
void |
setName(String name)
Sets the "name" element
|
void |
setValue(String value)
Sets the "value" element
|
CollapsedString |
xgetName()
Gets (as xml) the "name" element
|
CollapsedString |
xgetValue()
Gets (as xml) the "value" element
|
void |
xsetName(CollapsedString name)
Sets (as xml) the "name" element
|
void |
xsetValue(CollapsedString value)
Sets (as xml) the "value" element
|
changeType, 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 getName()
CollapsedString xgetName()
void setName(String name)
void xsetName(CollapsedString name)
String getValue()
CollapsedString xgetValue()
void setValue(String value)
void xsetValue(CollapsedString value)
Copyright © 2014–2016. All rights reserved.