Package net.ihe.gazelle.validation
Class DocumentValidXSD
java.lang.Object
net.ihe.gazelle.validation.DocumentValidXSD
- Direct Known Subclasses:
DocumentWellFormed
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 Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected List
<XSDMessage> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the nbOfErrors property.Gets the value of the nbOfWarnings property.Gets the value of the result property.Gets the value of the xsdMessage property.void
setNbOfErrors
(String value) Sets the value of the nbOfErrors property.void
setNbOfWarnings
(String value) Sets the value of the nbOfWarnings property.void
Sets the value of the result property.
-
Field Details
-
xsdMessage
-
result
-
nbOfErrors
-
nbOfWarnings
-
-
Constructor Details
-
DocumentValidXSD
public DocumentValidXSD()
-
-
Method Details
-
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
Gets the value of the result property.- Returns:
- possible object is
String
-
setResult
Sets the value of the result property.- Parameters:
value
- allowed object isString
-
getNbOfErrors
Gets the value of the nbOfErrors property.- Returns:
- possible object is
String
-
setNbOfErrors
Sets the value of the nbOfErrors property.- Parameters:
value
- allowed object isString
-
getNbOfWarnings
Gets the value of the nbOfWarnings property.- Returns:
- possible object is
String
-
setNbOfWarnings
Sets the value of the nbOfWarnings property.- Parameters:
value
- allowed object isString
-