Package net.opengis.wfs20
Interface DeleteType
-
- All Superinterfaces:
AbstractTransactionActionType
,EObject
,Notifier
- All Known Implementing Classes:
DeleteTypeImpl
public interface DeleteType extends AbstractTransactionActionType
A representation of the model object 'Delete Type'.The following features are supported:
- See Also:
Wfs20Package.getDeleteType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Filter
getFilter()
Returns the value of the 'Filter' containment reference.QName
getTypeName()
Returns the value of the 'Type Name' attribute.void
setFilter(Filter value)
Sets the value of the 'Filter
' attribute.void
setTypeName(QName value)
Sets the value of the 'Type Name
' attribute.-
Methods inherited from interface AbstractTransactionActionType
getHandle, setHandle
-
-
-
-
Method Detail
-
getFilter
Filter getFilter()
Returns the value of the 'Filter' containment reference.If the meaning of the 'Filter' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Filter' containment reference.
- See Also:
#setFilter(FilterType)
,Wfs20Package.getDeleteType_Filter()
-
setFilter
void setFilter(Filter value)
Sets the value of the 'Filter
' attribute.- Parameters:
value
- the new value of the 'Filter' attribute.- See Also:
getFilter()
-
getTypeName
QName getTypeName()
Returns the value of the 'Type Name' attribute.If the meaning of the 'Type Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type Name' attribute.
- See Also:
setTypeName(QName)
,Wfs20Package.getDeleteType_TypeName()
-
setTypeName
void setTypeName(QName value)
Sets the value of the 'Type Name
' attribute.- Parameters:
value
- the new value of the 'Type Name' attribute.- See Also:
getTypeName()
-
-