Class EvalConditionResponse
java.lang.Object
com.emc.d2fs.services.conditionaction_service.EvalConditionResponse
- All Implemented Interfaces:
Serializable
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">
<attribute name="valid" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EvalConditionResponse
public EvalConditionResponse()
-
-
Method Details
-
isValid
public boolean isValid()Gets the value of the valid property. -
setValid
public void setValid(boolean value) Sets the value of the valid property.
-