|
||||||||||
| 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.samcivics.schemas.v2.FindParagraphRequest
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-09-11T04:24:02+02:00",
comments="JAXB RI v2.3.6")
public class FindParagraphRequestInput 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()
Stringpublic 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 | |||||||||