Class UBAG.Anforderungsdaten

  • Enclosing class:
    UBAG

    public static class UBAG.Anforderungsdaten
    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="Anforderung" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Anforderung"/>
             <element name="Beginn_Abo" type="{SV-Basis://XMLSchema/1.0}Datum_Stp" minOccurs="0"/>
             <element name="Ausfertigung_Englisch" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Kennzeichen_J" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • anforderung

        protected java.math.BigInteger anforderung
      • beginnAbo

        protected javax.xml.datatype.XMLGregorianCalendar beginnAbo
      • ausfertigungEnglisch

        protected KennzeichenJ ausfertigungEnglisch
    • Constructor Detail

      • Anforderungsdaten

        public Anforderungsdaten()
    • Method Detail

      • getAnforderung

        public java.math.BigInteger getAnforderung()
        Gets the value of the anforderung property.
        Returns:
        possible object is BigInteger
      • setAnforderung

        public void setAnforderung​(java.math.BigInteger value)
        Sets the value of the anforderung property.
        Parameters:
        value - allowed object is BigInteger
      • getBeginnAbo

        public javax.xml.datatype.XMLGregorianCalendar getBeginnAbo()
        Gets the value of the beginnAbo property.
        Returns:
        possible object is XMLGregorianCalendar
      • setBeginnAbo

        public void setBeginnAbo​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the beginnAbo property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getAusfertigungEnglisch

        public KennzeichenJ getAusfertigungEnglisch()
        Gets the value of the ausfertigungEnglisch property.
        Returns:
        possible object is KennzeichenJ
      • setAusfertigungEnglisch

        public void setAusfertigungEnglisch​(KennzeichenJ value)
        Sets the value of the ausfertigungEnglisch property.
        Parameters:
        value - allowed object is KennzeichenJ