public class XmlStructuralValidation extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
protected Boolean |
valid |
| Constructor and Description |
|---|
XmlStructuralValidation() |
| Modifier and Type | Method and 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.
|
public Boolean isValid()
Booleanpublic void setValid(Boolean value)
value - allowed object is
Booleanpublic String getMessage()
StringCopyright © 2018. All rights reserved.