Interface TransactionType
- All Superinterfaces:
BaseRequestType
,EObject
,Notifier
- All Known Implementing Classes:
TransactionTypeImpl
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Abstract Transaction Action' containment reference list.FeatureMap
Returns the value of the 'Abstract Transaction Action Group' attribute list.FeatureMap
getGroup()
Returns the value of the 'Group' attribute list.Returns the value of the 'Lock Id' attribute.Returns the value of the 'Release Action' attribute.Returns the value of the 'Srs Name' attribute.boolean
Returns whether the value of the 'Release Action
' attribute is set.void
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
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
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
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:
-
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:
-
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
Sets the value of the 'Lock Id
' attribute.- Parameters:
value
- the new value of the 'Lock Id' attribute.- See Also:
-
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:
-
setReleaseAction
Sets the value of the 'Release Action
' attribute.- Parameters:
value
- the new value of the 'Release Action' attribute.- See Also:
-
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:
-
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
Sets the value of the 'Srs Name
' attribute.- Parameters:
value
- the new value of the 'Srs Name' attribute.- See Also:
-