Package net.opengis.wfs20
Interface InsertType
- 
- All Superinterfaces:
- AbstractTransactionActionType,- EObject,- Notifier
 - All Known Implementing Classes:
- InsertTypeImpl
 
 public interface InsertType extends AbstractTransactionActionType A representation of the model object 'Insert Type'.The following features are supported: - See Also:
- Wfs20Package.getInsertType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Object>getAny()Returns the value of the 'Any' attribute list.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.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.getInsertType_Any()
 
 - 
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.getInsertType_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.getInsertType_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()
 
 
- 
 
-