@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:32:03+02:00", comments="JAXB RI v2.3.7") public class CivilStateInfoBaseType extends Object implements Serializable
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 and Description |
---|
CivilStateInfoBaseType() |
Modifier and Type | Method and Description |
---|---|
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.
|
public Integer getCivilStateCode()
Integer
public void setCivilStateCode(Integer value)
value
- allowed object is
Integer
public 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()
PartnerType
public void setPartner(PartnerType value)
value
- allowed object is
PartnerType
public LocationType getLocation()
LocationType
public void setLocation(LocationType value)
value
- allowed object is
LocationType
public JudgmentType getJudgment()
JudgmentType
public void setJudgment(JudgmentType value)
value
- allowed object is
JudgmentType
public TranscriptionType getTranscription()
TranscriptionType
public void setTranscription(TranscriptionType value)
value
- allowed object is
TranscriptionType
public org.joda.time.DateTime getInceptionDate()
String
public void setInceptionDate(org.joda.time.DateTime value)
value
- allowed object is
String
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.