be.recipe.services
Class CreatePrescriptionUnsealed

java.lang.Object
  extended by be.recipe.services.CreatePrescriptionUnsealed
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-07-06T09:29:02+02:00",
           comments="JAXB RI v2.2.6")
public class CreatePrescriptionUnsealed
extends Object
implements Serializable

Java class for createPrescriptionUnsealed complex type.

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

 <complexType name="createPrescriptionUnsealed">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CreatePrescriptionParam" type="{http://services.recipe.be}createPrescriptionParam" minOccurs="0"/>
         <element name="DocumentId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
CreatePrescriptionUnsealed()
           
 
Method Summary
 CreatePrescriptionParam getCreatePrescriptionParam()
          Gets the value of the createPrescriptionParam property.
 String getDocumentId()
          Gets the value of the documentId property.
 void setCreatePrescriptionParam(CreatePrescriptionParam value)
          Sets the value of the createPrescriptionParam property.
 void setDocumentId(String value)
          Sets the value of the documentId property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatePrescriptionUnsealed

public CreatePrescriptionUnsealed()
Method Detail

getCreatePrescriptionParam

public CreatePrescriptionParam getCreatePrescriptionParam()
Gets the value of the createPrescriptionParam property.

Returns:
possible object is CreatePrescriptionParam

setCreatePrescriptionParam

public void setCreatePrescriptionParam(CreatePrescriptionParam value)
Sets the value of the createPrescriptionParam property.

Parameters:
value - allowed object is CreatePrescriptionParam

getDocumentId

public String getDocumentId()
Gets the value of the documentId property.

Returns:
possible object is String

setDocumentId

public void setDocumentId(String value)
Sets the value of the documentId property.

Parameters:
value - allowed object is String



Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.