Class UBKK


  • public class UBKK
    extends java.lang.Object

    Java 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>
     
    • Field Detail

      • 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
    • Constructor Detail

      • UBKK

        public UBKK()
    • Method Detail

      • setAngabenAG

        public void setAngabenAG​(UBKK.AngabenAG value)
        Sets the value of the angabenAG property.
        Parameters:
        value - allowed object is UBKK.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 set method 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 is String
      • 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 is String
      • 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 is String