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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description FiltergetFilter()Returns the value of the 'Filter' containment reference.QNamegetTypeName()Returns the value of the 'Type Name' attribute.voidsetFilter(Filter value)Sets the value of the 'Filter' attribute.voidsetTypeName(QName value)Sets the value of the 'Type Name' attribute.- 
Methods inherited from interface AbstractTransactionActionTypegetHandle, setHandle
 
- 
 
- 
- 
- 
Method Detail- 
getFilterFilter 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()
 
 - 
setFiltervoid setFilter(Filter value) Sets the value of the 'Filter' attribute.- Parameters:
- value- the new value of the 'Filter' attribute.
- See Also:
- getFilter()
 
 - 
getTypeNameQName 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()
 
 - 
setTypeNamevoid setTypeName(QName value) Sets the value of the 'Type Name' attribute.- Parameters:
- value- the new value of the 'Type Name' attribute.
- See Also:
- getTypeName()
 
 
- 
 
-