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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description XmlStructuralValidation()
-
Method Summary
Modifier and Type Method Description String
getMessage()
Gets the value of the message property.Boolean
isValid()
Gets the value of the valid property.void
setMessage(String value)
Sets the value of the message property.void
setValid(Boolean value)
Sets the value of the valid property.
-
Field Details
-
Constructor Details
-
XmlStructuralValidation
public XmlStructuralValidation()
-
-
Method Details
-
isValid
Gets the value of the valid property.- Returns:
- possible object is
Boolean
-
setValid
Sets the value of the valid property.- Parameters:
value
- allowed object isBoolean
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
Sets the value of the message property.- Parameters:
value
- allowed object isString
-