|
||||||||||
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="2022-09-22T05:58:15+02:00", comments="JAXB RI v2.2.11") 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()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |