package de.fh_giessen.epr.container.v1; import java.math.BigInteger; 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="RegisterJahrId" type="{http://www.fh-giessen.de/epr/Container/v1}TRegisterJahrId"/>
* <element name="IstAbgeschlossen" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="MinEintragsNummer" type="{http://www.fh-giessen.de/epr/Container/v1}TEintragsNummer"/>
* <element name="MaxEintragsNummer" type="{http://www.fh-giessen.de/epr/Container/v1}TEintragsNummer"/>
* <element name="ZahlEintragsNummern" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
* <element name="Luecke" type="{http://www.fh-giessen.de/epr/Container/v1}TEintragsNummer" maxOccurs="unbounded" minOccurs="0"/>
* <element name="ZwischenNummer" type="{http://www.fh-giessen.de/epr/Container/v1}TEintragsNummer" maxOccurs="unbounded" minOccurs="0"/>
* <element name="InNacherfassung" type="{http://www.fh-giessen.de/epr/Container/v1}TEintragsListe" minOccurs="0"/>
* <element ref="{http://www.fh-giessen.de/epr/Container/v1}JahresAbschlussDokument" maxOccurs="unbounded" minOccurs="0"/>
* <element name="EintragMitSuffix" type="{http://www.fh-giessen.de/epr/Container/v1}TEintragsNummer" maxOccurs="unbounded" minOccurs="0"/>
* <element name="StillgelegterEintrag" type="{http://www.fh-giessen.de/epr/Container/v1}TEintragsNummer" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"registerJahrId",
"istAbgeschlossen",
"minEintragsNummer",
"maxEintragsNummer",
"zahlEintragsNummern",
"luecke",
"zwischenNummer",
"inNacherfassung",
"jahresAbschlussDokument",
"eintragMitSuffix",
"stillgelegterEintrag"
})
@XmlRootElement(name = "RegisterJahresInfo")
public class RegisterJahresInfo {
@XmlElement(name = "RegisterJahrId", required = true)
protected TRegisterJahrId registerJahrId;
@XmlElement(name = "IstAbgeschlossen")
protected boolean istAbgeschlossen;
@XmlElement(name = "MinEintragsNummer", required = true)
protected String minEintragsNummer;
@XmlElement(name = "MaxEintragsNummer", required = true)
protected String maxEintragsNummer;
@XmlElement(name = "ZahlEintragsNummern", required = true)
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger zahlEintragsNummern;
@XmlElement(name = "Luecke")
protected List
* 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 luecke property.
*
*
* For example, to add a new item, do as follows: *
* getLuecke().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List
* 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
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List
* 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
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link JahresAbschlussDokument }
*
*
*/
public List
* 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
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List
* 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
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public Listset method for the zwischenNummer property.
*
*
* getZwischenNummer().add(newItem);
*
*
*
* set method for the jahresAbschlussDokument property.
*
*
* getJahresAbschlussDokument().add(newItem);
*
*
*
* set method for the eintragMitSuffix property.
*
*
* getEintragMitSuffix().add(newItem);
*
*
*
* set method for the stillgelegterEintrag property.
*
*
* getStillgelegterEintrag().add(newItem);
*
*
*
*