Package net.opengis.wfs20
Interface UpdateType
- All Superinterfaces:
AbstractTransactionActionType
,EObject
,Notifier
- All Known Implementing Classes:
UpdateTypeImpl
A representation of the model object 'Update Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Filter' containment reference.Returns the value of the 'Input Format' attribute.EList<PropertyType>
Returns the value of the 'Property' containment reference list.Returns the value of the 'Srs Name' attribute.Returns the value of the 'Type Name' attribute.boolean
Returns whether the value of the 'Input Format
' attribute is set.void
Sets the value of the 'Filter
' attribute.void
setInputFormat
(String value) Sets the value of the 'Input Format
' attribute.void
setSrsName
(String value) Sets the value of the 'Srs Name
' attribute.void
setTypeName
(QName value) Sets the value of the 'Type Name
' attribute.void
Unsets the value of the 'Input Format
' attribute.Methods inherited from interface AbstractTransactionActionType
getHandle, setHandle
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getProperty
EList<PropertyType> getProperty()Returns the value of the 'Property' containment reference list. The list contents are of typePropertyType
.If the meaning of the 'Property' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Property' containment reference list.
- See Also:
-
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.getUpdateType_Filter()
-
setFilter
Sets the value of the 'Filter
' attribute.- Parameters:
value
- the new value of the 'Filter' attribute.- See Also:
-
getInputFormat
String getInputFormat()Returns the value of the 'Input Format' attribute. The default value is"application/gml+xml; version=3.2"
.If the meaning of the 'Input Format' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Input Format' attribute.
- See Also:
-
setInputFormat
Sets the value of the 'Input Format
' attribute.- Parameters:
value
- the new value of the 'Input Format' attribute.- See Also:
-
unsetInputFormat
void unsetInputFormat()Unsets the value of the 'Input Format
' attribute. -
isSetInputFormat
boolean isSetInputFormat()Returns whether the value of the 'Input Format
' attribute is set.- Returns:
- whether the value of the 'Input Format' attribute is set.
- See Also:
-
getSrsName
String getSrsName()Returns the value of the 'Srs Name' attribute.If the meaning of the 'Srs Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Srs Name' attribute.
- See Also:
-
setSrsName
Sets the value of the 'Srs Name
' attribute.- Parameters:
value
- the new value of the 'Srs Name' attribute.- See Also:
-
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
Sets the value of the 'Type Name
' attribute.- Parameters:
value
- the new value of the 'Type Name' attribute.- See Also:
-