package at.gv.util.xsd.ur_V5.search; 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.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlIDREF; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; /** *
Java-Klasse für FunktionVollzug complex type. * *
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *
* <complexType name="FunktionVollzug"> * <complexContent> * <extension base="{http://statistik.at/namespace/ur/stammdaten/4#}Funktion"> * <sequence> * <element name="FktRegel" type="{http://statistik.at/namespace/ur/stammdaten/4#}FktRegelTypVollzug" maxOccurs="unbounded" minOccurs="0"/> * <element name="Rechtstatsachen" type="{http://statistik.at/namespace/ur/stammdaten/4#}RechtstatsachenVollzug" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * <attGroup ref="{http://statistik.at/namespace/ur/stammdaten/4#}VollzugAttributes"/> * </extension> * </complexContent> * </complexType> ** * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "FunktionVollzug", propOrder = { "fktRegel", "rechtstatsachen" }) public class FunktionVollzug extends Funktion { @XmlElement(name = "FktRegel") 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 fktRegel property.
*
*
* For example, to add a new item, do as follows: *
* getFktRegel().add(newItem); ** * *
* Objects of the following type(s) are allowed in the list
* {@link FktRegelTypVollzug }
*
*
*/
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 RechtstatsachenVollzug }
*
*
*/
public Listset
method for the rechtstatsachen property.
*
*
* getRechtstatsachen().add(newItem);
*
*
*
*