Class Info


public class Info extends Notification

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>
 
  • Constructor Details

    • Info

      public Info()