Package com.vdek.agv.gen.schema_20240701
Class KernpruefungCtp
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240701.KernpruefungCtp
-
public class KernpruefungCtp extends java.lang.ObjectJava class for Kernpruefung_Ctp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Kernpruefung_Ctp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Datensatz_ID" type="{SV-Basis://XMLSchema/1.0}DatensatzID_Stp"/> <element name="BBNR" type="{SV-Basis://XMLSchema/1.0}ABSN_Stp"/> <element name="Fehler" type="{SV-Basis://XMLSchema/1.0}Fehler_Ctp" maxOccurs="9"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringbbnrprotected java.lang.StringdatensatzIDprotected java.util.List<FehlerCtp>fehler
-
Constructor Summary
Constructors Constructor Description KernpruefungCtp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBBNR()Gets the value of the bbnr property.java.lang.StringgetDatensatzID()Gets the value of the datensatzID property.java.util.List<FehlerCtp>getFehler()Gets the value of the fehler property.voidsetBBNR(java.lang.String value)Sets the value of the bbnr property.voidsetDatensatzID(java.lang.String value)Sets the value of the datensatzID property.
-
-
-
Field Detail
-
datensatzID
protected java.lang.String datensatzID
-
bbnr
protected java.lang.String bbnr
-
fehler
protected java.util.List<FehlerCtp> fehler
-
-
Method Detail
-
getDatensatzID
public java.lang.String getDatensatzID()
Gets the value of the datensatzID property.- Returns:
- possible object is
String
-
setDatensatzID
public void setDatensatzID(java.lang.String value)
Sets the value of the datensatzID property.- Parameters:
value- allowed object isString
-
getBBNR
public java.lang.String getBBNR()
Gets the value of the bbnr property.- Returns:
- possible object is
String
-
setBBNR
public void setBBNR(java.lang.String value)
Sets the value of the bbnr property.- Parameters:
value- allowed object isString
-
getFehler
public java.util.List<FehlerCtp> getFehler()
Gets the value of the fehler 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 fehler property.For example, to add a new item, do as follows:
getFehler().add(newItem);Objects of the following type(s) are allowed in the list
FehlerCtp
-
-