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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description FiltergetFilter()Returns the value of the 'Filter' containment reference.StringgetInputFormat()Returns the value of the 'Input Format' attribute.EList<PropertyType>getProperty()Returns the value of the 'Property' containment reference list.StringgetSrsName()Returns the value of the 'Srs Name' attribute.QNamegetTypeName()Returns the value of the 'Type Name' attribute.booleanisSetInputFormat()Returns whether the value of the 'Input Format' attribute is set.voidsetFilter(Filter value)Sets the value of the 'Filter' attribute.voidsetInputFormat(String value)Sets the value of the 'Input Format' attribute.voidsetSrsName(String value)Sets the value of the 'Srs Name' attribute.voidsetTypeName(QName value)Sets the value of the 'Type Name' attribute.voidunsetInputFormat()Unsets the value of the 'Input Format' attribute.- 
Methods inherited from interface AbstractTransactionActionTypegetHandle, setHandle
 
- 
 
- 
- 
- 
Method Detail- 
getPropertyEList<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()
 
 - 
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.getUpdateType_Filter()
 
 - 
setFiltervoid setFilter(Filter value) Sets the value of the 'Filter' attribute.- Parameters:
- value- the new value of the 'Filter' attribute.
- See Also:
- getFilter()
 
 - 
getInputFormatString 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()
 
 - 
setInputFormatvoid 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()
 
 - 
unsetInputFormatvoid unsetInputFormat() Unsets the value of the 'Input Format' attribute.- See Also:
- isSetInputFormat(),- getInputFormat(),- setInputFormat(String)
 
 - 
isSetInputFormatboolean 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)
 
 - 
getSrsNameString 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()
 
 - 
setSrsNamevoid setSrsName(String value) Sets the value of the 'Srs Name' attribute.- Parameters:
- value- the new value of the 'Srs Name' attribute.
- See Also:
- getSrsName()
 
 - 
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.getUpdateType_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()
 
 
- 
 
-