public interface UpdateType extends AbstractTransactionActionType
| Type | Property and Description |
|---|---|
PropertyType |
addNew
Appends and returns a new empty value (as xml) as the last "Property" element
|
| Modifier and Type | Interface and Description |
|---|---|
static class |
UpdateType.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 |
|---|---|
FilterType |
addNewFilter()
Appends and returns a new empty "Filter" element
|
PropertyType |
addNewProperty()
Appends and returns a new empty value (as xml) as the last "Property" element
|
FilterType |
getFilter()
Gets the "Filter" element
|
String |
getInputFormat()
Gets the "inputFormat" attribute
|
PropertyType[] |
getPropertyArray()
Gets array of all "Property" elements
|
PropertyType |
getPropertyArray(int i)
Gets ith "Property" element
|
String |
getSrsName()
Gets the "srsName" attribute
|
QName |
getTypeName()
Gets the "typeName" attribute
|
PropertyType |
insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "Property" element
|
boolean |
isSetFilter()
True if has "Filter" element
|
boolean |
isSetInputFormat()
True if has "inputFormat" attribute
|
boolean |
isSetSrsName()
True if has "srsName" attribute
|
void |
removeProperty(int i)
Removes the ith "Property" element
|
void |
setFilter(FilterType filter)
Sets the "Filter" element
|
void |
setInputFormat(String inputFormat)
Sets the "inputFormat" attribute
|
void |
setPropertyArray(int i,
PropertyType property)
Sets ith "Property" element
|
void |
setPropertyArray(PropertyType[] propertyArray)
Sets array of all "Property" element
|
void |
setSrsName(String srsName)
Sets the "srsName" attribute
|
void |
setTypeName(QName typeName)
Sets the "typeName" attribute
|
int |
sizeOfPropertyArray()
Returns number of "Property" element
|
void |
unsetFilter()
Unsets the "Filter" element
|
void |
unsetInputFormat()
Unsets the "inputFormat" attribute
|
void |
unsetSrsName()
Unsets the "srsName" attribute
|
org.apache.xmlbeans.XmlString |
xgetInputFormat()
Gets (as xml) the "inputFormat" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetSrsName()
Gets (as xml) the "srsName" attribute
|
org.apache.xmlbeans.XmlQName |
xgetTypeName()
Gets (as xml) the "typeName" attribute
|
void |
xsetInputFormat(org.apache.xmlbeans.XmlString inputFormat)
Sets (as xml) the "inputFormat" attribute
|
void |
xsetSrsName(org.apache.xmlbeans.XmlAnyURI srsName)
Sets (as xml) the "srsName" attribute
|
void |
xsetTypeName(org.apache.xmlbeans.XmlQName typeName)
Sets (as xml) the "typeName" attribute
|
getHandle, isSetHandle, setHandle, unsetHandle, xgetHandle, xsetHandlechangeType, 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 addNewProperty
PropertyType[] getPropertyArray()
PropertyType getPropertyArray(int i)
int sizeOfPropertyArray()
void setPropertyArray(PropertyType[] propertyArray)
void setPropertyArray(int i,
PropertyType property)
PropertyType insertNewProperty(int i)
PropertyType addNewProperty()
void removeProperty(int i)
FilterType getFilter()
boolean isSetFilter()
void setFilter(FilterType filter)
FilterType addNewFilter()
void unsetFilter()
QName getTypeName()
org.apache.xmlbeans.XmlQName xgetTypeName()
void setTypeName(QName typeName)
void xsetTypeName(org.apache.xmlbeans.XmlQName typeName)
String getInputFormat()
org.apache.xmlbeans.XmlString xgetInputFormat()
boolean isSetInputFormat()
void setInputFormat(String inputFormat)
void xsetInputFormat(org.apache.xmlbeans.XmlString inputFormat)
void unsetInputFormat()
String getSrsName()
org.apache.xmlbeans.XmlAnyURI xgetSrsName()
boolean isSetSrsName()
void setSrsName(String srsName)
void xsetSrsName(org.apache.xmlbeans.XmlAnyURI srsName)
void unsetSrsName()
Copyright © 2016 52north.org. All rights reserved.