|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.xsd.impl.XSDConcreteComponentImpl
org.eclipse.xsd.impl.XSDDiagnosticImpl
An implementation of the model object 'Diagnostic'.
The following features are implemented:
Nested Class Summary |
Nested classes inherited from class org.eclipse.xsd.impl.XSDConcreteComponentImpl |
XSDConcreteComponentImpl.XSDContentsEList |
Field Summary | |
protected static String |
ANNOTATION_URI_EDEFAULT
The default value of the ' Annotation URI ' attribute |
protected String |
annotationURI
The cached value of the ' Annotation URI ' attribute |
protected int |
column
The cached value of the ' Column ' attribute |
protected static int |
COLUMN_EDEFAULT
The default value of the ' Column ' attribute |
protected EList |
components
The cached value of the ' Components ' reference list |
protected int |
line
The cached value of the ' Line ' attribute |
protected static int |
LINE_EDEFAULT
The default value of the ' Line ' attribute |
protected static String |
LOCATION_URI_EDEFAULT
The default value of the ' Location URI ' attribute |
protected String |
locationURI
The cached value of the ' Location URI ' attribute |
protected String |
message
The cached value of the ' Message ' attribute |
protected static String |
MESSAGE_EDEFAULT
The default value of the ' Message ' attribute |
protected Node |
node
The cached value of the ' Node ' attribute |
protected static Node |
NODE_EDEFAULT
The default value of the ' Node ' attribute |
protected XSDDiagnosticSeverity |
severity
The cached value of the ' Severity ' attribute |
protected static XSDDiagnosticSeverity |
SEVERITY_EDEFAULT
The default value of the ' Severity ' attribute |
Fields inherited from class org.eclipse.xsd.impl.XSDConcreteComponentImpl |
ANALYZED, ANALYZING, CIRCULAR, diagnostics, element, ELEMENT_EDEFAULT, ERROR, FATAL, forceResolve, INFORMATION, isReconciling, UNANALYZED, updatingDOM, WARNING, xsdContents |
Fields inherited from interface org.eclipse.xsd.XSDDiagnostic |
MARKER, URI_FRAGMENT_ATTRIBUTE |
Constructor Summary | |
protected |
XSDDiagnosticImpl()
|
Method Summary | |
Object |
eGet(EStructuralFeature eFeature,
boolean resolve)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
Class baseClass,
NotificationChain msgs)
|
boolean |
eIsSet(EStructuralFeature eFeature)
|
void |
eSet(EStructuralFeature eFeature,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(EStructuralFeature eFeature)
|
String |
getAnnotationURI()
|
int |
getColumn()
Returns the value of the 'Column' attribute. |
int |
getColumnGen()
|
EList |
getComponents()
|
int |
getLine()
Returns the value of the 'Line' attribute. |
int |
getLineGen()
|
String |
getLocation()
|
String |
getLocationURI()
Returns the value of the 'Location URI' attribute |
String |
getLocationURIGen()
|
String |
getMessage()
|
Node |
getNode()
|
XSDConcreteComponent |
getPrimaryComponent()
|
XSDDiagnosticSeverity |
getSeverity()
|
boolean |
isSetPrimaryComponent()
|
void |
setAnnotationURI(String newAnnotationURI)
|
void |
setColumn(int newColumn)
|
void |
setLine(int newLine)
|
void |
setLocationURI(String newLocationURI)
|
void |
setMessage(String newMessage)
|
void |
setNode(Node newNode)
|
void |
setPrimaryComponent(XSDConcreteComponent primaryComponent)
|
void |
setSeverity(XSDDiagnosticSeverity newSeverity)
|
String |
toString()
|
void |
unsetPrimaryComponent()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final XSDDiagnosticSeverity SEVERITY_EDEFAULT
Severity
' attribute.
getSeverity()
protected XSDDiagnosticSeverity severity
Severity
' attribute.
getSeverity()
protected static final String MESSAGE_EDEFAULT
Message
' attribute.
getMessage()
protected String message
Message
' attribute.
getMessage()
protected static final String LOCATION_URI_EDEFAULT
Location URI
' attribute.
getLocationURI()
protected String locationURI
Location URI
' attribute.
getLocationURI()
protected static final int LINE_EDEFAULT
Line
' attribute.
getLine()
,
Constant Field Valuesprotected int line
Line
' attribute.
getLine()
protected static final int COLUMN_EDEFAULT
Column
' attribute.
getColumn()
,
Constant Field Valuesprotected int column
Column
' attribute.
getColumn()
protected static final Node NODE_EDEFAULT
Node
' attribute.
getNode()
protected Node node
Node
' attribute.
getNode()
protected static final String ANNOTATION_URI_EDEFAULT
Annotation URI
' attribute.
getAnnotationURI()
protected String annotationURI
Annotation URI
' attribute.
getAnnotationURI()
protected EList components
Components
' reference list.
getComponents()
Constructor Detail |
protected XSDDiagnosticImpl()
Method Detail |
protected EClass eStaticClass()
eStaticClass
in class XSDConcreteComponentImpl
public XSDDiagnosticSeverity getSeverity()
getSeverity
in interface XSDDiagnostic
XSDDiagnosticSeverity
,
XSDDiagnostic.setSeverity(XSDDiagnosticSeverity)
,
XSDPackage.getXSDDiagnostic_Severity()
public void setSeverity(XSDDiagnosticSeverity newSeverity)
setSeverity
in interface XSDDiagnostic
newSeverity
- the new value of the 'Severity' attribute.XSDDiagnosticSeverity
,
XSDDiagnostic.getSeverity()
public String getMessage()
getMessage
in interface XSDDiagnostic
XSDDiagnostic.setMessage(String)
,
XSDPackage.getXSDDiagnostic_Message()
public void setMessage(String newMessage)
setMessage
in interface XSDDiagnostic
newMessage
- the new value of the 'Message' attribute.XSDDiagnostic.getMessage()
public String getLocation()
public String getLocationURIGen()
public String getLocationURI()
XSDDiagnostic
This indicates the URI of the resource containing the problem.
getLocationURI
in interface XSDDiagnostic
XSDDiagnostic.setLocationURI(String)
,
XSDPackage.getXSDDiagnostic_LocationURI()
public void setLocationURI(String newLocationURI)
setLocationURI
in interface XSDDiagnostic
newLocationURI
- the new value of the 'Location URI' attribute.XSDDiagnostic.getLocationURI()
public int getLineGen()
public int getLine()
XSDDiagnostic
"1"
.
This indicates the line number within the resource containing the problem.
getLine
in interface XSDDiagnostic
XSDDiagnostic.setLine(int)
,
XSDPackage.getXSDDiagnostic_Line()
public void setLine(int newLine)
setLine
in interface XSDDiagnostic
newLine
- the new value of the 'Line' attribute.XSDDiagnostic.getLine()
public int getColumnGen()
public int getColumn()
XSDDiagnostic
"1"
.
This indicates the column number within the line of the resource containing the problem.
getColumn
in interface XSDDiagnostic
XSDDiagnostic.setColumn(int)
,
XSDPackage.getXSDDiagnostic_Column()
public void setColumn(int newColumn)
setColumn
in interface XSDDiagnostic
newColumn
- the new value of the 'Column' attribute.XSDDiagnostic.getColumn()
public Node getNode()
getNode
in interface XSDDiagnostic
XSDDiagnostic.setNode(Node)
,
XSDPackage.getXSDDiagnostic_Node()
public void setNode(Node newNode)
setNode
in interface XSDDiagnostic
newNode
- the new value of the 'Node' attribute.XSDDiagnostic.getNode()
public String getAnnotationURI()
getAnnotationURI
in interface XSDDiagnostic
XSDDiagnostic.setAnnotationURI(String)
,
XSDPackage.getXSDDiagnostic_AnnotationURI()
public void setAnnotationURI(String newAnnotationURI)
setAnnotationURI
in interface XSDDiagnostic
newAnnotationURI
- the new value of the 'Annotation URI' attribute.XSDDiagnostic.getAnnotationURI()
public EList getComponents()
getComponents
in interface XSDDiagnostic
XSDPackage.getXSDDiagnostic_Components()
public XSDConcreteComponent getPrimaryComponent()
getPrimaryComponent
in interface XSDDiagnostic
XSDDiagnostic.setPrimaryComponent(XSDConcreteComponent)
,
XSDPackage.getXSDDiagnostic_PrimaryComponent()
public void setPrimaryComponent(XSDConcreteComponent primaryComponent)
setPrimaryComponent
in interface XSDDiagnostic
primaryComponent
- the new value of the 'Primary Component' reference.XSDDiagnostic.getPrimaryComponent()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)
eInverseRemove
in class XSDConcreteComponentImpl
public Object eGet(EStructuralFeature eFeature, boolean resolve)
eGet
in class XSDConcreteComponentImpl
public void eSet(EStructuralFeature eFeature, Object newValue)
eSet
in class XSDConcreteComponentImpl
public void eUnset(EStructuralFeature eFeature)
eUnset
in class XSDConcreteComponentImpl
public boolean eIsSet(EStructuralFeature eFeature)
eIsSet
in class XSDConcreteComponentImpl
public void unsetPrimaryComponent()
public boolean isSetPrimaryComponent()
public String toString()
toString
in class XSDConcreteComponentImpl
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |