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.
|
static interface |
PropertyType.ValueReference
An XML ValueReference(@http://www.opengis.net/wfs/2.0).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlbeans.XmlObject |
addNewValue()
Appends and returns a new empty "Value" element
|
PropertyType.ValueReference |
addNewValueReference()
Appends and returns a new empty "ValueReference" element
|
org.apache.xmlbeans.XmlObject |
getValue()
Gets the "Value" element
|
PropertyType.ValueReference |
getValueReference()
Gets the "ValueReference" element
|
boolean |
isSetValue()
True if has "Value" element
|
void |
setValue(org.apache.xmlbeans.XmlObject value)
Sets the "Value" element
|
void |
setValueReference(PropertyType.ValueReference valueReference)
Sets the "ValueReference" element
|
void |
unsetValue()
Unsets the "Value" element
|
changeType, compareTo, compareValue, copy, 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, xmlTextPropertyType.ValueReference getValueReference()
void setValueReference(PropertyType.ValueReference valueReference)
PropertyType.ValueReference addNewValueReference()
org.apache.xmlbeans.XmlObject getValue()
boolean isSetValue()
void setValue(org.apache.xmlbeans.XmlObject value)
org.apache.xmlbeans.XmlObject addNewValue()
void unsetValue()
Copyright © 2016 52north.org. All rights reserved.