|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Generated by the WSDL model parsing and validation mechanisms.
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
This interface is a candidate to becoming a first class WSDL model object.
Method Summary | |
---|---|
java.lang.Object |
getContainer()
returns the Element where the error occurs |
java.lang.String |
getKey()
Gets the original message key. |
org.w3c.dom.Node |
getNode()
Gets the DOM Node where the error occurs |
WSDLDiagnosticSeverity |
getSeverity()
Provides this diagnostic's severity. |
EList |
getSubstitutions()
Returns a list with the original message parameters as Strings. |
void |
setContainer(java.lang.Object container)
Sets the Container of the error |
void |
setKey(java.lang.String value)
Sets the original message key. |
void |
setNode(org.w3c.dom.Node node)
Sets the DOM Node where the error occurs |
void |
setSeverity(WSDLDiagnosticSeverity severity)
Sets this diagnostic's severity. |
Method Detail |
public WSDLDiagnosticSeverity getSeverity()
public void setSeverity(WSDLDiagnosticSeverity severity)
severity
- the new diagnostic severity.public java.lang.String getKey()
public void setKey(java.lang.String value)
value
- the new message key value.public org.w3c.dom.Node getNode()
public void setNode(org.w3c.dom.Node node)
node
- public java.lang.Object getContainer()
public void setContainer(java.lang.Object container)
container
- an Object of either XSDConcreteComponent or WSDLElementpublic EList getSubstitutions()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |