public class DeleteElementType extends Object implements Named, Visitable
Java class for DeleteElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeleteElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ogc}Filter"/>
</sequence>
<attribute name="handle" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="typeName" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FilterType |
filter |
protected String |
handle |
protected QName |
typeName |
| Constructor and Description |
|---|
DeleteElementType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
FilterType |
getFilter()
The Filter element is used to constrain the scope
of the delete operation to those features identified
by the filter.
|
String |
getHandle()
Gets the value of the handle property.
|
QName |
getJAXBElementName() |
QName |
getTypeName()
Gets the value of the typeName property.
|
boolean |
isSetFilter() |
boolean |
isSetHandle() |
boolean |
isSetTypeName() |
void |
setFilter(FilterType value)
Sets the value of the filter property.
|
void |
setHandle(String value)
Sets the value of the handle property.
|
void |
setJAXBElementName(QName name) |
void |
setTypeName(QName value)
Sets the value of the typeName property.
|
protected FilterType filter
protected String handle
protected QName typeName
public FilterType getFilter()
FilterTypepublic void setFilter(FilterType value)
value - allowed object is
FilterTypepublic boolean isSetFilter()
public String getHandle()
Stringpublic void setHandle(String value)
value - allowed object is
Stringpublic boolean isSetHandle()
public QName getTypeName()
QNamepublic void setTypeName(QName value)
value - allowed object is
QNamepublic boolean isSetTypeName()
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.