|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.commons.protocol.v2.ResponseType
be.fgov.ehealth.samcivics.schemas.v2.FindParagraphResponse
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-03-19T04:16:40+01:00",
comments="JAXB RI v2.2.11")
public class FindParagraphResponseResponse structure returning for request on paragraphs for a CNK
Java class for FindParagraphResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindParagraphResponseType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}ResponseType">
<sequence>
<element name="AmppId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="FindParagraph" type="{urn:be:fgov:ehealth:samcivics:type:v2}FindParagraphType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
FindParagraphResponse()
|
|
| Method Summary | |
|---|---|
long |
getAmppId()
Gets the value of the amppId property. |
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property. |
List<FindParagraphType> |
getFindParagraphs()
Gets the value of the findParagraphs 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 |
setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate 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.ResponseType |
|---|
getId, getInResponseTo, getIssueInstant, setId, setInResponseTo, setIssueInstant |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindParagraphResponse()
| 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
Stringpublic org.joda.time.DateTime getEndDate()
Stringpublic void setEndDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic List<FindParagraphType> getFindParagraphs()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the findParagraphs property.
For example, to add a new item, do as follows:
getFindParagraphs().add(newItem);
Objects of the following type(s) are allowed in the list
FindParagraphType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||