Class 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:/services.recipe.be/core}SymmKey"/>
             <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <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="target" type="{http:/services.recipe.be/core}VisionType" default="executor" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PutVisionParam

        public PutVisionParam()
    • 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 is String
      • 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 is String
      • getTarget

        public VisionType getTarget()
        Gets the value of the target property.
        Returns:
        possible object is VisionType
      • setTarget

        public void setTarget​(VisionType value)
        Sets the value of the target property.
        Parameters:
        value - allowed object is VisionType