Package be.recipe.services.executor
Class TimestampedPrescription
- java.lang.Object
-
- be.recipe.services.executor.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 Summary
Fields Modifier and Type Field Description protected PrescriptionWithSecurityTokenprescriptionWithSecurityTokenprotected org.w3._2000._09.xmldsig.Signaturesignature
-
Constructor Summary
Constructors Constructor Description TimestampedPrescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrescriptionWithSecurityTokengetPrescriptionWithSecurityToken()Gets the value of the prescriptionWithSecurityToken property.org.w3._2000._09.xmldsig.SignaturegetSignature()Gets the value of the signature property.voidsetPrescriptionWithSecurityToken(PrescriptionWithSecurityToken value)Sets the value of the prescriptionWithSecurityToken property.voidsetSignature(org.w3._2000._09.xmldsig.Signature value)Sets the value of the signature property.
-
-
-
Field Detail
-
prescriptionWithSecurityToken
protected PrescriptionWithSecurityToken prescriptionWithSecurityToken
-
signature
protected org.w3._2000._09.xmldsig.Signature signature
-
-
Method Detail
-
getPrescriptionWithSecurityToken
public PrescriptionWithSecurityToken getPrescriptionWithSecurityToken()
Gets the value of the prescriptionWithSecurityToken property.- Returns:
- possible object is
PrescriptionWithSecurityToken
-
setPrescriptionWithSecurityToken
public void setPrescriptionWithSecurityToken(PrescriptionWithSecurityToken value)
Sets the value of the prescriptionWithSecurityToken property.- Parameters:
value- allowed object isPrescriptionWithSecurityToken
-
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 isSignature
-
-