|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.consultrn.commons.core.v3.CivilStateRequestType
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-04-01T01:46:11+02:00",
comments="JAXB RI v2.2.11")
public class CivilStateRequestTypeinformation about the civilstate of a person (include information about the partner)
Java class for CivilStateRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CivilStateRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CivilStateCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="PartnerSsin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Location" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}WhereRequestType" minOccurs="0"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CivilStateRequestType()
|
|
| Method Summary | |
|---|---|
String |
getCivilStateCode()
Gets the value of the civilStateCode property. |
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property. |
WhereRequestType |
getLocation()
Gets the value of the location property. |
String |
getPartnerSsin()
Gets the value of the partnerSsin property. |
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property. |
void |
setCivilStateCode(String value)
Sets the value of the civilStateCode property. |
void |
setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate property. |
void |
setLocation(WhereRequestType value)
Sets the value of the location property. |
void |
setPartnerSsin(String value)
Sets the value of the partnerSsin property. |
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CivilStateRequestType()
| Method Detail |
|---|
public String getCivilStateCode()
Stringpublic void setCivilStateCode(String value)
value - allowed object is
Stringpublic String getPartnerSsin()
Stringpublic void setPartnerSsin(String value)
value - allowed object is
Stringpublic WhereRequestType getLocation()
WhereRequestTypepublic void setLocation(WhereRequestType value)
value - allowed object is
WhereRequestTypepublic org.joda.time.DateTime getStartDate()
Stringpublic void setStartDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getEndDate()
Stringpublic void setEndDate(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 | |||||||||