|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jomc.modlet.ModelValidationReport.Detail
public static class ModelValidationReport.Detail
Report detail.
Constructor Summary | |
---|---|
ModelValidationReport.Detail(String identifier,
Level level,
String message,
javax.xml.bind.JAXBElement<?> element)
Creates a new Detail taking an identifier, a level, a message and an element. |
Method Summary | |
---|---|
javax.xml.bind.JAXBElement<?> |
getElement()
Gets the JAXB element of this detail. |
String |
getIdentifier()
Gets the identifier of this detail. |
Level |
getLevel()
Gets the level of this detail. |
String |
getMessage()
Gets the message of this detail. |
String |
toString()
Creates and returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModelValidationReport.Detail(String identifier, Level level, String message, javax.xml.bind.JAXBElement<?> element)
Detail
taking an identifier, a level, a message and an element.
identifier
- The detail identifier.level
- The detail level.message
- The detail message.element
- The detail element.Method Detail |
---|
public String getIdentifier()
null
.public Level getLevel()
null
.public String getMessage()
null
.public javax.xml.bind.JAXBElement<?> getElement()
null
.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |