Package be.recipe.services.prescriber
Class PutVisionParam
- java.lang.Object
-
- be.recipe.services.prescriber.PutVisionParam
-
public class PutVisionParam extends Object
Java class for putVisionParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="putVisionParam"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="vision" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="visionOtherPrescribers" type="{http:/services.recipe.be/core}VisionOtherPrescribers" minOccurs="0"/> </all> <attribute name="type" type="{http:/services.recipe.be/core}VisionType" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringridprotected byte[]symmKeyprotected VisionTypetypeprotected Stringvisionprotected VisionOtherPrescribersvisionOtherPrescribers
-
Constructor Summary
Constructors Constructor Description PutVisionParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRid()Gets the value of the rid property.byte[]getSymmKey()Gets the value of the symmKey property.VisionTypegetType()Gets the value of the type property.StringgetVision()Gets the value of the vision property.VisionOtherPrescribersgetVisionOtherPrescribers()Gets the value of the visionOtherPrescribers property.voidsetRid(String value)Sets the value of the rid property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.voidsetType(VisionType value)Sets the value of the type property.voidsetVision(String value)Sets the value of the vision property.voidsetVisionOtherPrescribers(VisionOtherPrescribers value)Sets the value of the visionOtherPrescribers property.
-
-
-
Field Detail
-
symmKey
protected byte[] symmKey
-
rid
protected String rid
-
vision
protected String vision
-
visionOtherPrescribers
protected VisionOtherPrescribers visionOtherPrescribers
-
type
protected VisionType type
-
-
Method Detail
-
getSymmKey
public byte[] getSymmKey()
Gets the value of the symmKey property.- Returns:
- possible object is byte[]
-
setSymmKey
public void setSymmKey(byte[] value)
Sets the value of the symmKey property.- Parameters:
value- allowed object is byte[]
-
getRid
public String getRid()
Gets the value of the rid property.- Returns:
- possible object is
String
-
setRid
public void setRid(String value)
Sets the value of the rid property.- Parameters:
value- allowed object isString
-
getVision
public String getVision()
Gets the value of the vision property.- Returns:
- possible object is
String
-
setVision
public void setVision(String value)
Sets the value of the vision property.- Parameters:
value- allowed object isString
-
getVisionOtherPrescribers
public VisionOtherPrescribers getVisionOtherPrescribers()
Gets the value of the visionOtherPrescribers property.- Returns:
- possible object is
VisionOtherPrescribers
-
setVisionOtherPrescribers
public void setVisionOtherPrescribers(VisionOtherPrescribers value)
Sets the value of the visionOtherPrescribers property.- Parameters:
value- allowed object isVisionOtherPrescribers
-
getType
public VisionType getType()
Gets the value of the type property.- Returns:
- possible object is
VisionType
-
setType
public void setType(VisionType value)
Sets the value of the type property.- Parameters:
value- allowed object isVisionType
-
-