|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.rn.cbsspersonlegaldata.v1.CbssPersonRequestType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:58:15+02:00", comments="JAXB RI v2.2.11") public class CbssPersonRequestType
Type containing the data necessary to create a new person or update person data
Java class for CbssPersonRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CbssPersonRequestType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Name" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}NameInfoDeclarationType" minOccurs="0"/> <element name="Nationalities" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}NationalitiesDeclarationType" minOccurs="0"/> <element name="Birth" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}BirthInfoDeclarationType" minOccurs="0"/> <element name="Decease" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}DeceaseInfoDeclarationType" minOccurs="0"/> <element name="Gender" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}GenderInfoDeclarationType" minOccurs="0"/> <element name="CivilStates" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}CivilStatesDeclarationType" minOccurs="0"/> <element name="Address" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}AddressDeclarationType" minOccurs="0"/> <element name="ContactAddress" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}ContactAddressDeclarationType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
CbssPersonRequestType()
|
Method Summary | |
---|---|
AddressDeclarationType |
getAddress()
Gets the value of the address property. |
BirthInfoDeclarationType |
getBirth()
Gets the value of the birth property. |
CivilStatesDeclarationType |
getCivilStates()
Gets the value of the civilStates property. |
ContactAddressDeclarationType |
getContactAddress()
Gets the value of the contactAddress property. |
DeceaseInfoDeclarationType |
getDecease()
Gets the value of the decease property. |
GenderInfoDeclarationType |
getGender()
Gets the value of the gender property. |
NameInfoDeclarationType |
getName()
Gets the value of the name property. |
NationalitiesDeclarationType |
getNationalities()
Gets the value of the nationalities property. |
void |
setAddress(AddressDeclarationType value)
Sets the value of the address property. |
void |
setBirth(BirthInfoDeclarationType value)
Sets the value of the birth property. |
void |
setCivilStates(CivilStatesDeclarationType value)
Sets the value of the civilStates property. |
void |
setContactAddress(ContactAddressDeclarationType value)
Sets the value of the contactAddress property. |
void |
setDecease(DeceaseInfoDeclarationType value)
Sets the value of the decease property. |
void |
setGender(GenderInfoDeclarationType value)
Sets the value of the gender property. |
void |
setName(NameInfoDeclarationType value)
Sets the value of the name property. |
void |
setNationalities(NationalitiesDeclarationType value)
Sets the value of the nationalities property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CbssPersonRequestType()
Method Detail |
---|
public NameInfoDeclarationType getName()
NameInfoDeclarationType
public void setName(NameInfoDeclarationType value)
value
- allowed object is
NameInfoDeclarationType
public NationalitiesDeclarationType getNationalities()
NationalitiesDeclarationType
public void setNationalities(NationalitiesDeclarationType value)
value
- allowed object is
NationalitiesDeclarationType
public BirthInfoDeclarationType getBirth()
BirthInfoDeclarationType
public void setBirth(BirthInfoDeclarationType value)
value
- allowed object is
BirthInfoDeclarationType
public DeceaseInfoDeclarationType getDecease()
DeceaseInfoDeclarationType
public void setDecease(DeceaseInfoDeclarationType value)
value
- allowed object is
DeceaseInfoDeclarationType
public GenderInfoDeclarationType getGender()
GenderInfoDeclarationType
public void setGender(GenderInfoDeclarationType value)
value
- allowed object is
GenderInfoDeclarationType
public CivilStatesDeclarationType getCivilStates()
CivilStatesDeclarationType
public void setCivilStates(CivilStatesDeclarationType value)
value
- allowed object is
CivilStatesDeclarationType
public AddressDeclarationType getAddress()
AddressDeclarationType
public void setAddress(AddressDeclarationType value)
value
- allowed object is
AddressDeclarationType
public ContactAddressDeclarationType getContactAddress()
ContactAddressDeclarationType
public void setContactAddress(ContactAddressDeclarationType value)
value
- allowed object is
ContactAddressDeclarationType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |