Package net.ihe.gazelle.validation
Class Info
java.lang.Object
net.ihe.gazelle.validation.Notification
net.ihe.gazelle.validation.Info
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">
<attribute name="endColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="endLine" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="locationFile" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="message" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="startColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="startLine" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields inherited from class net.ihe.gazelle.validation.Notification
assertions, description, identifiant, location, packageValidation, test, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.ihe.gazelle.validation.Notification
getAssertions, getDescription, getIdentifiant, getLocation, getPackageValidation, getTest, getType, setAssertions, setDescription, setIdentifiant, setLocation, setTest, setType
-
Constructor Details
-
Info
public Info()
-