public class LockFeatureType extends Object implements Named, Visitable
Java class for LockFeatureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LockFeatureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Lock" type="{http://www.opengis.net/wfs}LockType" 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="expiry" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="lockAction" type="{http://www.opengis.net/wfs}AllSomeType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
expiry |
protected List<LockType> |
lock |
protected AllSomeType |
lockAction |
protected String |
service |
protected String |
version |
| Constructor and Description |
|---|
LockFeatureType() |
| 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.
|
QName |
getJAXBElementName() |
List<LockType> |
getLock()
Gets the value of the lock property.
|
AllSomeType |
getLockAction()
Gets the value of the lockAction property.
|
String |
getService()
Gets the value of the service property.
|
String |
getVersion()
Gets the value of the version property.
|
boolean |
isSetExpiry() |
boolean |
isSetLock() |
boolean |
isSetLockAction() |
boolean |
isSetService() |
boolean |
isSetVersion() |
void |
setExpiry(BigInteger value)
Sets the value of the expiry property.
|
void |
setJAXBElementName(QName name) |
void |
setLockAction(AllSomeType value)
Sets the value of the lockAction property.
|
void |
setService(String value)
Sets the value of the service property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
unsetLock() |
protected String version
protected String service
protected BigInteger expiry
protected AllSomeType lockAction
public List<LockType> getLock()
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 lock property.
For example, to add a new item, do as follows:
getLock().add(newItem);
Objects of the following type(s) are allowed in the list
LockType
public boolean isSetLock()
public void unsetLock()
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 BigInteger getExpiry()
BigIntegerpublic void setExpiry(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetExpiry()
public AllSomeType getLockAction()
AllSomeTypepublic void setLockAction(AllSomeType value)
value - allowed object is
AllSomeTypepublic boolean isSetLockAction()
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.