package de.fh_giessen.epr.inhalt.v1; import java.util.ArrayList; import java.util.List; 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.XmlSchemaType; 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="RechtNamensfuehrung" type="{http://www.fh-giessen.de/epr/latinchars}String.Latin" minOccurs="0"/>
 *         <element name="StAngMutter" type="{http://www.fh-giessen.de/epr/latinchars}String.Latin" minOccurs="0"/>
 *         <element name="StAngVater" type="{http://www.fh-giessen.de/epr/latinchars}String.Latin" minOccurs="0"/>
 *         <element name="StAngLeiblicheMutter" type="{http://www.fh-giessen.de/epr/latinchars}String.Latin" minOccurs="0"/>
 *         <element name="StAngLeiblicherVater" type="{http://www.fh-giessen.de/epr/latinchars}String.Latin" minOccurs="0"/>
 *         <element name="EheEltern" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintrag" minOccurs="0"/>
 *         <element name="EheLeiblicheEltern" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintrag" minOccurs="0"/>
 *         <element name="GeburtMutter" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintrag" minOccurs="0"/>
 *         <element name="GeburtVater" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintrag" minOccurs="0"/>
 *         <element name="GeburtLeiblicheMutter" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintrag" minOccurs="0"/>
 *         <element name="GeburtLeiblicherVater" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintrag" minOccurs="0"/>
 *         <element name="ErwerbDtStAng" type="{http://www.fh-giessen.de/epr/latinchars}String.Latin" minOccurs="0"/>
 *         <element name="EheKind" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEheLPKind" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="LPKind" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEheLPKind" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="AnzahlKinder" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
 *         <element name="GeburtKind" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TGeburtKindDesKindes" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="Testamentsverzeichnis" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TTestamentsverzeichnis" minOccurs="0"/>
 *         <element name="Tod" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintragTod" minOccurs="0"/>
 *         <element name="TodesErkl" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TTodesErkl" minOccurs="0"/>
 *         <element name="AufhebungTodesErkl" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TGerichtsbeschluss" minOccurs="0"/>
 *         <element name="StAngAnnehmende1" type="{http://www.fh-giessen.de/epr/latinchars}String.Latin" minOccurs="0"/>
 *         <element name="StAngAnnehmender1" type="{http://www.fh-giessen.de/epr/latinchars}String.Latin" minOccurs="0"/>
 *         <element name="EheAnnehmende1" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintrag" minOccurs="0"/>
 *         <element name="GeburtAnnehmende1" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintrag" minOccurs="0"/>
 *         <element name="GeburtAnnehmender1" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TEintrag" 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", "rechtNamensfuehrung", "stAngMutter", "stAngVater", "stAngLeiblicheMutter", "stAngLeiblicherVater", "eheEltern", "eheLeiblicheEltern", "geburtMutter", "geburtVater", "geburtLeiblicheMutter", "geburtLeiblicherVater", "erwerbDtStAng", "eheKind", "lpKind", "anzahlKinder", "geburtKind", "testamentsverzeichnis", "tod", "todesErkl", "aufhebungTodesErkl", "stAngAnnehmende1", "stAngAnnehmender1", "eheAnnehmende1", "geburtAnnehmende1", "geburtAnnehmender1", "aenderungsInfo" }) @XmlRootElement(name = "GHinweise") public class GHinweise { @XmlElement(name = "HinweisAnlass") protected String hinweisAnlass; @XmlElement(name = "RechtNamensfuehrung") protected String rechtNamensfuehrung; @XmlElement(name = "StAngMutter") protected String stAngMutter; @XmlElement(name = "StAngVater") protected String stAngVater; @XmlElement(name = "StAngLeiblicheMutter") protected String stAngLeiblicheMutter; @XmlElement(name = "StAngLeiblicherVater") protected String stAngLeiblicherVater; @XmlElement(name = "EheEltern") protected TEintrag eheEltern; @XmlElement(name = "EheLeiblicheEltern") protected TEintrag eheLeiblicheEltern; @XmlElement(name = "GeburtMutter") protected TEintrag geburtMutter; @XmlElement(name = "GeburtVater") protected TEintrag geburtVater; @XmlElement(name = "GeburtLeiblicheMutter") protected TEintrag geburtLeiblicheMutter; @XmlElement(name = "GeburtLeiblicherVater") protected TEintrag geburtLeiblicherVater; @XmlElement(name = "ErwerbDtStAng") protected String erwerbDtStAng; @XmlElement(name = "EheKind") protected List eheKind; @XmlElement(name = "LPKind") protected List lpKind; @XmlElement(name = "AnzahlKinder") @XmlSchemaType(name = "unsignedInt") protected Long anzahlKinder; @XmlElement(name = "GeburtKind") protected List geburtKind; @XmlElement(name = "Testamentsverzeichnis") protected TTestamentsverzeichnis testamentsverzeichnis; @XmlElement(name = "Tod") protected TEintragTod tod; @XmlElement(name = "TodesErkl") protected TTodesErkl todesErkl; @XmlElement(name = "AufhebungTodesErkl") protected TGerichtsbeschluss aufhebungTodesErkl; @XmlElement(name = "StAngAnnehmende1") protected String stAngAnnehmende1; @XmlElement(name = "StAngAnnehmender1") protected String stAngAnnehmender1; @XmlElement(name = "EheAnnehmende1") protected TEintrag eheAnnehmende1; @XmlElement(name = "GeburtAnnehmende1") protected TEintrag geburtAnnehmende1; @XmlElement(name = "GeburtAnnehmender1") protected TEintrag geburtAnnehmender1; @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 rechtNamensfuehrung property. * * @return * possible object is * {@link String } * */ public String getRechtNamensfuehrung() { return rechtNamensfuehrung; } /** * Sets the value of the rechtNamensfuehrung property. * * @param value * allowed object is * {@link String } * */ public void setRechtNamensfuehrung(String value) { this.rechtNamensfuehrung = value; } /** * Gets the value of the stAngMutter property. * * @return * possible object is * {@link String } * */ public String getStAngMutter() { return stAngMutter; } /** * Sets the value of the stAngMutter property. * * @param value * allowed object is * {@link String } * */ public void setStAngMutter(String value) { this.stAngMutter = value; } /** * Gets the value of the stAngVater property. * * @return * possible object is * {@link String } * */ public String getStAngVater() { return stAngVater; } /** * Sets the value of the stAngVater property. * * @param value * allowed object is * {@link String } * */ public void setStAngVater(String value) { this.stAngVater = value; } /** * Gets the value of the stAngLeiblicheMutter property. * * @return * possible object is * {@link String } * */ public String getStAngLeiblicheMutter() { return stAngLeiblicheMutter; } /** * Sets the value of the stAngLeiblicheMutter property. * * @param value * allowed object is * {@link String } * */ public void setStAngLeiblicheMutter(String value) { this.stAngLeiblicheMutter = value; } /** * Gets the value of the stAngLeiblicherVater property. * * @return * possible object is * {@link String } * */ public String getStAngLeiblicherVater() { return stAngLeiblicherVater; } /** * Sets the value of the stAngLeiblicherVater property. * * @param value * allowed object is * {@link String } * */ public void setStAngLeiblicherVater(String value) { this.stAngLeiblicherVater = value; } /** * Gets the value of the eheEltern property. * * @return * possible object is * {@link TEintrag } * */ public TEintrag getEheEltern() { return eheEltern; } /** * Sets the value of the eheEltern property. * * @param value * allowed object is * {@link TEintrag } * */ public void setEheEltern(TEintrag value) { this.eheEltern = value; } /** * Gets the value of the eheLeiblicheEltern property. * * @return * possible object is * {@link TEintrag } * */ public TEintrag getEheLeiblicheEltern() { return eheLeiblicheEltern; } /** * Sets the value of the eheLeiblicheEltern property. * * @param value * allowed object is * {@link TEintrag } * */ public void setEheLeiblicheEltern(TEintrag value) { this.eheLeiblicheEltern = value; } /** * Gets the value of the geburtMutter property. * * @return * possible object is * {@link TEintrag } * */ public TEintrag getGeburtMutter() { return geburtMutter; } /** * Sets the value of the geburtMutter property. * * @param value * allowed object is * {@link TEintrag } * */ public void setGeburtMutter(TEintrag value) { this.geburtMutter = value; } /** * Gets the value of the geburtVater property. * * @return * possible object is * {@link TEintrag } * */ public TEintrag getGeburtVater() { return geburtVater; } /** * Sets the value of the geburtVater property. * * @param value * allowed object is * {@link TEintrag } * */ public void setGeburtVater(TEintrag value) { this.geburtVater = value; } /** * Gets the value of the geburtLeiblicheMutter property. * * @return * possible object is * {@link TEintrag } * */ public TEintrag getGeburtLeiblicheMutter() { return geburtLeiblicheMutter; } /** * Sets the value of the geburtLeiblicheMutter property. * * @param value * allowed object is * {@link TEintrag } * */ public void setGeburtLeiblicheMutter(TEintrag value) { this.geburtLeiblicheMutter = value; } /** * Gets the value of the geburtLeiblicherVater property. * * @return * possible object is * {@link TEintrag } * */ public TEintrag getGeburtLeiblicherVater() { return geburtLeiblicherVater; } /** * Sets the value of the geburtLeiblicherVater property. * * @param value * allowed object is * {@link TEintrag } * */ public void setGeburtLeiblicherVater(TEintrag value) { this.geburtLeiblicherVater = value; } /** * Gets the value of the erwerbDtStAng property. * * @return * possible object is * {@link String } * */ public String getErwerbDtStAng() { return erwerbDtStAng; } /** * Sets the value of the erwerbDtStAng property. * * @param value * allowed object is * {@link String } * */ public void setErwerbDtStAng(String value) { this.erwerbDtStAng = value; } /** * Gets the value of the eheKind property. * *

* 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 eheKind property. * *

* For example, to add a new item, do as follows: *

     *    getEheKind().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link TEheLPKind } * * */ public List getEheKind() { if (eheKind == null) { eheKind = new ArrayList(); } return this.eheKind; } /** * Gets the value of the lpKind property. * *

* 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 lpKind property. * *

* For example, to add a new item, do as follows: *

     *    getLPKind().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link TEheLPKind } * * */ public List getLPKind() { if (lpKind == null) { lpKind = new ArrayList(); } return this.lpKind; } /** * Gets the value of the anzahlKinder property. * * @return * possible object is * {@link Long } * */ public Long getAnzahlKinder() { return anzahlKinder; } /** * Sets the value of the anzahlKinder property. * * @param value * allowed object is * {@link Long } * */ public void setAnzahlKinder(Long value) { this.anzahlKinder = value; } /** * Gets the value of the geburtKind property. * *

* 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 geburtKind property. * *

* For example, to add a new item, do as follows: *

     *    getGeburtKind().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link TGeburtKindDesKindes } * * */ public List getGeburtKind() { if (geburtKind == null) { geburtKind = new ArrayList(); } return this.geburtKind; } /** * Gets the value of the testamentsverzeichnis property. * * @return * possible object is * {@link TTestamentsverzeichnis } * */ public TTestamentsverzeichnis getTestamentsverzeichnis() { return testamentsverzeichnis; } /** * Sets the value of the testamentsverzeichnis property. * * @param value * allowed object is * {@link TTestamentsverzeichnis } * */ public void setTestamentsverzeichnis(TTestamentsverzeichnis value) { this.testamentsverzeichnis = value; } /** * Gets the value of the tod property. * * @return * possible object is * {@link TEintragTod } * */ public TEintragTod getTod() { return tod; } /** * Sets the value of the tod property. * * @param value * allowed object is * {@link TEintragTod } * */ public void setTod(TEintragTod value) { this.tod = value; } /** * Gets the value of the todesErkl property. * * @return * possible object is * {@link TTodesErkl } * */ public TTodesErkl getTodesErkl() { return todesErkl; } /** * Sets the value of the todesErkl property. * * @param value * allowed object is * {@link TTodesErkl } * */ public void setTodesErkl(TTodesErkl value) { this.todesErkl = value; } /** * Gets the value of the aufhebungTodesErkl property. * * @return * possible object is * {@link TGerichtsbeschluss } * */ public TGerichtsbeschluss getAufhebungTodesErkl() { return aufhebungTodesErkl; } /** * Sets the value of the aufhebungTodesErkl property. * * @param value * allowed object is * {@link TGerichtsbeschluss } * */ public void setAufhebungTodesErkl(TGerichtsbeschluss value) { this.aufhebungTodesErkl = value; } /** * Gets the value of the stAngAnnehmende1 property. * * @return * possible object is * {@link String } * */ public String getStAngAnnehmende1() { return stAngAnnehmende1; } /** * Sets the value of the stAngAnnehmende1 property. * * @param value * allowed object is * {@link String } * */ public void setStAngAnnehmende1(String value) { this.stAngAnnehmende1 = value; } /** * Gets the value of the stAngAnnehmender1 property. * * @return * possible object is * {@link String } * */ public String getStAngAnnehmender1() { return stAngAnnehmender1; } /** * Sets the value of the stAngAnnehmender1 property. * * @param value * allowed object is * {@link String } * */ public void setStAngAnnehmender1(String value) { this.stAngAnnehmender1 = value; } /** * Gets the value of the eheAnnehmende1 property. * * @return * possible object is * {@link TEintrag } * */ public TEintrag getEheAnnehmende1() { return eheAnnehmende1; } /** * Sets the value of the eheAnnehmende1 property. * * @param value * allowed object is * {@link TEintrag } * */ public void setEheAnnehmende1(TEintrag value) { this.eheAnnehmende1 = value; } /** * Gets the value of the geburtAnnehmende1 property. * * @return * possible object is * {@link TEintrag } * */ public TEintrag getGeburtAnnehmende1() { return geburtAnnehmende1; } /** * Sets the value of the geburtAnnehmende1 property. * * @param value * allowed object is * {@link TEintrag } * */ public void setGeburtAnnehmende1(TEintrag value) { this.geburtAnnehmende1 = value; } /** * Gets the value of the geburtAnnehmender1 property. * * @return * possible object is * {@link TEintrag } * */ public TEintrag getGeburtAnnehmender1() { return geburtAnnehmender1; } /** * Sets the value of the geburtAnnehmender1 property. * * @param value * allowed object is * {@link TEintrag } * */ public void setGeburtAnnehmender1(TEintrag value) { this.geburtAnnehmender1 = 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; } }