package de.fh_giessen.epr.inhalt.v1; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** *
Java class for anonymous complex type. * *
The following schema fragment specifies the expected content contained within this class. * *
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="HinweisAnlass" type="{http://www.fh-giessen.de/epr/latinchars}String.Latin" minOccurs="0"/>
* <element name="GeburtEhemann" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintragKurz" minOccurs="0"/>
* <element name="GeburtEhefrau" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintragKurz" minOccurs="0"/>
* <element name="StAngEhemann" type="{http://www.fh-giessen.de/epr/latinchars}String.Latin" minOccurs="0"/>
* <element name="StAngEhefrau" type="{http://www.fh-giessen.de/epr/latinchars}String.Latin" minOccurs="0"/>
* <element name="BestimmungEhename" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TBestimmungName" minOccurs="0"/>
* <element name="NeueEheEhemann" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintrag" minOccurs="0"/>
* <element name="NeueEheEhefrau" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintrag" minOccurs="0"/>
* <element name="NeueLPEhemann" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintrag" minOccurs="0"/>
* <element name="NeueLPEhefrau" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintrag" minOccurs="0"/>
* <element name="AufloesungUrteil" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TGerichtsbeschlussKurz" minOccurs="0"/>
* <element name="AufloesungBehoerde" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintragKurz" minOccurs="0"/>
* <element name="TodEhefrau" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintragKurz" minOccurs="0"/>
* <element name="TodesErklEhefrau" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TGerichtsbeschlussKurz" minOccurs="0"/>
* <element name="TodesFestEhefrau" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TGerichtsbeschlussKurz" minOccurs="0"/>
* <element name="AufhTodesErklEhefrau" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TGerichtsbeschlussKurz" minOccurs="0"/>
* <element name="TodEhemann" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintragKurz" minOccurs="0"/>
* <element name="TodesErklEhemann" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TGerichtsbeschlussKurz" minOccurs="0"/>
* <element name="TodesFestEhemann" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TGerichtsbeschlussKurz" minOccurs="0"/>
* <element name="AufhTodesErklEhemann" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TGerichtsbeschlussKurz" minOccurs="0"/>
* <element name="AenderungsInfo" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TAenderungsInfo" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"hinweisAnlass",
"geburtEhemann",
"geburtEhefrau",
"stAngEhemann",
"stAngEhefrau",
"bestimmungEhename",
"neueEheEhemann",
"neueEheEhefrau",
"neueLPEhemann",
"neueLPEhefrau",
"aufloesungUrteil",
"aufloesungBehoerde",
"todEhefrau",
"todesErklEhefrau",
"todesFestEhefrau",
"aufhTodesErklEhefrau",
"todEhemann",
"todesErklEhemann",
"todesFestEhemann",
"aufhTodesErklEhemann",
"aenderungsInfo"
})
@XmlRootElement(name = "EHinweise")
public class EHinweise {
@XmlElement(name = "HinweisAnlass")
protected String hinweisAnlass;
@XmlElement(name = "GeburtEhemann")
protected TEintragKurz geburtEhemann;
@XmlElement(name = "GeburtEhefrau")
protected TEintragKurz geburtEhefrau;
@XmlElement(name = "StAngEhemann")
protected String stAngEhemann;
@XmlElement(name = "StAngEhefrau")
protected String stAngEhefrau;
@XmlElement(name = "BestimmungEhename")
protected TBestimmungName bestimmungEhename;
@XmlElement(name = "NeueEheEhemann")
protected TEintrag neueEheEhemann;
@XmlElement(name = "NeueEheEhefrau")
protected TEintrag neueEheEhefrau;
@XmlElement(name = "NeueLPEhemann")
protected TEintrag neueLPEhemann;
@XmlElement(name = "NeueLPEhefrau")
protected TEintrag neueLPEhefrau;
@XmlElement(name = "AufloesungUrteil")
protected TGerichtsbeschlussKurz aufloesungUrteil;
@XmlElement(name = "AufloesungBehoerde")
protected TEintragKurz aufloesungBehoerde;
@XmlElement(name = "TodEhefrau")
protected TEintragKurz todEhefrau;
@XmlElement(name = "TodesErklEhefrau")
protected TGerichtsbeschlussKurz todesErklEhefrau;
@XmlElement(name = "TodesFestEhefrau")
protected TGerichtsbeschlussKurz todesFestEhefrau;
@XmlElement(name = "AufhTodesErklEhefrau")
protected TGerichtsbeschlussKurz aufhTodesErklEhefrau;
@XmlElement(name = "TodEhemann")
protected TEintragKurz todEhemann;
@XmlElement(name = "TodesErklEhemann")
protected TGerichtsbeschlussKurz todesErklEhemann;
@XmlElement(name = "TodesFestEhemann")
protected TGerichtsbeschlussKurz todesFestEhemann;
@XmlElement(name = "AufhTodesErklEhemann")
protected TGerichtsbeschlussKurz aufhTodesErklEhemann;
@XmlElement(name = "AenderungsInfo")
protected TAenderungsInfo aenderungsInfo;
/**
* Gets the value of the hinweisAnlass property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getHinweisAnlass() {
return hinweisAnlass;
}
/**
* Sets the value of the hinweisAnlass property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHinweisAnlass(String value) {
this.hinweisAnlass = value;
}
/**
* Gets the value of the geburtEhemann property.
*
* @return
* possible object is
* {@link TEintragKurz }
*
*/
public TEintragKurz getGeburtEhemann() {
return geburtEhemann;
}
/**
* Sets the value of the geburtEhemann property.
*
* @param value
* allowed object is
* {@link TEintragKurz }
*
*/
public void setGeburtEhemann(TEintragKurz value) {
this.geburtEhemann = value;
}
/**
* Gets the value of the geburtEhefrau property.
*
* @return
* possible object is
* {@link TEintragKurz }
*
*/
public TEintragKurz getGeburtEhefrau() {
return geburtEhefrau;
}
/**
* Sets the value of the geburtEhefrau property.
*
* @param value
* allowed object is
* {@link TEintragKurz }
*
*/
public void setGeburtEhefrau(TEintragKurz value) {
this.geburtEhefrau = value;
}
/**
* Gets the value of the stAngEhemann property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getStAngEhemann() {
return stAngEhemann;
}
/**
* Sets the value of the stAngEhemann property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setStAngEhemann(String value) {
this.stAngEhemann = value;
}
/**
* Gets the value of the stAngEhefrau property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getStAngEhefrau() {
return stAngEhefrau;
}
/**
* Sets the value of the stAngEhefrau property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setStAngEhefrau(String value) {
this.stAngEhefrau = value;
}
/**
* Gets the value of the bestimmungEhename property.
*
* @return
* possible object is
* {@link TBestimmungName }
*
*/
public TBestimmungName getBestimmungEhename() {
return bestimmungEhename;
}
/**
* Sets the value of the bestimmungEhename property.
*
* @param value
* allowed object is
* {@link TBestimmungName }
*
*/
public void setBestimmungEhename(TBestimmungName value) {
this.bestimmungEhename = value;
}
/**
* Gets the value of the neueEheEhemann property.
*
* @return
* possible object is
* {@link TEintrag }
*
*/
public TEintrag getNeueEheEhemann() {
return neueEheEhemann;
}
/**
* Sets the value of the neueEheEhemann property.
*
* @param value
* allowed object is
* {@link TEintrag }
*
*/
public void setNeueEheEhemann(TEintrag value) {
this.neueEheEhemann = value;
}
/**
* Gets the value of the neueEheEhefrau property.
*
* @return
* possible object is
* {@link TEintrag }
*
*/
public TEintrag getNeueEheEhefrau() {
return neueEheEhefrau;
}
/**
* Sets the value of the neueEheEhefrau property.
*
* @param value
* allowed object is
* {@link TEintrag }
*
*/
public void setNeueEheEhefrau(TEintrag value) {
this.neueEheEhefrau = value;
}
/**
* Gets the value of the neueLPEhemann property.
*
* @return
* possible object is
* {@link TEintrag }
*
*/
public TEintrag getNeueLPEhemann() {
return neueLPEhemann;
}
/**
* Sets the value of the neueLPEhemann property.
*
* @param value
* allowed object is
* {@link TEintrag }
*
*/
public void setNeueLPEhemann(TEintrag value) {
this.neueLPEhemann = value;
}
/**
* Gets the value of the neueLPEhefrau property.
*
* @return
* possible object is
* {@link TEintrag }
*
*/
public TEintrag getNeueLPEhefrau() {
return neueLPEhefrau;
}
/**
* Sets the value of the neueLPEhefrau property.
*
* @param value
* allowed object is
* {@link TEintrag }
*
*/
public void setNeueLPEhefrau(TEintrag value) {
this.neueLPEhefrau = value;
}
/**
* Gets the value of the aufloesungUrteil property.
*
* @return
* possible object is
* {@link TGerichtsbeschlussKurz }
*
*/
public TGerichtsbeschlussKurz getAufloesungUrteil() {
return aufloesungUrteil;
}
/**
* Sets the value of the aufloesungUrteil property.
*
* @param value
* allowed object is
* {@link TGerichtsbeschlussKurz }
*
*/
public void setAufloesungUrteil(TGerichtsbeschlussKurz value) {
this.aufloesungUrteil = value;
}
/**
* Gets the value of the aufloesungBehoerde property.
*
* @return
* possible object is
* {@link TEintragKurz }
*
*/
public TEintragKurz getAufloesungBehoerde() {
return aufloesungBehoerde;
}
/**
* Sets the value of the aufloesungBehoerde property.
*
* @param value
* allowed object is
* {@link TEintragKurz }
*
*/
public void setAufloesungBehoerde(TEintragKurz value) {
this.aufloesungBehoerde = value;
}
/**
* Gets the value of the todEhefrau property.
*
* @return
* possible object is
* {@link TEintragKurz }
*
*/
public TEintragKurz getTodEhefrau() {
return todEhefrau;
}
/**
* Sets the value of the todEhefrau property.
*
* @param value
* allowed object is
* {@link TEintragKurz }
*
*/
public void setTodEhefrau(TEintragKurz value) {
this.todEhefrau = value;
}
/**
* Gets the value of the todesErklEhefrau property.
*
* @return
* possible object is
* {@link TGerichtsbeschlussKurz }
*
*/
public TGerichtsbeschlussKurz getTodesErklEhefrau() {
return todesErklEhefrau;
}
/**
* Sets the value of the todesErklEhefrau property.
*
* @param value
* allowed object is
* {@link TGerichtsbeschlussKurz }
*
*/
public void setTodesErklEhefrau(TGerichtsbeschlussKurz value) {
this.todesErklEhefrau = value;
}
/**
* Gets the value of the todesFestEhefrau property.
*
* @return
* possible object is
* {@link TGerichtsbeschlussKurz }
*
*/
public TGerichtsbeschlussKurz getTodesFestEhefrau() {
return todesFestEhefrau;
}
/**
* Sets the value of the todesFestEhefrau property.
*
* @param value
* allowed object is
* {@link TGerichtsbeschlussKurz }
*
*/
public void setTodesFestEhefrau(TGerichtsbeschlussKurz value) {
this.todesFestEhefrau = value;
}
/**
* Gets the value of the aufhTodesErklEhefrau property.
*
* @return
* possible object is
* {@link TGerichtsbeschlussKurz }
*
*/
public TGerichtsbeschlussKurz getAufhTodesErklEhefrau() {
return aufhTodesErklEhefrau;
}
/**
* Sets the value of the aufhTodesErklEhefrau property.
*
* @param value
* allowed object is
* {@link TGerichtsbeschlussKurz }
*
*/
public void setAufhTodesErklEhefrau(TGerichtsbeschlussKurz value) {
this.aufhTodesErklEhefrau = value;
}
/**
* Gets the value of the todEhemann property.
*
* @return
* possible object is
* {@link TEintragKurz }
*
*/
public TEintragKurz getTodEhemann() {
return todEhemann;
}
/**
* Sets the value of the todEhemann property.
*
* @param value
* allowed object is
* {@link TEintragKurz }
*
*/
public void setTodEhemann(TEintragKurz value) {
this.todEhemann = value;
}
/**
* Gets the value of the todesErklEhemann property.
*
* @return
* possible object is
* {@link TGerichtsbeschlussKurz }
*
*/
public TGerichtsbeschlussKurz getTodesErklEhemann() {
return todesErklEhemann;
}
/**
* Sets the value of the todesErklEhemann property.
*
* @param value
* allowed object is
* {@link TGerichtsbeschlussKurz }
*
*/
public void setTodesErklEhemann(TGerichtsbeschlussKurz value) {
this.todesErklEhemann = value;
}
/**
* Gets the value of the todesFestEhemann property.
*
* @return
* possible object is
* {@link TGerichtsbeschlussKurz }
*
*/
public TGerichtsbeschlussKurz getTodesFestEhemann() {
return todesFestEhemann;
}
/**
* Sets the value of the todesFestEhemann property.
*
* @param value
* allowed object is
* {@link TGerichtsbeschlussKurz }
*
*/
public void setTodesFestEhemann(TGerichtsbeschlussKurz value) {
this.todesFestEhemann = value;
}
/**
* Gets the value of the aufhTodesErklEhemann property.
*
* @return
* possible object is
* {@link TGerichtsbeschlussKurz }
*
*/
public TGerichtsbeschlussKurz getAufhTodesErklEhemann() {
return aufhTodesErklEhemann;
}
/**
* Sets the value of the aufhTodesErklEhemann property.
*
* @param value
* allowed object is
* {@link TGerichtsbeschlussKurz }
*
*/
public void setAufhTodesErklEhemann(TGerichtsbeschlussKurz value) {
this.aufhTodesErklEhemann = value;
}
/**
* Gets the value of the aenderungsInfo property.
*
* @return
* possible object is
* {@link TAenderungsInfo }
*
*/
public TAenderungsInfo getAenderungsInfo() {
return aenderungsInfo;
}
/**
* Sets the value of the aenderungsInfo property.
*
* @param value
* allowed object is
* {@link TAenderungsInfo }
*
*/
public void setAenderungsInfo(TAenderungsInfo value) {
this.aenderungsInfo = value;
}
}