Package com.vdek.agv.gen.schema_20240701
Class UBAG.AngabenDienstleister.AnschriftDienstleister
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240701.UBAG.AngabenDienstleister.AnschriftDienstleister
-
- Enclosing class:
- UBAG.AngabenDienstleister
public static class UBAG.AngabenDienstleister.AnschriftDienstleister 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="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.Stringhausnummerprotected java.lang.Stringlaenderkennzeichenprotected java.lang.Stringortprotected java.lang.Stringpostfachprotected java.lang.Stringpostleitzahlprotected java.lang.Stringstrasse
-
Constructor Summary
Constructors Constructor Description AnschriftDienstleister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHausnummer()Gets the value of the hausnummer property.java.lang.StringgetLaenderkennzeichen()Gets the value of the laenderkennzeichen property.java.lang.StringgetOrt()Gets the value of the ort property.java.lang.StringgetPostfach()Gets the value of the postfach property.java.lang.StringgetPostleitzahl()Gets the value of the postleitzahl property.java.lang.StringgetStrasse()Gets the value of the strasse property.voidsetHausnummer(java.lang.String value)Sets the value of the hausnummer property.voidsetLaenderkennzeichen(java.lang.String value)Sets the value of the laenderkennzeichen property.voidsetOrt(java.lang.String value)Sets the value of the ort property.voidsetPostfach(java.lang.String value)Sets the value of the postfach property.voidsetPostleitzahl(java.lang.String value)Sets the value of the postleitzahl property.voidsetStrasse(java.lang.String value)Sets the value of the strasse property.
-
-
-
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
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
-