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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Object>
getAny()
Returns the value of the 'Any' attribute list.String
getInputFormat()
Returns the value of the 'Input Format' attribute.String
getSrsName()
Returns the value of the 'Srs Name' attribute.boolean
isSetInputFormat()
Returns whether the value of the 'Input Format
' attribute is set.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
unsetInputFormat()
Unsets the value of the 'Input Format
' attribute.-
Methods inherited from interface AbstractTransactionActionType
getHandle, setHandle
-
-
-
-
Method Detail
-
getAny
EList<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()
-
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.getInsertType_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.getInsertType_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()
-
-