|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.commons._1_0.protocol.RequestType
be.fgov.ehealth.consultrn._1_0.protocol.ConsultRnRequestType
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-09-28T09:54:51+02:00",
comments="JAXB RI v2.2.11")
public class ConsultRnRequestTypeStandard structure of consultRN request
Java class for ConsultRnRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultRnRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:1_0:protocol}RequestType">
<sequence>
<element name="Organisation" type="{urn:be:fgov:ehealth:commons:1_0:core}IdentifierType" minOccurs="0"/>
<element name="ApplicationID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ConsultRnRequestType()
|
|
| Method Summary | |
|---|---|
String |
getApplicationID()
Gets the value of the applicationID property. |
IdentifierType |
getOrganisation()
Gets the value of the organisation property. |
void |
setApplicationID(String value)
Sets the value of the applicationID property. |
void |
setOrganisation(IdentifierType value)
Sets the value of the organisation property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsultRnRequestType()
| Method Detail |
|---|
public IdentifierType getOrganisation()
IdentifierTypepublic void setOrganisation(IdentifierType value)
value - allowed object is
IdentifierTypepublic String getApplicationID()
Stringpublic void setApplicationID(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||