Class ListPrescriptions


  • public class ListPrescriptions
    extends Object

    Java class for listPrescriptions complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="listPrescriptions">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="ListPrescriptionsParamSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="SecurityToken" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
             <element name="ProgramIdentification" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Mguid" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • listPrescriptionsParamSealed

        protected byte[] listPrescriptionsParamSealed
      • securityToken

        protected Object securityToken
      • programIdentification

        protected String programIdentification
      • mguid

        protected String mguid
    • Constructor Detail

      • ListPrescriptions

        public ListPrescriptions()
    • Method Detail

      • getListPrescriptionsParamSealed

        public byte[] getListPrescriptionsParamSealed()
        Gets the value of the listPrescriptionsParamSealed property.
        Returns:
        possible object is byte[]
      • setListPrescriptionsParamSealed

        public void setListPrescriptionsParamSealed​(byte[] value)
        Sets the value of the listPrescriptionsParamSealed property.
        Parameters:
        value - allowed object is byte[]
      • getSecurityToken

        public Object getSecurityToken()
        Gets the value of the securityToken property.
        Returns:
        possible object is Object
      • setSecurityToken

        public void setSecurityToken​(Object value)
        Sets the value of the securityToken property.
        Parameters:
        value - allowed object is Object
      • getProgramIdentification

        public String getProgramIdentification()
        Gets the value of the programIdentification property.
        Returns:
        possible object is String
      • setProgramIdentification

        public void setProgramIdentification​(String value)
        Sets the value of the programIdentification property.
        Parameters:
        value - allowed object is String
      • getMguid

        public String getMguid()
        Gets the value of the mguid property.
        Returns:
        possible object is String
      • setMguid

        public void setMguid​(String value)
        Sets the value of the mguid property.
        Parameters:
        value - allowed object is String