Class ValidateUIDResponse
java.lang.Object
ch.tocco.nice2.optional.address.impl.action.uidsearch.soap.ValidateUIDResponse
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">
<sequence>
<element name="ValidateUIDResult" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the validateUIDResult property.void
setValidateUIDResult
(boolean value) Sets the value of the validateUIDResult property.
-
Field Details
-
validateUIDResult
protected boolean validateUIDResult
-
-
Constructor Details
-
ValidateUIDResponse
public ValidateUIDResponse()
-
-
Method Details
-
isValidateUIDResult
public boolean isValidateUIDResult()Gets the value of the validateUIDResult property. -
setValidateUIDResult
public void setValidateUIDResult(boolean value) Sets the value of the validateUIDResult property.
-