Class 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 Detail

      • XmlStructuralValidation

        public XmlStructuralValidation()
    • 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 is Boolean
      • getMessage

        public String getMessage()
        Gets the value of the message property.
        Returns:
        possible object is String
      • setMessage

        public void setMessage​(String value)
        Sets the value of the message property.
        Parameters:
        value - allowed object is String