Class DocumentValidXSD

java.lang.Object
net.ihe.gazelle.validation.DocumentValidXSD
Direct Known Subclasses:
DocumentWellFormed

public class DocumentValidXSD 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>
         <sequence>
           <element ref="{}XSDMessage" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
         <element ref="{}Result"/>
         <element name="nbOfErrors" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="nbOfWarnings" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • xsdMessage

      protected List<XSDMessage> xsdMessage
    • result

      protected String result
    • nbOfErrors

      protected String nbOfErrors
    • nbOfWarnings

      protected String nbOfWarnings
  • Constructor Details

    • DocumentValidXSD

      public DocumentValidXSD()
  • Method Details

    • getXSDMessage

      public List<XSDMessage> getXSDMessage()
      Gets the value of the xsdMessage property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the xsdMessage property.

      For example, to add a new item, do as follows:

       getXSDMessage().add(newItem);
       

      Objects of the following type(s) are allowed in the list XSDMessage

    • getResult

      public String getResult()
      Gets the value of the result property.
      Returns:
      possible object is String
    • setResult

      public void setResult(String value)
      Sets the value of the result property.
      Parameters:
      value - allowed object is String
    • getNbOfErrors

      public String getNbOfErrors()
      Gets the value of the nbOfErrors property.
      Returns:
      possible object is String
    • setNbOfErrors

      public void setNbOfErrors(String value)
      Sets the value of the nbOfErrors property.
      Parameters:
      value - allowed object is String
    • getNbOfWarnings

      public String getNbOfWarnings()
      Gets the value of the nbOfWarnings property.
      Returns:
      possible object is String
    • setNbOfWarnings

      public void setNbOfWarnings(String value)
      Sets the value of the nbOfWarnings property.
      Parameters:
      value - allowed object is String