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="Beurkundung" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TBeurkundung"/>
* <element name="BeurkundungsAnlass" type="{http://www.fh-giessen.de/epr/latinchars}String.Latin" minOccurs="0"/>
* <element name="Kind" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TKind"/>
* <element name="Geburt" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TGeburt"/>
* <element name="Mutter" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TElternteil" minOccurs="0"/>
* <element name="Vater" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TElternteil" minOccurs="0"/>
* <element name="LeiblMutter" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TElternteil" minOccurs="0"/>
* <element name="LeiblVater" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TElternteil" minOccurs="0"/>
* <element name="Annehmende1" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TElternteil" minOccurs="0"/>
* <element name="Annehmender1" type="{http://www.fh-giessen.de/epr/Inhalt/v1}TElternteil" 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 = {
"beurkundung",
"beurkundungsAnlass",
"kind",
"geburt",
"mutter",
"vater",
"leiblMutter",
"leiblVater",
"annehmende1",
"annehmender1",
"aenderungsInfo"
})
@XmlRootElement(name = "GUrkundlTeil")
public class GUrkundlTeil {
@XmlElement(name = "Beurkundung", required = true)
protected TBeurkundung beurkundung;
@XmlElement(name = "BeurkundungsAnlass")
protected String beurkundungsAnlass;
@XmlElement(name = "Kind", required = true)
protected TKind kind;
@XmlElement(name = "Geburt", required = true)
protected TGeburt geburt;
@XmlElement(name = "Mutter")
protected TElternteil mutter;
@XmlElement(name = "Vater")
protected TElternteil vater;
@XmlElement(name = "LeiblMutter")
protected TElternteil leiblMutter;
@XmlElement(name = "LeiblVater")
protected TElternteil leiblVater;
@XmlElement(name = "Annehmende1")
protected TElternteil annehmende1;
@XmlElement(name = "Annehmender1")
protected TElternteil annehmender1;
@XmlElement(name = "AenderungsInfo")
protected TAenderungsInfo aenderungsInfo;
/**
* Gets the value of the beurkundung property.
*
* @return
* possible object is
* {@link TBeurkundung }
*
*/
public TBeurkundung getBeurkundung() {
return beurkundung;
}
/**
* Sets the value of the beurkundung property.
*
* @param value
* allowed object is
* {@link TBeurkundung }
*
*/
public void setBeurkundung(TBeurkundung value) {
this.beurkundung = value;
}
/**
* Gets the value of the beurkundungsAnlass property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBeurkundungsAnlass() {
return beurkundungsAnlass;
}
/**
* Sets the value of the beurkundungsAnlass property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBeurkundungsAnlass(String value) {
this.beurkundungsAnlass = value;
}
/**
* Gets the value of the kind property.
*
* @return
* possible object is
* {@link TKind }
*
*/
public TKind getKind() {
return kind;
}
/**
* Sets the value of the kind property.
*
* @param value
* allowed object is
* {@link TKind }
*
*/
public void setKind(TKind value) {
this.kind = value;
}
/**
* Gets the value of the geburt property.
*
* @return
* possible object is
* {@link TGeburt }
*
*/
public TGeburt getGeburt() {
return geburt;
}
/**
* Sets the value of the geburt property.
*
* @param value
* allowed object is
* {@link TGeburt }
*
*/
public void setGeburt(TGeburt value) {
this.geburt = value;
}
/**
* Gets the value of the mutter property.
*
* @return
* possible object is
* {@link TElternteil }
*
*/
public TElternteil getMutter() {
return mutter;
}
/**
* Sets the value of the mutter property.
*
* @param value
* allowed object is
* {@link TElternteil }
*
*/
public void setMutter(TElternteil value) {
this.mutter = value;
}
/**
* Gets the value of the vater property.
*
* @return
* possible object is
* {@link TElternteil }
*
*/
public TElternteil getVater() {
return vater;
}
/**
* Sets the value of the vater property.
*
* @param value
* allowed object is
* {@link TElternteil }
*
*/
public void setVater(TElternteil value) {
this.vater = value;
}
/**
* Gets the value of the leiblMutter property.
*
* @return
* possible object is
* {@link TElternteil }
*
*/
public TElternteil getLeiblMutter() {
return leiblMutter;
}
/**
* Sets the value of the leiblMutter property.
*
* @param value
* allowed object is
* {@link TElternteil }
*
*/
public void setLeiblMutter(TElternteil value) {
this.leiblMutter = value;
}
/**
* Gets the value of the leiblVater property.
*
* @return
* possible object is
* {@link TElternteil }
*
*/
public TElternteil getLeiblVater() {
return leiblVater;
}
/**
* Sets the value of the leiblVater property.
*
* @param value
* allowed object is
* {@link TElternteil }
*
*/
public void setLeiblVater(TElternteil value) {
this.leiblVater = value;
}
/**
* Gets the value of the annehmende1 property.
*
* @return
* possible object is
* {@link TElternteil }
*
*/
public TElternteil getAnnehmende1() {
return annehmende1;
}
/**
* Sets the value of the annehmende1 property.
*
* @param value
* allowed object is
* {@link TElternteil }
*
*/
public void setAnnehmende1(TElternteil value) {
this.annehmende1 = value;
}
/**
* Gets the value of the annehmender1 property.
*
* @return
* possible object is
* {@link TElternteil }
*
*/
public TElternteil getAnnehmender1() {
return annehmender1;
}
/**
* Sets the value of the annehmender1 property.
*
* @param value
* allowed object is
* {@link TElternteil }
*
*/
public void setAnnehmender1(TElternteil value) {
this.annehmender1 = 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;
}
}