Interface TransactionType
-
- All Superinterfaces:
BaseRequestType
,EObject
,Notifier
- All Known Implementing Classes:
TransactionTypeImpl
public interface TransactionType extends BaseRequestType
A representation of the model object 'Transaction Type'.The following features are supported:
- See Also:
Wfs20Package.getTransactionType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AbstractTransactionActionType>
getAbstractTransactionAction()
Returns the value of the 'Abstract Transaction Action' containment reference list.FeatureMap
getAbstractTransactionActionGroup()
Returns the value of the 'Abstract Transaction Action Group' attribute list.FeatureMap
getGroup()
Returns the value of the 'Group' attribute list.String
getLockId()
Returns the value of the 'Lock Id' attribute.AllSomeType
getReleaseAction()
Returns the value of the 'Release Action' attribute.String
getSrsName()
Returns the value of the 'Srs Name' attribute.boolean
isSetReleaseAction()
Returns whether the value of the 'Release Action
' attribute is set.void
setLockId(String value)
Sets the value of the 'Lock Id
' attribute.void
setReleaseAction(AllSomeType value)
Sets the value of the 'Release Action
' attribute.void
setSrsName(String value)
Sets the value of the 'Srs Name
' attribute.void
unsetReleaseAction()
Unsets the value of the 'Release Action
' attribute.-
Methods inherited from interface BaseRequestType
getBaseUrl, getExtendedProperties, getHandle, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setHandle, setService, setVersion, unsetService, unsetVersion
-
-
-
-
Method Detail
-
getGroup
FeatureMap getGroup()
Returns the value of the 'Group' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Group' attribute list.
- See Also:
Wfs20Package.getTransactionType_Group()
-
getAbstractTransactionActionGroup
FeatureMap getAbstractTransactionActionGroup()
Returns the value of the 'Abstract Transaction Action Group' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Abstract Transaction Action Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract Transaction Action Group' attribute list.
- See Also:
Wfs20Package.getTransactionType_AbstractTransactionActionGroup()
-
getAbstractTransactionAction
EList<AbstractTransactionActionType> getAbstractTransactionAction()
Returns the value of the 'Abstract Transaction Action' containment reference list. The list contents are of typeAbstractTransactionActionType
.If the meaning of the 'Abstract Transaction Action' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract Transaction Action' containment reference list.
- See Also:
Wfs20Package.getTransactionType_AbstractTransactionAction()
-
getLockId
String getLockId()
Returns the value of the 'Lock Id' attribute.If the meaning of the 'Lock Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Lock Id' attribute.
- See Also:
setLockId(String)
,Wfs20Package.getTransactionType_LockId()
-
setLockId
void setLockId(String value)
Sets the value of the 'Lock Id
' attribute.- Parameters:
value
- the new value of the 'Lock Id' attribute.- See Also:
getLockId()
-
getReleaseAction
AllSomeType getReleaseAction()
Returns the value of the 'Release Action' attribute. The default value is"ALL"
. The literals are from the enumerationAllSomeType
.If the meaning of the 'Release Action' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Release Action' attribute.
- See Also:
AllSomeType
,isSetReleaseAction()
,unsetReleaseAction()
,setReleaseAction(AllSomeType)
,Wfs20Package.getTransactionType_ReleaseAction()
-
setReleaseAction
void setReleaseAction(AllSomeType value)
Sets the value of the 'Release Action
' attribute.- Parameters:
value
- the new value of the 'Release Action' attribute.- See Also:
AllSomeType
,isSetReleaseAction()
,unsetReleaseAction()
,getReleaseAction()
-
unsetReleaseAction
void unsetReleaseAction()
Unsets the value of the 'Release Action
' attribute.
-
isSetReleaseAction
boolean isSetReleaseAction()
Returns whether the value of the 'Release Action
' attribute is set.- Returns:
- whether the value of the 'Release Action' attribute is set.
- See Also:
unsetReleaseAction()
,getReleaseAction()
,setReleaseAction(AllSomeType)
-
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.getTransactionType_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()
-
-