public class GetFeatureWithLockType extends Object implements Named, Visitable
Java class for GetFeatureWithLockType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetFeatureWithLockType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/wfs}Query" maxOccurs="unbounded"/>
</sequence>
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.0.0" />
<attribute name="service" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="WFS" />
<attribute name="handle" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="expiry" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="outputFormat" type="{http://www.w3.org/2001/XMLSchema}string" default="GML2" />
<attribute name="maxFeatures" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
expiry |
protected String |
handle |
protected BigInteger |
maxFeatures |
protected String |
outputFormat |
protected List<QueryType> |
query |
protected String |
service |
protected String |
version |
| Constructor and Description |
|---|
GetFeatureWithLockType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
BigInteger |
getExpiry()
Gets the value of the expiry property.
|
String |
getHandle()
Gets the value of the handle property.
|
QName |
getJAXBElementName() |
BigInteger |
getMaxFeatures()
Gets the value of the maxFeatures property.
|
String |
getOutputFormat()
Gets the value of the outputFormat property.
|
List<QueryType> |
getQuery()
Gets the value of the query property.
|
String |
getService()
Gets the value of the service property.
|
String |
getVersion()
Gets the value of the version property.
|
boolean |
isSetExpiry() |
boolean |
isSetHandle() |
boolean |
isSetMaxFeatures() |
boolean |
isSetOutputFormat() |
boolean |
isSetQuery() |
boolean |
isSetService() |
boolean |
isSetVersion() |
void |
setExpiry(BigInteger value)
Sets the value of the expiry property.
|
void |
setHandle(String value)
Sets the value of the handle property.
|
void |
setJAXBElementName(QName name) |
void |
setMaxFeatures(BigInteger value)
Sets the value of the maxFeatures property.
|
void |
setOutputFormat(String value)
Sets the value of the outputFormat property.
|
void |
setService(String value)
Sets the value of the service property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
unsetQuery() |
protected String version
protected String service
protected String handle
protected BigInteger expiry
protected String outputFormat
protected BigInteger maxFeatures
public List<QueryType> getQuery()
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 query property.
For example, to add a new item, do as follows:
getQuery().add(newItem);
Objects of the following type(s) are allowed in the list
QueryType
public boolean isSetQuery()
public void unsetQuery()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public String getService()
Stringpublic void setService(String value)
value - allowed object is
Stringpublic boolean isSetService()
public String getHandle()
Stringpublic void setHandle(String value)
value - allowed object is
Stringpublic boolean isSetHandle()
public BigInteger getExpiry()
BigIntegerpublic void setExpiry(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetExpiry()
public String getOutputFormat()
Stringpublic void setOutputFormat(String value)
value - allowed object is
Stringpublic boolean isSetOutputFormat()
public BigInteger getMaxFeatures()
BigIntegerpublic void setMaxFeatures(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetMaxFeatures()
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.