|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.rn.baselegaldata.v1.CivilStateInfoDeclarationType
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-09-11T04:29:24+02:00",
comments="JAXB RI v2.3.6")
public class CivilStateInfoDeclarationTypeType describing the CivilStateInfo part of the person information to be provided by the customer
Java class for CivilStateInfoDeclarationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CivilStateInfoDeclarationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CivilStateCode" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}CivilstateCodeType" minOccurs="0"/>
<element name="PartnerSsin" type="{urn:be:fgov:ehealth:rn:commons:business:v1}SsinType" minOccurs="0"/>
<element name="Location" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}LocationDeclarationType" minOccurs="0"/>
<element name="InceptionDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="ExpiryDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CivilStateInfoDeclarationType()
|
|
| Method Summary | |
|---|---|
Integer |
getCivilStateCode()
Gets the value of the civilStateCode property. |
org.joda.time.DateTime |
getExpiryDate()
Gets the value of the expiryDate property. |
org.joda.time.DateTime |
getInceptionDate()
Gets the value of the inceptionDate property. |
LocationDeclarationType |
getLocation()
Gets the value of the location property. |
String |
getPartnerSsin()
Gets the value of the partnerSsin property. |
void |
setCivilStateCode(Integer value)
Sets the value of the civilStateCode property. |
void |
setExpiryDate(org.joda.time.DateTime value)
Sets the value of the expiryDate property. |
void |
setInceptionDate(org.joda.time.DateTime value)
Sets the value of the inceptionDate property. |
void |
setLocation(LocationDeclarationType value)
Sets the value of the location property. |
void |
setPartnerSsin(String value)
Sets the value of the partnerSsin property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CivilStateInfoDeclarationType()
| Method Detail |
|---|
public Integer getCivilStateCode()
Integerpublic void setCivilStateCode(Integer value)
value - allowed object is
Integerpublic String getPartnerSsin()
Stringpublic void setPartnerSsin(String value)
value - allowed object is
Stringpublic LocationDeclarationType getLocation()
LocationDeclarationTypepublic void setLocation(LocationDeclarationType value)
value - allowed object is
LocationDeclarationTypepublic org.joda.time.DateTime getInceptionDate()
Stringpublic void setInceptionDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getExpiryDate()
Stringpublic void setExpiryDate(org.joda.time.DateTime value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||