Package com.vdek.agv.gen.schema_20240701
Class UBKK.AngabenAG
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240701.UBKK.AngabenAG
-
- Enclosing class:
- UBKK
public static class UBKK.AngabenAG extends java.lang.ObjectJava 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="Hauptbetriebsnummer" type="{SV-Basis://XMLSchema/1.0}BBNR_Stp"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringhauptbetriebsnummer
-
Constructor Summary
Constructors Constructor Description AngabenAG()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHauptbetriebsnummer()Gets the value of the hauptbetriebsnummer property.voidsetHauptbetriebsnummer(java.lang.String value)Sets the value of the hauptbetriebsnummer property.
-
-
-
Method Detail
-
getHauptbetriebsnummer
public java.lang.String getHauptbetriebsnummer()
Gets the value of the hauptbetriebsnummer property.- Returns:
- possible object is
String
-
setHauptbetriebsnummer
public void setHauptbetriebsnummer(java.lang.String value)
Sets the value of the hauptbetriebsnummer property.- Parameters:
value- allowed object isString
-
-