public class TransactionType extends RequestBaseType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
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<Serializable> |
insertOrUpdateOrDelete |
protected String |
requestId |
protected Boolean |
verboseResponse |
service, version| Constructor and Description |
|---|
TransactionType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
List<Serializable> |
getInsertOrUpdateOrDelete()
Gets the value of the insertOrUpdateOrDelete property.
|
String |
getRequestId()
Gets the value of the requestId property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isSetInsertOrUpdateOrDelete() |
boolean |
isSetRequestId() |
boolean |
isSetVerboseResponse() |
boolean |
isVerboseResponse()
Gets the value of the verboseResponse property.
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setInsertOrUpdateOrDelete(List<Serializable> value) |
void |
setRequestId(String value)
Sets the value of the requestId property.
|
void |
setVerboseResponse(boolean value)
Sets the value of the verboseResponse property.
|
String |
toString() |
void |
unsetInsertOrUpdateOrDelete() |
void |
unsetVerboseResponse() |
getService, getVersion, isSetService, isSetVersion, setService, setVersionprotected List<Serializable> insertOrUpdateOrDelete
protected Boolean verboseResponse
protected String requestId
public List<Serializable> 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
UpdateType
DeleteType
public boolean isSetInsertOrUpdateOrDelete()
public void unsetInsertOrUpdateOrDelete()
public boolean isVerboseResponse()
Booleanpublic void setVerboseResponse(boolean value)
value - allowed object is
Booleanpublic boolean isSetVerboseResponse()
public void unsetVerboseResponse()
public String getRequestId()
Stringpublic void setRequestId(String value)
value - allowed object is
Stringpublic boolean isSetRequestId()
public String toString()
toString in class RequestBaseTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class RequestBaseTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class RequestBaseTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class RequestBaseTypepublic boolean equals(Object object)
equals in class RequestBaseTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class RequestBaseTypepublic int hashCode()
hashCode in class RequestBaseTypepublic Object clone()
clone in class RequestBaseTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class RequestBaseTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class RequestBaseTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class RequestBaseTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class RequestBaseTypepublic void setInsertOrUpdateOrDelete(List<Serializable> value)
This work is licensed under a Creative Commons Attribution 4.0 International License.