Package net.ihe.gazelle.validation
Class XSDMessage
java.lang.Object
net.ihe.gazelle.validation.XSDMessage
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Severity" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the message property.Gets the value of the severity property.voidsetColumnNumber(Integer columnNumber) voidsetLineNumber(Integer lineNumber) voidsetMessage(String value) Sets the value of the message property.voidsetSeverity(String value) Sets the value of the severity property.
-
Field Details
-
severity
-
message
-
lineNumber
-
columnNumber
-
-
Constructor Details
-
XSDMessage
public XSDMessage()
-
-
Method Details
-
getLineNumber
-
setLineNumber
-
getColumnNumber
-
setColumnNumber
-
getSeverity
Gets the value of the severity property.- Returns:
- possible object is
String
-
setSeverity
Sets the value of the severity property.- Parameters:
value- allowed object isString
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
Sets the value of the message property.- Parameters:
value- allowed object isString
-