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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AbstractTransactionActionType>getAbstractTransactionAction()Returns the value of the 'Abstract Transaction Action' containment reference list.FeatureMapgetAbstractTransactionActionGroup()Returns the value of the 'Abstract Transaction Action Group' attribute list.FeatureMapgetGroup()Returns the value of the 'Group' attribute list.StringgetLockId()Returns the value of the 'Lock Id' attribute.AllSomeTypegetReleaseAction()Returns the value of the 'Release Action' attribute.StringgetSrsName()Returns the value of the 'Srs Name' attribute.booleanisSetReleaseAction()Returns whether the value of the 'Release Action' attribute is set.voidsetLockId(String value)Sets the value of the 'Lock Id' attribute.voidsetReleaseAction(AllSomeType value)Sets the value of the 'Release Action' attribute.voidsetSrsName(String value)Sets the value of the 'Srs Name' attribute.voidunsetReleaseAction()Unsets the value of the 'Release Action' attribute.- 
Methods inherited from interface BaseRequestTypegetBaseUrl, getExtendedProperties, getHandle, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setHandle, setService, setVersion, unsetService, unsetVersion
 
- 
 
- 
- 
- 
Method Detail- 
getGroupFeatureMap 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()
 
 - 
getAbstractTransactionActionGroupFeatureMap 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()
 
 - 
getAbstractTransactionActionEList<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()
 
 - 
getLockIdString 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()
 
 - 
setLockIdvoid setLockId(String value) Sets the value of the 'Lock Id' attribute.- Parameters:
- value- the new value of the 'Lock Id' attribute.
- See Also:
- getLockId()
 
 - 
getReleaseActionAllSomeType 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()
 
 - 
setReleaseActionvoid 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()
 
 - 
unsetReleaseActionvoid unsetReleaseAction() Unsets the value of the 'Release Action' attribute.
 - 
isSetReleaseActionboolean 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)
 
 - 
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.getTransactionType_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()
 
 
- 
 
-