public class TransactionType extends RequestBaseType
Java class for TransactionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionType">
<complexContent>
<extension base="{http://www.opengis.net/cat/csw/2.0.2}RequestBaseType">
<sequence>
<choice maxOccurs="unbounded">
<element name="Insert" type="{http://www.opengis.net/cat/csw/2.0.2}InsertType"/>
<element name="Update" type="{http://www.opengis.net/cat/csw/2.0.2}UpdateType"/>
<element name="Delete" type="{http://www.opengis.net/cat/csw/2.0.2}DeleteType"/>
</choice>
</sequence>
<attribute name="verboseResponse" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="requestId" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
insertOrUpdateOrDelete |
protected String |
requestId |
protected Boolean |
verboseResponse |
service, version| Constructor and Description |
|---|
TransactionType()
Default no-arg constructor
|
TransactionType(String service,
String version,
List<Object> insertOrUpdateOrDelete,
Boolean verboseResponse,
String requestId)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getInsertOrUpdateOrDelete()
Gets the value of the insertOrUpdateOrDelete property.
|
String |
getRequestId()
Gets the value of the requestId property.
|
boolean |
isVerboseResponse()
Gets the value of the verboseResponse property.
|
void |
setRequestId(String value)
Sets the value of the requestId property.
|
void |
setVerboseResponse(Boolean value)
Sets the value of the verboseResponse property.
|
getService, getVersion, setService, setVersionpublic List<Object> getInsertOrUpdateOrDelete()
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 insertOrUpdateOrDelete property.
For example, to add a new item, do as follows:
getInsertOrUpdateOrDelete().add(newItem);
Objects of the following type(s) are allowed in the list
InsertType
DeleteType
UpdateType
public boolean isVerboseResponse()
Booleanpublic void setVerboseResponse(Boolean value)
value - allowed object is
Booleanpublic String getRequestId()
StringCopyright © 2018 B3Partners B.V.. All rights reserved.