public interface InsertType extends AbstractTransactionActionType
| Modifier and Type | Interface and Description |
|---|---|
static class |
InsertType.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 |
getInputFormat()
Gets the "inputFormat" attribute
|
String |
getSrsName()
Gets the "srsName" attribute
|
boolean |
isSetInputFormat()
True if has "inputFormat" attribute
|
boolean |
isSetSrsName()
True if has "srsName" attribute
|
void |
setInputFormat(String inputFormat)
Sets the "inputFormat" attribute
|
void |
setSrsName(String srsName)
Sets the "srsName" attribute
|
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
|
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
|
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, xmlTextString 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.