|
||||||||||
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="2022-09-22T05:58:15+02:00", comments="JAXB RI v2.2.11") public class CivilStateInfoDeclarationType
Type 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()
Integer
public void setCivilStateCode(Integer value)
value
- allowed object is
Integer
public String getPartnerSsin()
String
public void setPartnerSsin(String value)
value
- allowed object is
String
public LocationDeclarationType getLocation()
LocationDeclarationType
public void setLocation(LocationDeclarationType value)
value
- allowed object is
LocationDeclarationType
public org.joda.time.DateTime getInceptionDate()
String
public void setInceptionDate(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getExpiryDate()
String
public 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 |