Package com.vdek.agv.gen.schema_20240701
Class UBKK
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240701.UBKK
-
public class UBKK 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="Steuerungsdaten" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Steuerungsdaten_KK_Ctp"/> <element name="Angaben_AG"> <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> </element> <choice> <element name="Bescheinigung" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}PDF_Container" maxOccurs="2"/> <element name="Versagung_Bescheinigung" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Kennzeichen_numerisch"/> <element name="Entfall_Abonnentenmodell" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Kennzeichen_numerisch"/> </choice> </sequence> <attribute name="Versionsnummer" use="required" type="{SV-Basis://XMLSchema/1.0}Versionsnummer_Stp" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUBKK.AngabenAGJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected UBKK.AngabenAGangabenAGprotected java.util.List<byte[]>bescheinigungprotected java.lang.StringentfallAbonnentenmodellprotected SteuerungsdatenKKCtpsteuerungsdatenprotected java.lang.StringversagungBescheinigungprotected java.lang.Stringversionsnummer
-
Constructor Summary
Constructors Constructor Description UBKK()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UBKK.AngabenAGgetAngabenAG()Gets the value of the angabenAG property.java.util.List<byte[]>getBescheinigung()Gets the value of the bescheinigung property.java.lang.StringgetEntfallAbonnentenmodell()Gets the value of the entfallAbonnentenmodell property.SteuerungsdatenKKCtpgetSteuerungsdaten()Gets the value of the steuerungsdaten property.java.lang.StringgetVersagungBescheinigung()Gets the value of the versagungBescheinigung property.java.lang.StringgetVersionsnummer()Gets the value of the versionsnummer property.voidsetAngabenAG(UBKK.AngabenAG value)Sets the value of the angabenAG property.voidsetEntfallAbonnentenmodell(java.lang.String value)Sets the value of the entfallAbonnentenmodell property.voidsetSteuerungsdaten(SteuerungsdatenKKCtp value)Sets the value of the steuerungsdaten property.voidsetVersagungBescheinigung(java.lang.String value)Sets the value of the versagungBescheinigung property.voidsetVersionsnummer(java.lang.String value)Sets the value of the versionsnummer property.
-
-
-
Field Detail
-
steuerungsdaten
protected SteuerungsdatenKKCtp steuerungsdaten
-
angabenAG
protected UBKK.AngabenAG angabenAG
-
bescheinigung
protected java.util.List<byte[]> bescheinigung
-
versagungBescheinigung
protected java.lang.String versagungBescheinigung
-
entfallAbonnentenmodell
protected java.lang.String entfallAbonnentenmodell
-
versionsnummer
protected java.lang.String versionsnummer
-
-
Method Detail
-
getSteuerungsdaten
public SteuerungsdatenKKCtp getSteuerungsdaten()
Gets the value of the steuerungsdaten property.- Returns:
- possible object is
SteuerungsdatenKKCtp
-
setSteuerungsdaten
public void setSteuerungsdaten(SteuerungsdatenKKCtp value)
Sets the value of the steuerungsdaten property.- Parameters:
value- allowed object isSteuerungsdatenKKCtp
-
getAngabenAG
public UBKK.AngabenAG getAngabenAG()
Gets the value of the angabenAG property.- Returns:
- possible object is
UBKK.AngabenAG
-
setAngabenAG
public void setAngabenAG(UBKK.AngabenAG value)
Sets the value of the angabenAG property.- Parameters:
value- allowed object isUBKK.AngabenAG
-
getBescheinigung
public java.util.List<byte[]> getBescheinigung()
Gets the value of the bescheinigung 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 bescheinigung property.For example, to add a new item, do as follows:
getBescheinigung().add(newItem);Objects of the following type(s) are allowed in the list byte[]
-
getVersagungBescheinigung
public java.lang.String getVersagungBescheinigung()
Gets the value of the versagungBescheinigung property.- Returns:
- possible object is
String
-
setVersagungBescheinigung
public void setVersagungBescheinigung(java.lang.String value)
Sets the value of the versagungBescheinigung property.- Parameters:
value- allowed object isString
-
getEntfallAbonnentenmodell
public java.lang.String getEntfallAbonnentenmodell()
Gets the value of the entfallAbonnentenmodell property.- Returns:
- possible object is
String
-
setEntfallAbonnentenmodell
public void setEntfallAbonnentenmodell(java.lang.String value)
Sets the value of the entfallAbonnentenmodell property.- Parameters:
value- allowed object isString
-
getVersionsnummer
public java.lang.String getVersionsnummer()
Gets the value of the versionsnummer property.- Returns:
- possible object is
String
-
setVersionsnummer
public void setVersionsnummer(java.lang.String value)
Sets the value of the versionsnummer property.- Parameters:
value- allowed object isString
-
-