Package be.recipe.services.patient
Class GetVisionResult
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.recipe.services.patient.GetVisionResult
-
public class GetVisionResult extends ResponseType
Java class for getVisionResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getVisionResult"> <complexContent> <extension base="{http:/services.recipe.be/core}ResponseType"> <sequence> <element name="vision" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringvision-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description GetVisionResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetVision()Gets the value of the vision property.voidsetVision(String value)Sets the value of the vision property.-
Methods inherited from class be.recipe.services.core.ResponseType
getId, getResponseStatus, getStatus, setId, setResponseStatus, setStatus
-
-
-
-
Field Detail
-
vision
protected String vision
-
-