|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jomc.model.ModelObjectValidationReport.Detail
public static class ModelObjectValidationReport.Detail
Report detail.
Constructor Summary | |
---|---|
ModelObjectValidationReport.Detail(String identifier,
Level level,
String message)
Creates a new Detail taking an identifier, a level and a message. |
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. |
void |
setElement(javax.xml.bind.JAXBElement value)
Sets the JAXB element 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 ModelObjectValidationReport.Detail(String identifier, Level level, String message)
Detail
taking an identifier, a level and a message.
identifier
- The detail identifier.level
- The detail level.message
- The detail message.Method Detail |
---|
public String getIdentifier()
null
.public Level getLevel()
null
.public String getMessage()
null
.public javax.xml.bind.JAXBElement getElement()
null
.public void setElement(javax.xml.bind.JAXBElement value)
value
- The new JAXB element of this detail or null
.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |