Class XmlStructuralValidation
- java.lang.Object
-
- eu.europa.esig.dss.diagnostic.jaxb.XmlStructuralValidation
-
- All Implemented Interfaces:
Serializable
public class XmlStructuralValidation extends Object implements Serializable
Java class for StructuralValidation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructuralValidation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Valid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlStructuralValidation()
-
Method Summary
Modifier and Type Method Description StringgetMessage()Gets the value of the message property.BooleanisValid()Gets the value of the valid property.voidsetMessage(String value)Sets the value of the message property.voidsetValid(Boolean value)Sets the value of the valid property.
-
-
-
Method Detail
-
isValid
public Boolean isValid()
Gets the value of the valid property.- Returns:
- possible object is
Boolean
-
setValid
public void setValid(Boolean value)
Sets the value of the valid property.- Parameters:
value- allowed object isBoolean
-
getMessage
public String getMessage()
Gets the value of the message property.- Returns:
- possible object is
String
-
-