public class WFSTransactionResponseType extends Object implements Named, Visitable
Java class for WFS_TransactionResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WFS_TransactionResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InsertResult" type="{http://www.opengis.net/wfs}InsertResultType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TransactionResult" type="{http://www.opengis.net/wfs}TransactionResultType"/>
</sequence>
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.0.0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<InsertResultType> |
insertResult |
protected TransactionResultType |
transactionResult |
protected String |
version |
| Constructor and Description |
|---|
WFSTransactionResponseType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
List<InsertResultType> |
getInsertResult()
Gets the value of the insertResult property.
|
QName |
getJAXBElementName() |
TransactionResultType |
getTransactionResult()
Gets the value of the transactionResult property.
|
String |
getVersion()
Gets the value of the version property.
|
boolean |
isSetInsertResult() |
boolean |
isSetTransactionResult() |
boolean |
isSetVersion() |
void |
setJAXBElementName(QName name) |
void |
setTransactionResult(TransactionResultType value)
Sets the value of the transactionResult property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
unsetInsertResult() |
protected List<InsertResultType> insertResult
protected TransactionResultType transactionResult
protected String version
public List<InsertResultType> getInsertResult()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the insertResult property.
For example, to add a new item, do as follows:
getInsertResult().add(newItem);
Objects of the following type(s) are allowed in the list
InsertResultType
public boolean isSetInsertResult()
public void unsetInsertResult()
public TransactionResultType getTransactionResult()
TransactionResultTypepublic void setTransactionResult(TransactionResultType value)
value - allowed object is
TransactionResultTypepublic boolean isSetTransactionResult()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public void setJAXBElementName(QName name)
setJAXBElementName in interface Namedpublic QName getJAXBElementName()
getJAXBElementName in interface Namedpublic void afterUnmarshal(Unmarshaller u, Object parent)
This work is licensed under a Creative Commons Attribution 4.0 International License.