Method Summary |
|
EList | getFeature() Returns the value of the 'Feature' attribute list. |
String | getHandle() Returns the value of the 'Handle' attribute.
The handle attribute allows a client application
to assign a client-generated request identifier
to an Insert action. |
IdentifierGenerationOptionType | getIdgen() Returns the value of the 'Idgen' attribute.
The default value is "GenerateNew" .
The literals are from the enumeration
net.opengis.wfs.IdentifierGenerationOptionType .
The idgen attribute control how a WFS generates identifiers
from newly created feature instances using the Insert action.
The default action is to have the WFS generate a new id for
the features. |
String | getInputFormat() Returns the value of the 'Input Format' attribute.
The default value is "text/xml; subtype=gml/3.1.1" .
This inputFormat attribute is used to indicate
the format used to encode a feature instance in
an Insert element. |
URI | getSrsName() Returns the value of the 'Srs Name' attribute. |
boolean | isSetIdgen() Returns whether the value of the '
net.opengis.wfs.InsertElementType.getIdgen Idgen ' attribute is set. |
boolean | isSetInputFormat() Returns whether the value of the '
net.opengis.wfs.InsertElementType.getInputFormat Input Format ' attribute is set. |
void | setHandle(String value) Sets the value of the '
net.opengis.wfs.InsertElementType.getHandle Handle ' attribute. |
void | setIdgen(IdentifierGenerationOptionType value) Sets the value of the '
net.opengis.wfs.InsertElementType.getIdgen Idgen ' attribute. |
void | setInputFormat(String value) Sets the value of the '
net.opengis.wfs.InsertElementType.getInputFormat Input Format ' attribute. |
void | setSrsName(URI value) Sets the value of the '
net.opengis.wfs.InsertElementType.getSrsName Srs Name ' attribute. |
void | unsetIdgen() Unsets the value of the '
net.opengis.wfs.InsertElementType.getIdgen Idgen ' attribute. |
void | unsetInputFormat() Unsets the value of the '
net.opengis.wfs.InsertElementType.getInputFormat Input Format ' attribute. |