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