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