|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.rn.cbsspersonservice.core.v1.RegisterPersonDeclarationType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:58:15+02:00", comments="JAXB RI v2.2.11") public class RegisterPersonDeclarationType
Type definiting the business information of the register person capability
Java class for RegisterPersonDeclarationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegisterPersonDeclarationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Person" type="{urn:be:fgov:ehealth:rn:cbsspersonlegaldata:v1}CbssPersonRequestType"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
RegisterPersonDeclarationType()
|
Method Summary | |
---|---|
CbssPersonRequestType |
getPerson()
Gets the value of the person property. |
void |
setPerson(CbssPersonRequestType value)
Sets the value of the person property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegisterPersonDeclarationType()
Method Detail |
---|
public CbssPersonRequestType getPerson()
CbssPersonRequestType
public void setPerson(CbssPersonRequestType value)
value
- allowed object is
CbssPersonRequestType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |