|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons.protocol.v2.RequestType
be.fgov.ehealth.dics.protocol.v5.DicsRequestType
be.fgov.ehealth.dics.protocol.v5.FindAmppRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:55:13+02:00", comments="JAXB RI v2.2.11") public class FindAmppRequest
Java class for FindAmppRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindAmppRequestType"> <complexContent> <extension base="{urn:be:fgov:ehealth:dics:protocol:v5}DicsRequestType"> <sequence> <element name="FindByPackage" type="{urn:be:fgov:ehealth:dics:protocol:v5}FindByPackageType" minOccurs="0"/> <element name="FindByDmpp" type="{urn:be:fgov:ehealth:dics:protocol:v5}FindByDmppType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
FindAmppRequest()
|
Method Summary | |
---|---|
FindByDmppType |
getFindByDmpp()
Gets the value of the findByDmpp property. |
FindByPackageType |
getFindByPackage()
Gets the value of the findByPackage property. |
void |
setFindByDmpp(FindByDmppType value)
Sets the value of the findByDmpp property. |
void |
setFindByPackage(FindByPackageType value)
Sets the value of the findByPackage property. |
Methods inherited from class be.fgov.ehealth.dics.protocol.v5.DicsRequestType |
---|
getSearchDate, setSearchDate |
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.RequestType |
---|
getId, getIssueInstant, setId, setIssueInstant |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FindAmppRequest()
Method Detail |
---|
public FindByPackageType getFindByPackage()
FindByPackageType
public void setFindByPackage(FindByPackageType value)
value
- allowed object is
FindByPackageType
public FindByDmppType getFindByDmpp()
FindByDmppType
public void setFindByDmpp(FindByDmppType value)
value
- allowed object is
FindByDmppType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |