net.opengis.wfs.v_2_0
Class GetFeatureWithLockType
java.lang.Object
net.opengis.wfs.v_2_0.BaseRequestType
net.opengis.wfs.v_2_0.GetFeatureType
net.opengis.wfs.v_2_0.GetFeatureWithLockType
- All Implemented Interfaces:
- 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
public class GetFeatureWithLockType
- extends GetFeatureType
- implements 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 GetFeatureWithLockType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetFeatureWithLockType">
<complexContent>
<extension base="{http://www.opengis.net/wfs/2.0}GetFeatureType">
<attribute name="expiry" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="300" />
<attribute name="lockAction" type="{http://www.opengis.net/wfs/2.0}AllSomeType" default="ALL" />
</extension>
</complexContent>
</complexType>
|
Method Summary |
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)
|
BigInteger |
getExpiry()
Gets the value of the expiry property. |
AllSomeType |
getLockAction()
Gets the value of the lockAction property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetExpiry()
|
boolean |
isSetLockAction()
|
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 |
setExpiry(BigInteger value)
Sets the value of the expiry property. |
void |
setLockAction(AllSomeType value)
Sets the value of the lockAction property. |
String |
toString()
|
GetFeatureWithLockType |
withAbstractQueryExpression(Collection<JAXBElement<?>> values)
|
GetFeatureWithLockType |
withAbstractQueryExpression(JAXBElement<?>... values)
|
GetFeatureWithLockType |
withAbstractQueryExpression(List<JAXBElement<?>> value)
|
GetFeatureWithLockType |
withCount(BigInteger value)
|
GetFeatureWithLockType |
withExpiry(BigInteger value)
|
GetFeatureWithLockType |
withHandle(String value)
|
GetFeatureWithLockType |
withLockAction(AllSomeType value)
|
GetFeatureWithLockType |
withOutputFormat(String value)
|
GetFeatureWithLockType |
withResolve(ResolveValueType value)
|
GetFeatureWithLockType |
withResolveDepth(String value)
|
GetFeatureWithLockType |
withResolveTimeout(BigInteger value)
|
GetFeatureWithLockType |
withResultType(ResultTypeType value)
|
GetFeatureWithLockType |
withStartIndex(BigInteger value)
|
GetFeatureWithLockType |
withVersion(String value)
|
| Methods inherited from class net.opengis.wfs.v_2_0.GetFeatureType |
getAbstractQueryExpression, getCount, getOutputFormat, getResolve, getResolveDepth, getResolveTimeout, getResultType, getStartIndex, isSetAbstractQueryExpression, isSetCount, isSetOutputFormat, isSetResolve, isSetResolveDepth, isSetResolveTimeout, isSetResultType, isSetStartIndex, setAbstractQueryExpression, setCount, setOutputFormat, setResolve, setResolveDepth, setResolveTimeout, setResultType, setStartIndex, unsetAbstractQueryExpression |
expiry
protected BigInteger expiry
lockAction
protected AllSomeType lockAction
GetFeatureWithLockType
public GetFeatureWithLockType()
getExpiry
public BigInteger getExpiry()
- Gets the value of the expiry property.
- Returns:
- possible object is
BigInteger
setExpiry
public void setExpiry(BigInteger value)
- Sets the value of the expiry property.
- Parameters:
value - allowed object is
BigInteger
isSetExpiry
public boolean isSetExpiry()
getLockAction
public AllSomeType getLockAction()
- Gets the value of the lockAction property.
- Returns:
- possible object is
AllSomeType
setLockAction
public void setLockAction(AllSomeType value)
- Sets the value of the lockAction property.
- Parameters:
value - allowed object is
AllSomeType
isSetLockAction
public boolean isSetLockAction()
toString
public String toString()
- Overrides:
toString in class GetFeatureType
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
append in class GetFeatureType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
appendFields in class GetFeatureType
equals
public 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)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals- Overrides:
equals in class GetFeatureType
equals
public boolean equals(Object object)
- Overrides:
equals in class GetFeatureType
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCode in class GetFeatureType
hashCode
public int hashCode()
- Overrides:
hashCode in class GetFeatureType
clone
public Object clone()
- Overrides:
clone in class GetFeatureType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class GetFeatureType
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class GetFeatureType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
createNewInstance in class GetFeatureType
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class GetFeatureType
mergeFrom
public 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)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class GetFeatureType
withExpiry
public GetFeatureWithLockType withExpiry(BigInteger value)
withLockAction
public GetFeatureWithLockType withLockAction(AllSomeType value)
withAbstractQueryExpression
public GetFeatureWithLockType withAbstractQueryExpression(JAXBElement<?>... values)
- Overrides:
withAbstractQueryExpression in class GetFeatureType
withAbstractQueryExpression
public GetFeatureWithLockType withAbstractQueryExpression(Collection<JAXBElement<?>> values)
- Overrides:
withAbstractQueryExpression in class GetFeatureType
withStartIndex
public GetFeatureWithLockType withStartIndex(BigInteger value)
- Overrides:
withStartIndex in class GetFeatureType
withCount
public GetFeatureWithLockType withCount(BigInteger value)
- Overrides:
withCount in class GetFeatureType
withResultType
public GetFeatureWithLockType withResultType(ResultTypeType value)
- Overrides:
withResultType in class GetFeatureType
withOutputFormat
public GetFeatureWithLockType withOutputFormat(String value)
- Overrides:
withOutputFormat in class GetFeatureType
withResolve
public GetFeatureWithLockType withResolve(ResolveValueType value)
- Overrides:
withResolve in class GetFeatureType
withResolveDepth
public GetFeatureWithLockType withResolveDepth(String value)
- Overrides:
withResolveDepth in class GetFeatureType
withResolveTimeout
public GetFeatureWithLockType withResolveTimeout(BigInteger value)
- Overrides:
withResolveTimeout in class GetFeatureType
withAbstractQueryExpression
public GetFeatureWithLockType withAbstractQueryExpression(List<JAXBElement<?>> value)
- Overrides:
withAbstractQueryExpression in class GetFeatureType
withVersion
public GetFeatureWithLockType withVersion(String value)
- Overrides:
withVersion in class GetFeatureType
withHandle
public GetFeatureWithLockType withHandle(String value)
- Overrides:
withHandle in class GetFeatureType
Copyright © 2008-2015. All Rights Reserved.