|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.rs.RegistryError
Constructor Summary | |
RegistryError()
|
Method Summary | |
java.lang.String |
getCodeContext()
Returns the value of field 'codeContext'. |
java.lang.String |
getContent()
Returns the value of field 'content'. |
java.lang.String |
getErrorCode()
Returns the value of field 'errorCode'. |
java.lang.String |
getLocation()
Returns the value of field 'location'. |
ErrorType |
getSeverity()
Returns the value of field 'severity'. |
boolean |
isValid()
|
void |
marshal(org.xml.sax.DocumentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setCodeContext(java.lang.String codeContext)
Sets the value of field 'codeContext'. |
void |
setContent(java.lang.String content)
Sets the value of field 'content'. |
void |
setErrorCode(java.lang.String errorCode)
Sets the value of field 'errorCode'. |
void |
setLocation(java.lang.String location)
Sets the value of field 'location'. |
void |
setSeverity(ErrorType severity)
Sets the value of field 'severity'. |
static RegistryError |
unmarshal(java.io.Reader reader)
|
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RegistryError()
Method Detail |
public java.lang.String getCodeContext()
public java.lang.String getContent()
public java.lang.String getErrorCode()
public java.lang.String getLocation()
public ErrorType getSeverity()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setCodeContext(java.lang.String codeContext)
codeContext
- the value of field 'codeContext'.public void setContent(java.lang.String content)
content
- the value of field 'content'.public void setErrorCode(java.lang.String errorCode)
errorCode
- the value of field 'errorCode'.public void setLocation(java.lang.String location)
location
- the value of field 'location'.public void setSeverity(ErrorType severity)
severity
- the value of field 'severity'.public static RegistryError unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |