|
||||||||||
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.v1.FindParagraphRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:32:57+02:00", comments="JAXB RI v2.2.6") public class FindParagraphRequest
Input structure for request on paragraphs for a CNK from reimbursment
Java class for FindParagraphRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindParagraphRequestType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType"> <sequence> <element name="AmppId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
FindParagraphRequest()
|
Method Summary | |
---|---|
long |
getAmppId()
Gets the value of the amppId property. |
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property. |
void |
setAmppId(long value)
Sets the value of the amppId property. |
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property. |
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 FindParagraphRequest()
Method Detail |
---|
public long getAmppId()
public void setAmppId(long value)
public org.joda.time.DateTime getStartDate()
String
public void setStartDate(org.joda.time.DateTime value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |