Class UBAG.AngabenDienstleister.AnschriftDienstleister

  • Enclosing class:
    UBAG.AngabenDienstleister

    public static class UBAG.AngabenDienstleister.AnschriftDienstleister
    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="Strasse" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Strasse_DL_Typ" minOccurs="0"/>
             <element name="Hausnummer" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Hausnummer_DL_Typ" minOccurs="0"/>
             <element name="Postfach" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Postfach_DL_Typ" minOccurs="0"/>
             <element name="Postleitzahl">
               <simpleType>
                 <restriction base="{SV-Basis://XMLSchema/1.0}Postleitzahl_Stp">
                   <maxLength value="10"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="Ort">
               <simpleType>
                 <restriction base="{SV-Basis://XMLSchema/1.0}Ort_Stp">
                   <maxLength value="34"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="Laenderkennzeichen" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Laenderkennzeichen_Stp" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String hausnummer  
      protected java.lang.String laenderkennzeichen  
      protected java.lang.String ort  
      protected java.lang.String postfach  
      protected java.lang.String postleitzahl  
      protected java.lang.String strasse  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHausnummer()
      Gets the value of the hausnummer property.
      java.lang.String getLaenderkennzeichen()
      Gets the value of the laenderkennzeichen property.
      java.lang.String getOrt()
      Gets the value of the ort property.
      java.lang.String getPostfach()
      Gets the value of the postfach property.
      java.lang.String getPostleitzahl()
      Gets the value of the postleitzahl property.
      java.lang.String getStrasse()
      Gets the value of the strasse property.
      void setHausnummer​(java.lang.String value)
      Sets the value of the hausnummer property.
      void setLaenderkennzeichen​(java.lang.String value)
      Sets the value of the laenderkennzeichen property.
      void setOrt​(java.lang.String value)
      Sets the value of the ort property.
      void setPostfach​(java.lang.String value)
      Sets the value of the postfach property.
      void setPostleitzahl​(java.lang.String value)
      Sets the value of the postleitzahl property.
      void setStrasse​(java.lang.String value)
      Sets the value of the strasse property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • strasse

        protected java.lang.String strasse
      • hausnummer

        protected java.lang.String hausnummer
      • postfach

        protected java.lang.String postfach
      • postleitzahl

        protected java.lang.String postleitzahl
      • ort

        protected java.lang.String ort
      • laenderkennzeichen

        protected java.lang.String laenderkennzeichen
    • Constructor Detail

      • AnschriftDienstleister

        public AnschriftDienstleister()
    • Method Detail

      • getStrasse

        public java.lang.String getStrasse()
        Gets the value of the strasse property.
        Returns:
        possible object is String
      • setStrasse

        public void setStrasse​(java.lang.String value)
        Sets the value of the strasse property.
        Parameters:
        value - allowed object is String
      • getHausnummer

        public java.lang.String getHausnummer()
        Gets the value of the hausnummer property.
        Returns:
        possible object is String
      • setHausnummer

        public void setHausnummer​(java.lang.String value)
        Sets the value of the hausnummer property.
        Parameters:
        value - allowed object is String
      • getPostfach

        public java.lang.String getPostfach()
        Gets the value of the postfach property.
        Returns:
        possible object is String
      • setPostfach

        public void setPostfach​(java.lang.String value)
        Sets the value of the postfach property.
        Parameters:
        value - allowed object is String
      • getPostleitzahl

        public java.lang.String getPostleitzahl()
        Gets the value of the postleitzahl property.
        Returns:
        possible object is String
      • setPostleitzahl

        public void setPostleitzahl​(java.lang.String value)
        Sets the value of the postleitzahl property.
        Parameters:
        value - allowed object is String
      • getOrt

        public java.lang.String getOrt()
        Gets the value of the ort property.
        Returns:
        possible object is String
      • setOrt

        public void setOrt​(java.lang.String value)
        Sets the value of the ort property.
        Parameters:
        value - allowed object is String
      • getLaenderkennzeichen

        public java.lang.String getLaenderkennzeichen()
        Gets the value of the laenderkennzeichen property.
        Returns:
        possible object is String
      • setLaenderkennzeichen

        public void setLaenderkennzeichen​(java.lang.String value)
        Sets the value of the laenderkennzeichen property.
        Parameters:
        value - allowed object is String