Package net.opengis.wfs20
Interface ReplaceType
- 
- All Superinterfaces:
- AbstractTransactionActionType,- EObject,- Notifier
 - All Known Implementing Classes:
- ReplaceTypeImpl
 
 public interface ReplaceType extends AbstractTransactionActionType A representation of the model object 'Replace Type'.The following features are supported: - See Also:
- Wfs20Package.getReplaceType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Object>getAny()Returns the value of the 'Any' attribute list.FiltergetFilter()Returns the value of the 'Filter' containment reference.StringgetInputFormat()Returns the value of the 'Input Format' attribute.StringgetSrsName()Returns the value of the 'Srs 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.voidunsetInputFormat()Unsets the value of the 'Input Format' attribute.- 
Methods inherited from interface AbstractTransactionActionTypegetHandle, setHandle
 
- 
 
- 
- 
- 
Method Detail- 
getAnyEList<Object> getAny() Returns the value of the 'Any' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Any' attribute list.
- See Also:
- Wfs20Package.getReplaceType_Any()
 
 - 
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.getReplaceType_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.getReplaceType_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.getReplaceType_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()
 
 
- 
 
-