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 SummaryFields inherited from class net.ihe.gazelle.validation.Notificationassertions, description, identifiant, location, packageValidation, test, type
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.ihe.gazelle.validation.NotificationgetAssertions, getDescription, getIdentifiant, getLocation, getPackageValidation, getTest, getType, setAssertions, setDescription, setIdentifiant, setLocation, setTest, setType
- 
Constructor Details- 
Infopublic Info()
 
-