be.fgov.ehealth.rn.baselegaldata.v1
Class CivilStateInfoDeclarationType

java.lang.Object
  extended by be.fgov.ehealth.rn.baselegaldata.v1.CivilStateInfoDeclarationType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2022-09-22T05:58:15+02:00",
           comments="JAXB RI v2.2.11")
public class CivilStateInfoDeclarationType
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

CivilStateInfoDeclarationType

public CivilStateInfoDeclarationType()
Method Detail

getCivilStateCode

public Integer getCivilStateCode()
Gets the value of the civilStateCode property.

Returns:
possible object is Integer

setCivilStateCode

public void setCivilStateCode(Integer value)
Sets the value of the civilStateCode property.

Parameters:
value - allowed object is Integer

getPartnerSsin

public String getPartnerSsin()
Gets the value of the partnerSsin property.

Returns:
possible object is String

setPartnerSsin

public void setPartnerSsin(String value)
Sets the value of the partnerSsin property.

Parameters:
value - allowed object is String

getLocation

public LocationDeclarationType getLocation()
Gets the value of the location property.

Returns:
possible object is LocationDeclarationType

setLocation

public void setLocation(LocationDeclarationType value)
Sets the value of the location property.

Parameters:
value - allowed object is LocationDeclarationType

getInceptionDate

public org.joda.time.DateTime getInceptionDate()
Gets the value of the inceptionDate property.

Returns:
possible object is String

setInceptionDate

public void setInceptionDate(org.joda.time.DateTime value)
Sets the value of the inceptionDate property.

Parameters:
value - allowed object is String

getExpiryDate

public org.joda.time.DateTime getExpiryDate()
Gets the value of the expiryDate property.

Returns:
possible object is String

setExpiryDate

public void setExpiryDate(org.joda.time.DateTime value)
Sets the value of the expiryDate property.

Parameters:
value - allowed object is String



Connector Packaging PERSNURSE 3.23.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.