org.eclipse.ohf.ihe.common.ebxml._3._0.rs
Interface RegistryErrorListType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
RegistryErrorListTypeImpl

public interface RegistryErrorListType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Error List Type'.

The following features are supported:

See Also:
RegistryPackage.getRegistryErrorListType()

Method Summary
 java.lang.String getHighestSeverity()
          Returns the value of the 'Highest Severity' attribute.
 org.eclipse.emf.common.util.EList getRegistryError()
          Returns the value of the 'Registry Error' containment reference list.
 void setHighestSeverity(java.lang.String value)
          Sets the value of the 'Highest Severity' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getRegistryError

org.eclipse.emf.common.util.EList getRegistryError()
Returns the value of the 'Registry Error' containment reference list. The list contents are of type RegistryErrorType.

If the meaning of the 'Registry Error' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Registry Error' containment reference list.
See Also:
RegistryPackage.getRegistryErrorListType_RegistryError()

getHighestSeverity

java.lang.String getHighestSeverity()
Returns the value of the 'Highest Severity' attribute.

If the meaning of the 'Highest Severity' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Highest Severity' attribute.
See Also:
setHighestSeverity(String), RegistryPackage.getRegistryErrorListType_HighestSeverity()

setHighestSeverity

void setHighestSeverity(java.lang.String value)
Sets the value of the 'Highest Severity' attribute.

Parameters:
value - the new value of the 'Highest Severity' attribute.
See Also:
getHighestSeverity()