|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.commons.protocol.v1.RequestType
be.fgov.ehealth.recipe.protocol.v1.CreatePrescriptionRequest
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-07-06T09:29:02+02:00",
comments="JAXB RI v2.2.6")
public class CreatePrescriptionRequest
Java class for CreatePrescriptionRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreatePrescriptionRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v1}RequestType">
<sequence>
<element name="SecuredCreatePrescriptionRequest" type="{urn:be:fgov:ehealth:recipe:core:v1}SecuredContentType"/>
<element name="AdministrativeInformation" type="{urn:be:fgov:ehealth:recipe:core:v1}CreatePrescriptionAdministrativeInformationType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CreatePrescriptionRequest()
|
|
| Method Summary | |
|---|---|
CreatePrescriptionAdministrativeInformationType |
getAdministrativeInformation()
Gets the value of the administrativeInformation property. |
SecuredContentType |
getSecuredCreatePrescriptionRequest()
Gets the value of the securedCreatePrescriptionRequest property. |
void |
setAdministrativeInformation(CreatePrescriptionAdministrativeInformationType value)
Sets the value of the administrativeInformation property. |
void |
setSecuredCreatePrescriptionRequest(SecuredContentType value)
Sets the value of the securedCreatePrescriptionRequest property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreatePrescriptionRequest()
| Method Detail |
|---|
public SecuredContentType getSecuredCreatePrescriptionRequest()
SecuredContentTypepublic void setSecuredCreatePrescriptionRequest(SecuredContentType value)
value - allowed object is
SecuredContentTypepublic CreatePrescriptionAdministrativeInformationType getAdministrativeInformation()
CreatePrescriptionAdministrativeInformationTypepublic void setAdministrativeInformation(CreatePrescriptionAdministrativeInformationType value)
value - allowed object is
CreatePrescriptionAdministrativeInformationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||