Package com.vdek.agv.gen.schema_20240101
Class FehlerCtp
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240101.FehlerCtp
-
public class FehlerCtp extends java.lang.ObjectAngabe eines Fehlercodes mit optionaler Angabe einer FehlermeldungJava class for Fehler_Ctp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Fehler_Ctp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Code" type="{SV-Basis://XMLSchema/1.0}Fehlercode_Stp"/> <element name="Text" type="{SV-Basis://XMLSchema/1.0}Fehlertext_Stp" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FehlerCtp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()Gets the value of the code property.java.lang.StringgetText()Gets the value of the text property.voidsetCode(java.lang.String value)Sets the value of the code property.voidsetText(java.lang.String value)Sets the value of the text property.
-
-
-
Method Detail
-
getCode
public java.lang.String getCode()
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
public void setCode(java.lang.String value)
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getText
public java.lang.String getText()
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
public void setText(java.lang.String value)
Sets the value of the text property.- Parameters:
value- allowed object isString
-
-