Class TimestampedPrescription


  • public class TimestampedPrescription
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http:/services.recipe.be/executor}prescriptionWithSecurityToken" minOccurs="0"/>
             <element name="Signature" type="{http://www.w3.org/2000/09/xmldsig#}SignatureType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • signature

        protected org.w3._2000._09.xmldsig.Signature signature
    • Constructor Detail

      • TimestampedPrescription

        public TimestampedPrescription()
    • Method Detail

      • getSignature

        public org.w3._2000._09.xmldsig.Signature getSignature()
        Gets the value of the signature property.
        Returns:
        possible object is Signature
      • setSignature

        public void setSignature​(org.w3._2000._09.xmldsig.Signature value)
        Sets the value of the signature property.
        Parameters:
        value - allowed object is Signature