Package com.vdek.agv.gen.schema_20240101
Class DatensatzabweisungCtp
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240101.DatensatzabweisungCtp
-
public class DatensatzabweisungCtp extends java.lang.ObjectUebermittlung der festgestellten Kernprueffehler.Java class for Datensatzabweisung_Ctp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Datensatzabweisung_Ctp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Dateifolgenummer_Original" type="{SV-Basis://XMLSchema/1.0}Dateinummer_Stp"/> <element name="Kernpruefung" type="{SV-Basis://XMLSchema/1.0}Kernpruefung_Ctp" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected intdateifolgenummerOriginalprotected java.util.List<KernpruefungCtp>kernpruefung
-
Constructor Summary
Constructors Constructor Description DatensatzabweisungCtp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDateifolgenummerOriginal()Gets the value of the dateifolgenummerOriginal property.java.util.List<KernpruefungCtp>getKernpruefung()Gets the value of the kernpruefung property.voidsetDateifolgenummerOriginal(int value)Sets the value of the dateifolgenummerOriginal property.
-
-
-
Field Detail
-
dateifolgenummerOriginal
protected int dateifolgenummerOriginal
-
kernpruefung
protected java.util.List<KernpruefungCtp> kernpruefung
-
-
Method Detail
-
getDateifolgenummerOriginal
public int getDateifolgenummerOriginal()
Gets the value of the dateifolgenummerOriginal property.
-
setDateifolgenummerOriginal
public void setDateifolgenummerOriginal(int value)
Sets the value of the dateifolgenummerOriginal property.
-
getKernpruefung
public java.util.List<KernpruefungCtp> getKernpruefung()
Gets the value of the kernpruefung 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 Jakarta XML Binding object. This is why there is not a
setmethod for the kernpruefung property.For example, to add a new item, do as follows:
getKernpruefung().add(newItem);Objects of the following type(s) are allowed in the list
KernpruefungCtp
-
-