Package net.opengis.wfs20
Interface UpdateType
-
- All Superinterfaces:
AbstractTransactionActionType
,EObject
,Notifier
- All Known Implementing Classes:
UpdateTypeImpl
public interface UpdateType extends AbstractTransactionActionType
A representation of the model object 'Update Type'.The following features are supported:
- See Also:
Wfs20Package.getUpdateType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Filter
getFilter()
Returns the value of the 'Filter' containment reference.String
getInputFormat()
Returns the value of the 'Input Format' attribute.EList<PropertyType>
getProperty()
Returns the value of the 'Property' containment reference list.String
getSrsName()
Returns the value of the 'Srs Name' attribute.QName
getTypeName()
Returns the value of the 'Type Name' attribute.boolean
isSetInputFormat()
Returns whether the value of the 'Input Format
' attribute is set.void
setFilter(Filter value)
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
unsetInputFormat()
Unsets the value of the 'Input Format
' attribute.-
Methods inherited from interface AbstractTransactionActionType
getHandle, setHandle
-
-
-
-
Method Detail
-
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:
Wfs20Package.getUpdateType_Property()
-
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
void setFilter(Filter value)
Sets the value of the 'Filter
' attribute.- Parameters:
value
- the new value of the 'Filter' attribute.- See Also:
getFilter()
-
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:
isSetInputFormat()
,unsetInputFormat()
,setInputFormat(String)
,Wfs20Package.getUpdateType_InputFormat()
-
setInputFormat
void setInputFormat(String value)
Sets the value of the 'Input Format
' attribute.- Parameters:
value
- the new value of the 'Input Format' attribute.- See Also:
isSetInputFormat()
,unsetInputFormat()
,getInputFormat()
-
unsetInputFormat
void unsetInputFormat()
Unsets the value of the 'Input Format
' attribute.- See Also:
isSetInputFormat()
,getInputFormat()
,setInputFormat(String)
-
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:
unsetInputFormat()
,getInputFormat()
,setInputFormat(String)
-
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(String)
,Wfs20Package.getUpdateType_SrsName()
-
setSrsName
void setSrsName(String value)
Sets the value of the 'Srs Name
' attribute.- Parameters:
value
- the new value of the 'Srs Name' attribute.- See Also:
getSrsName()
-
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.getUpdateType_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()
-
-