|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.rn.baselegaldata.v1.CivilStateInfoBaseType
@Generated(value="com.sun.tools.xjc.Driver",
date="2025-03-20T10:27:40+01:00",
comments="JAXB RI v2.3.6")
public class CivilStateInfoBaseType
Java class for CivilStateInfoBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CivilStateInfoBaseType">
<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="CivilStateDescription" type="{urn:be:fgov:ehealth:rn:commons:business:v1}LocalizedDescriptionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Partner" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}PartnerType" minOccurs="0"/>
<element name="Location" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}LocationType" minOccurs="0"/>
<element name="Judgment" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}JudgmentType" minOccurs="0"/>
<element name="Transcription" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}TranscriptionType" minOccurs="0"/>
<element name="InceptionDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CivilStateInfoBaseType()
|
|
| Method Summary | |
|---|---|
Integer |
getCivilStateCode()
Gets the value of the civilStateCode property. |
List<LocalizedDescriptionType> |
getCivilStateDescriptions()
Gets the value of the civilStateDescriptions property. |
org.joda.time.DateTime |
getInceptionDate()
Gets the value of the inceptionDate property. |
JudgmentType |
getJudgment()
Gets the value of the judgment property. |
LocationType |
getLocation()
Gets the value of the location property. |
PartnerType |
getPartner()
Gets the value of the partner property. |
TranscriptionType |
getTranscription()
Gets the value of the transcription property. |
void |
setCivilStateCode(Integer value)
Sets the value of the civilStateCode property. |
void |
setInceptionDate(org.joda.time.DateTime value)
Sets the value of the inceptionDate property. |
void |
setJudgment(JudgmentType value)
Sets the value of the judgment property. |
void |
setLocation(LocationType value)
Sets the value of the location property. |
void |
setPartner(PartnerType value)
Sets the value of the partner property. |
void |
setTranscription(TranscriptionType value)
Sets the value of the transcription property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CivilStateInfoBaseType()
| Method Detail |
|---|
public Integer getCivilStateCode()
Integerpublic void setCivilStateCode(Integer value)
value - allowed object is
Integerpublic List<LocalizedDescriptionType> getCivilStateDescriptions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the civilStateDescriptions property.
For example, to add a new item, do as follows:
getCivilStateDescriptions().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedDescriptionType
public PartnerType getPartner()
PartnerTypepublic void setPartner(PartnerType value)
value - allowed object is
PartnerTypepublic LocationType getLocation()
LocationTypepublic void setLocation(LocationType value)
value - allowed object is
LocationTypepublic JudgmentType getJudgment()
JudgmentTypepublic void setJudgment(JudgmentType value)
value - allowed object is
JudgmentTypepublic TranscriptionType getTranscription()
TranscriptionTypepublic void setTranscription(TranscriptionType value)
value - allowed object is
TranscriptionTypepublic org.joda.time.DateTime getInceptionDate()
Stringpublic void setInceptionDate(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 | |||||||||