Package be.fgov.ehealth.recipe.core.v4
Class PrescriberPutVisionInformationType
- java.lang.Object
-
- be.fgov.ehealth.recipe.core.v4.PrescriberPutVisionInformationType
-
public class PrescriberPutVisionInformationType extends Object
Java class for PrescriberPutVisionInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrescriberPutVisionInformationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PrescriptionVersion" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ReferenceSourceVersion" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringprescriptionVersionprotected StringreferenceSourceVersion
-
Constructor Summary
Constructors Constructor Description PrescriberPutVisionInformationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPrescriptionVersion()Gets the value of the prescriptionVersion property.StringgetReferenceSourceVersion()Gets the value of the referenceSourceVersion property.voidsetPrescriptionVersion(String value)Sets the value of the prescriptionVersion property.voidsetReferenceSourceVersion(String value)Sets the value of the referenceSourceVersion property.
-
-
-
Method Detail
-
getPrescriptionVersion
public String getPrescriptionVersion()
Gets the value of the prescriptionVersion property.- Returns:
- possible object is
String
-
setPrescriptionVersion
public void setPrescriptionVersion(String value)
Sets the value of the prescriptionVersion property.- Parameters:
value- allowed object isString
-
getReferenceSourceVersion
public String getReferenceSourceVersion()
Gets the value of the referenceSourceVersion property.- Returns:
- possible object is
String
-
-