Class Notification

java.lang.Object
net.ihe.gazelle.validation.Notification
Direct Known Subclasses:
Error, Info, Note, Warning

public class Notification extends Object

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 ref="{}Test"/>
         <element ref="{}Location"/>
         <element ref="{}Description"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • test

      protected String test
    • location

      protected String location
    • description

      protected String description
    • identifiant

      protected String identifiant
    • assertions

      protected List<Assertion> assertions
    • type

      protected String type
    • packageValidation

      protected String packageValidation
  • Constructor Details

    • Notification

      public Notification()
  • Method Details

    • getPackageValidation

      public String getPackageValidation()
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getAssertions

      public List<Assertion> getAssertions()
    • setAssertions

      public void setAssertions(List<Assertion> assertions)
    • getTest

      public String getTest()
      Gets the value of the test property.
      Returns:
      possible object is String
    • setTest

      public void setTest(String value)
      Sets the value of the test property.
      Parameters:
      value - allowed object is String
    • getLocation

      public String getLocation()
      Gets the value of the location property.
      Returns:
      possible object is String
    • setLocation

      public void setLocation(String value)
      Sets the value of the location property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getIdentifiant

      public String getIdentifiant()
    • setIdentifiant

      public void setIdentifiant(String identifiant)