|
||||||||||
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.StatusResponseType
be.fgov.ehealth.rn.personservice.protocol.v1.SearchPersonBySsinResponse
@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:58:15+02:00", comments="JAXB RI v2.2.11") public class SearchPersonBySsinResponse
SearchPersonBySsin response type
Java class for SearchPersonBySsinResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchPersonBySsinResponseType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType"> <sequence> <element name="Ssin" type="{urn:be:fgov:ehealth:rn:commons:business:v1}SsinWithCanceledAndReplacesStatusType" minOccurs="0"/> <element name="Result" type="{urn:be:fgov:ehealth:rn:personservice:core:v1}PersonResponseResultType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
SearchPersonBySsinResponse()
|
Method Summary | |
---|---|
PersonResponseResultType |
getResult()
Gets the value of the result property. |
SsinWithCanceledAndReplacesStatusType |
getSsin()
Gets the value of the ssin property. |
void |
setResult(PersonResponseResultType value)
Sets the value of the result property. |
void |
setSsin(SsinWithCanceledAndReplacesStatusType value)
Sets the value of the ssin property. |
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.StatusResponseType |
---|
getStatus, setStatus |
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 SearchPersonBySsinResponse()
Method Detail |
---|
public SsinWithCanceledAndReplacesStatusType getSsin()
SsinWithCanceledAndReplacesStatusType
public void setSsin(SsinWithCanceledAndReplacesStatusType value)
value
- allowed object is
SsinWithCanceledAndReplacesStatusType
public PersonResponseResultType getResult()
PersonResponseResultType
public void setResult(PersonResponseResultType value)
value
- allowed object is
PersonResponseResultType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |