|
||||||||||
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.commons.protocol.v2.PaginationResponseType
@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T04:14:58+02:00", comments="JAXB RI v2.3.6") public class PaginationResponseType
eHealth SOA Response Type for Services that require a Pagination as input.
Java class for PaginationResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaginationResponseType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}ResponseType"> <attGroup ref="{urn:be:fgov:ehealth:commons:core:v2}PaginationAttributeGroup"/> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
PaginationResponseType()
|
Method Summary | |
---|---|
int |
getMaxElements()
Gets the value of the maxElements property. |
int |
getOffset()
Gets the value of the offset property. |
void |
setMaxElements(int value)
Sets the value of the maxElements property. |
void |
setOffset(int value)
Sets the value of the offset 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 PaginationResponseType()
Method Detail |
---|
public int getOffset()
public void setOffset(int value)
public int getMaxElements()
public void setMaxElements(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |