|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.recipe.services.CreatePrescriptionUnsealed
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:29:02+02:00", comments="JAXB RI v2.2.6") public class CreatePrescriptionUnsealed
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>
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 |
---|
public CreatePrescriptionUnsealed()
Method Detail |
---|
public CreatePrescriptionParam getCreatePrescriptionParam()
CreatePrescriptionParam
public void setCreatePrescriptionParam(CreatePrescriptionParam value)
value
- allowed object is
CreatePrescriptionParam
public String getDocumentId()
String
public void setDocumentId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |