Package net.ihe.gazelle.validation
Class Warning
java.lang.Object
net.ihe.gazelle.validation.Notification
net.ihe.gazelle.validation.Warning
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 minOccurs="0"> <element ref="{}Test"/> <element ref="{}Location"/> <element ref="{}Description"/> </sequence> <attribute name="endColumn" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="endLine" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="locationFile" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="startColumn" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="startLine" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected BigInteger
protected BigInteger
protected String
protected String
protected BigInteger
protected BigInteger
Fields inherited from class net.ihe.gazelle.validation.Notification
assertions, description, identifiant, location, packageValidation, test, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the endColumn property.Gets the value of the endLine property.Gets the value of the locationFile property.Gets the value of the message property.Gets the value of the startColumn property.Gets the value of the startLine property.void
setEndColumn
(BigInteger value) Sets the value of the endColumn property.void
setEndLine
(BigInteger value) Sets the value of the endLine property.void
setLocationFile
(String value) Sets the value of the locationFile property.void
setMessage
(String value) Sets the value of the message property.void
setStartColumn
(BigInteger value) Sets the value of the startColumn property.void
setStartLine
(BigInteger value) Sets the value of the startLine property.Methods inherited from class net.ihe.gazelle.validation.Notification
getAssertions, getDescription, getIdentifiant, getLocation, getPackageValidation, getTest, getType, setAssertions, setDescription, setIdentifiant, setLocation, setTest, setType
-
Field Details
-
endColumn
-
endLine
-
locationFile
-
message
-
startColumn
-
startLine
-
-
Constructor Details
-
Warning
public Warning()
-
-
Method Details
-
getEndColumn
Gets the value of the endColumn property.- Returns:
- possible object is
BigInteger
-
setEndColumn
Sets the value of the endColumn property.- Parameters:
value
- allowed object isBigInteger
-
getEndLine
Gets the value of the endLine property.- Returns:
- possible object is
BigInteger
-
setEndLine
Sets the value of the endLine property.- Parameters:
value
- allowed object isBigInteger
-
getLocationFile
Gets the value of the locationFile property.- Returns:
- possible object is
String
-
setLocationFile
Sets the value of the locationFile 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
-
getStartColumn
Gets the value of the startColumn property.- Returns:
- possible object is
BigInteger
-
setStartColumn
Sets the value of the startColumn property.- Parameters:
value
- allowed object isBigInteger
-
getStartLine
Gets the value of the startLine property.- Returns:
- possible object is
BigInteger
-
setStartLine
Sets the value of the startLine property.- Parameters:
value
- allowed object isBigInteger
-