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="GeburtPartner1" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintragKurz" minOccurs="0"/>
* <element name="GeburtPartner2" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintragKurz" minOccurs="0"/>
* <element name="StAngPartner1" type="{http://www.fh-giessen.de/epr/latinchars}String.Latin" minOccurs="0"/>
* <element name="StAngPartner2" type="{http://www.fh-giessen.de/epr/latinchars}String.Latin" minOccurs="0"/>
* <element name="BestimmungPartnerschaftsname" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TBestimmungName" minOccurs="0"/>
* <element name="NeueEhePartner1" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintrag" minOccurs="0"/>
* <element name="NeueEhePartner2" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintrag" minOccurs="0"/>
* <element name="NeueLPPartner1" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintrag" minOccurs="0"/>
* <element name="NeueLPPartner2" 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="TodPartner1" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintragKurz" minOccurs="0"/>
* <element name="TodesErklPartner1" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TGerichtsbeschlussKurz" minOccurs="0"/>
* <element name="TodesFestPartner1" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TGerichtsbeschlussKurz" minOccurs="0"/>
* <element name="AufhTodesErklPartner1" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TGerichtsbeschlussKurz" minOccurs="0"/>
* <element name="TodPartner2" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintragKurz" minOccurs="0"/>
* <element name="TodesErklPartner2" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TGerichtsbeschlussKurz" minOccurs="0"/>
* <element name="TodesFestPartner2" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TGerichtsbeschlussKurz" minOccurs="0"/>
* <element name="AufhTodesErklPartner2" 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",
"geburtPartner1",
"geburtPartner2",
"stAngPartner1",
"stAngPartner2",
"bestimmungPartnerschaftsname",
"neueEhePartner1",
"neueEhePartner2",
"neueLPPartner1",
"neueLPPartner2",
"aufloesungUrteil",
"aufloesungBehoerde",
"todPartner1",
"todesErklPartner1",
"todesFestPartner1",
"aufhTodesErklPartner1",
"todPartner2",
"todesErklPartner2",
"todesFestPartner2",
"aufhTodesErklPartner2",
"aenderungsInfo"
})
@XmlRootElement(name = "LHinweise")
public class LHinweise {
@XmlElement(name = "HinweisAnlass")
protected String hinweisAnlass;
@XmlElement(name = "GeburtPartner1")
protected TEintragKurz geburtPartner1;
@XmlElement(name = "GeburtPartner2")
protected TEintragKurz geburtPartner2;
@XmlElement(name = "StAngPartner1")
protected String stAngPartner1;
@XmlElement(name = "StAngPartner2")
protected String stAngPartner2;
@XmlElement(name = "BestimmungPartnerschaftsname")
protected TBestimmungName bestimmungPartnerschaftsname;
@XmlElement(name = "NeueEhePartner1")
protected TEintrag neueEhePartner1;
@XmlElement(name = "NeueEhePartner2")
protected TEintrag neueEhePartner2;
@XmlElement(name = "NeueLPPartner1")
protected TEintrag neueLPPartner1;
@XmlElement(name = "NeueLPPartner2")
protected TEintrag neueLPPartner2;
@XmlElement(name = "AufloesungUrteil")
protected TGerichtsbeschlussKurz aufloesungUrteil;
@XmlElement(name = "AufloesungBehoerde")
protected TEintragKurz aufloesungBehoerde;
@XmlElement(name = "TodPartner1")
protected TEintragKurz todPartner1;
@XmlElement(name = "TodesErklPartner1")
protected TGerichtsbeschlussKurz todesErklPartner1;
@XmlElement(name = "TodesFestPartner1")
protected TGerichtsbeschlussKurz todesFestPartner1;
@XmlElement(name = "AufhTodesErklPartner1")
protected TGerichtsbeschlussKurz aufhTodesErklPartner1;
@XmlElement(name = "TodPartner2")
protected TEintragKurz todPartner2;
@XmlElement(name = "TodesErklPartner2")
protected TGerichtsbeschlussKurz todesErklPartner2;
@XmlElement(name = "TodesFestPartner2")
protected TGerichtsbeschlussKurz todesFestPartner2;
@XmlElement(name = "AufhTodesErklPartner2")
protected TGerichtsbeschlussKurz aufhTodesErklPartner2;
@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 geburtPartner1 property.
*
* @return
* possible object is
* {@link TEintragKurz }
*
*/
public TEintragKurz getGeburtPartner1() {
return geburtPartner1;
}
/**
* Sets the value of the geburtPartner1 property.
*
* @param value
* allowed object is
* {@link TEintragKurz }
*
*/
public void setGeburtPartner1(TEintragKurz value) {
this.geburtPartner1 = value;
}
/**
* Gets the value of the geburtPartner2 property.
*
* @return
* possible object is
* {@link TEintragKurz }
*
*/
public TEintragKurz getGeburtPartner2() {
return geburtPartner2;
}
/**
* Sets the value of the geburtPartner2 property.
*
* @param value
* allowed object is
* {@link TEintragKurz }
*
*/
public void setGeburtPartner2(TEintragKurz value) {
this.geburtPartner2 = value;
}
/**
* Gets the value of the stAngPartner1 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getStAngPartner1() {
return stAngPartner1;
}
/**
* Sets the value of the stAngPartner1 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setStAngPartner1(String value) {
this.stAngPartner1 = value;
}
/**
* Gets the value of the stAngPartner2 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getStAngPartner2() {
return stAngPartner2;
}
/**
* Sets the value of the stAngPartner2 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setStAngPartner2(String value) {
this.stAngPartner2 = value;
}
/**
* Gets the value of the bestimmungPartnerschaftsname property.
*
* @return
* possible object is
* {@link TBestimmungName }
*
*/
public TBestimmungName getBestimmungPartnerschaftsname() {
return bestimmungPartnerschaftsname;
}
/**
* Sets the value of the bestimmungPartnerschaftsname property.
*
* @param value
* allowed object is
* {@link TBestimmungName }
*
*/
public void setBestimmungPartnerschaftsname(TBestimmungName value) {
this.bestimmungPartnerschaftsname = value;
}
/**
* Gets the value of the neueEhePartner1 property.
*
* @return
* possible object is
* {@link TEintrag }
*
*/
public TEintrag getNeueEhePartner1() {
return neueEhePartner1;
}
/**
* Sets the value of the neueEhePartner1 property.
*
* @param value
* allowed object is
* {@link TEintrag }
*
*/
public void setNeueEhePartner1(TEintrag value) {
this.neueEhePartner1 = value;
}
/**
* Gets the value of the neueEhePartner2 property.
*
* @return
* possible object is
* {@link TEintrag }
*
*/
public TEintrag getNeueEhePartner2() {
return neueEhePartner2;
}
/**
* Sets the value of the neueEhePartner2 property.
*
* @param value
* allowed object is
* {@link TEintrag }
*
*/
public void setNeueEhePartner2(TEintrag value) {
this.neueEhePartner2 = value;
}
/**
* Gets the value of the neueLPPartner1 property.
*
* @return
* possible object is
* {@link TEintrag }
*
*/
public TEintrag getNeueLPPartner1() {
return neueLPPartner1;
}
/**
* Sets the value of the neueLPPartner1 property.
*
* @param value
* allowed object is
* {@link TEintrag }
*
*/
public void setNeueLPPartner1(TEintrag value) {
this.neueLPPartner1 = value;
}
/**
* Gets the value of the neueLPPartner2 property.
*
* @return
* possible object is
* {@link TEintrag }
*
*/
public TEintrag getNeueLPPartner2() {
return neueLPPartner2;
}
/**
* Sets the value of the neueLPPartner2 property.
*
* @param value
* allowed object is
* {@link TEintrag }
*
*/
public void setNeueLPPartner2(TEintrag value) {
this.neueLPPartner2 = 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 todPartner1 property.
*
* @return
* possible object is
* {@link TEintragKurz }
*
*/
public TEintragKurz getTodPartner1() {
return todPartner1;
}
/**
* Sets the value of the todPartner1 property.
*
* @param value
* allowed object is
* {@link TEintragKurz }
*
*/
public void setTodPartner1(TEintragKurz value) {
this.todPartner1 = value;
}
/**
* Gets the value of the todesErklPartner1 property.
*
* @return
* possible object is
* {@link TGerichtsbeschlussKurz }
*
*/
public TGerichtsbeschlussKurz getTodesErklPartner1() {
return todesErklPartner1;
}
/**
* Sets the value of the todesErklPartner1 property.
*
* @param value
* allowed object is
* {@link TGerichtsbeschlussKurz }
*
*/
public void setTodesErklPartner1(TGerichtsbeschlussKurz value) {
this.todesErklPartner1 = value;
}
/**
* Gets the value of the todesFestPartner1 property.
*
* @return
* possible object is
* {@link TGerichtsbeschlussKurz }
*
*/
public TGerichtsbeschlussKurz getTodesFestPartner1() {
return todesFestPartner1;
}
/**
* Sets the value of the todesFestPartner1 property.
*
* @param value
* allowed object is
* {@link TGerichtsbeschlussKurz }
*
*/
public void setTodesFestPartner1(TGerichtsbeschlussKurz value) {
this.todesFestPartner1 = value;
}
/**
* Gets the value of the aufhTodesErklPartner1 property.
*
* @return
* possible object is
* {@link TGerichtsbeschlussKurz }
*
*/
public TGerichtsbeschlussKurz getAufhTodesErklPartner1() {
return aufhTodesErklPartner1;
}
/**
* Sets the value of the aufhTodesErklPartner1 property.
*
* @param value
* allowed object is
* {@link TGerichtsbeschlussKurz }
*
*/
public void setAufhTodesErklPartner1(TGerichtsbeschlussKurz value) {
this.aufhTodesErklPartner1 = value;
}
/**
* Gets the value of the todPartner2 property.
*
* @return
* possible object is
* {@link TEintragKurz }
*
*/
public TEintragKurz getTodPartner2() {
return todPartner2;
}
/**
* Sets the value of the todPartner2 property.
*
* @param value
* allowed object is
* {@link TEintragKurz }
*
*/
public void setTodPartner2(TEintragKurz value) {
this.todPartner2 = value;
}
/**
* Gets the value of the todesErklPartner2 property.
*
* @return
* possible object is
* {@link TGerichtsbeschlussKurz }
*
*/
public TGerichtsbeschlussKurz getTodesErklPartner2() {
return todesErklPartner2;
}
/**
* Sets the value of the todesErklPartner2 property.
*
* @param value
* allowed object is
* {@link TGerichtsbeschlussKurz }
*
*/
public void setTodesErklPartner2(TGerichtsbeschlussKurz value) {
this.todesErklPartner2 = value;
}
/**
* Gets the value of the todesFestPartner2 property.
*
* @return
* possible object is
* {@link TGerichtsbeschlussKurz }
*
*/
public TGerichtsbeschlussKurz getTodesFestPartner2() {
return todesFestPartner2;
}
/**
* Sets the value of the todesFestPartner2 property.
*
* @param value
* allowed object is
* {@link TGerichtsbeschlussKurz }
*
*/
public void setTodesFestPartner2(TGerichtsbeschlussKurz value) {
this.todesFestPartner2 = value;
}
/**
* Gets the value of the aufhTodesErklPartner2 property.
*
* @return
* possible object is
* {@link TGerichtsbeschlussKurz }
*
*/
public TGerichtsbeschlussKurz getAufhTodesErklPartner2() {
return aufhTodesErklPartner2;
}
/**
* Sets the value of the aufhTodesErklPartner2 property.
*
* @param value
* allowed object is
* {@link TGerichtsbeschlussKurz }
*
*/
public void setAufhTodesErklPartner2(TGerichtsbeschlussKurz value) {
this.aufhTodesErklPartner2 = 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;
}
}