org.jomc.modlet
Class ModelValidationReport.Detail

Package class diagram package ModelValidationReport.Detail
java.lang.Object
  extended by org.jomc.modlet.ModelValidationReport.Detail
All Implemented Interfaces:
Serializable
Enclosing class:
ModelValidationReport

public static class ModelValidationReport.Detail
extends Object
implements Serializable

Report detail.

See Also:
Serialized Form

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

ModelValidationReport.Detail

public 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.

Parameters:
identifier - The detail identifier.
level - The detail level.
message - The detail message.
element - The detail element.
Method Detail

getIdentifier

public String getIdentifier()
Gets the identifier of this detail.

Returns:
The identifier of this detail or null.

getLevel

public Level getLevel()
Gets the level of this detail.

Returns:
The level of this detail or null.

getMessage

public String getMessage()
Gets the message of this detail.

Returns:
The message of this detail or null.

getElement

public javax.xml.bind.JAXBElement<?> getElement()
Gets the JAXB element of this detail.

Returns:
The JAXB element of this detail or null.

toString

public String toString()
Creates and returns a string representation of the object.

Overrides:
toString in class Object
Returns:
A string representation of the object.


Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.