public class WFSLockFeatureResponseType extends Object implements Named, Visitable
Java class for WFS_LockFeatureResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WFS_LockFeatureResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/wfs}LockId"/>
<element name="FeaturesLocked" type="{http://www.opengis.net/wfs}FeaturesLockedType" minOccurs="0"/>
<element name="FeaturesNotLocked" type="{http://www.opengis.net/wfs}FeaturesNotLockedType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FeaturesLockedType |
featuresLocked |
protected FeaturesNotLockedType |
featuresNotLocked |
protected String |
lockId |
| Constructor and Description |
|---|
WFSLockFeatureResponseType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
FeaturesLockedType |
getFeaturesLocked()
Gets the value of the featuresLocked property.
|
FeaturesNotLockedType |
getFeaturesNotLocked()
Gets the value of the featuresNotLocked property.
|
QName |
getJAXBElementName() |
String |
getLockId()
The WFS_LockFeatureResponse includes a LockId element
that contains a lock identifier.
|
boolean |
isSetFeaturesLocked() |
boolean |
isSetFeaturesNotLocked() |
boolean |
isSetLockId() |
void |
setFeaturesLocked(FeaturesLockedType value)
Sets the value of the featuresLocked property.
|
void |
setFeaturesNotLocked(FeaturesNotLockedType value)
Sets the value of the featuresNotLocked property.
|
void |
setJAXBElementName(QName name) |
void |
setLockId(String value)
Sets the value of the lockId property.
|
protected String lockId
protected FeaturesLockedType featuresLocked
protected FeaturesNotLockedType featuresNotLocked
public String getLockId()
Stringpublic void setLockId(String value)
value - allowed object is
Stringpublic boolean isSetLockId()
public FeaturesLockedType getFeaturesLocked()
FeaturesLockedTypepublic void setFeaturesLocked(FeaturesLockedType value)
value - allowed object is
FeaturesLockedTypepublic boolean isSetFeaturesLocked()
public FeaturesNotLockedType getFeaturesNotLocked()
FeaturesNotLockedTypepublic void setFeaturesNotLocked(FeaturesNotLockedType value)
value - allowed object is
FeaturesNotLockedTypepublic boolean isSetFeaturesNotLocked()
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.