Package be.recipe.services.prescriber
Class ValidationPropertiesResponse
- java.lang.Object
-
- be.recipe.services.prescriber.ValidationPropertiesResponse
-
public class ValidationPropertiesResponse extends Object
Java class for validationPropertiesResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="validationPropertiesResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ValidationPropertiesResultSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]validationPropertiesResultSealed
-
Constructor Summary
Constructors Constructor Description ValidationPropertiesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getValidationPropertiesResultSealed()Gets the value of the validationPropertiesResultSealed property.voidsetValidationPropertiesResultSealed(byte[] value)Sets the value of the validationPropertiesResultSealed property.
-
-
-
Method Detail
-
getValidationPropertiesResultSealed
public byte[] getValidationPropertiesResultSealed()
Gets the value of the validationPropertiesResultSealed property.- Returns:
- possible object is byte[]
-
setValidationPropertiesResultSealed
public void setValidationPropertiesResultSealed(byte[] value)
Sets the value of the validationPropertiesResultSealed property.- Parameters:
value- allowed object is byte[]
-
-