Package com.vdek.agv.gen.schema_20240701
Class UBAG.AngabenDienstleister
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240701.UBAG.AngabenDienstleister
-
- Enclosing class:
- UBAG
public static class UBAG.AngabenDienstleister 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="Name" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Name_DL_Typ"/> <element name="Anschrift_Dienstleister"> <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> </element> <element name="Kontaktdaten"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Name_Ansprechpartner" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Name_Stp"/> <element name="Telefon_Ansprechpartner" type="{SV-Basis://XMLSchema/1.0}Rufnummer_Stp"/> <element name="EMail_Ansprechpartner"> <simpleType> <restriction base="{SV-Basis://XMLSchema/1.0}Text_256_Stp"> <maxLength value="70"/> <minLength value="1"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Vollmacht" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUBAG.AngabenDienstleister.AnschriftDienstleisterJava class for anonymous complex type.static classUBAG.AngabenDienstleister.KontaktdatenJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected UBAG.AngabenDienstleister.AnschriftDienstleisteranschriftDienstleisterprotected UBAG.AngabenDienstleister.Kontaktdatenkontaktdatenprotected java.lang.Stringnameprotected byte[]vollmacht
-
Constructor Summary
Constructors Constructor Description AngabenDienstleister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UBAG.AngabenDienstleister.AnschriftDienstleistergetAnschriftDienstleister()Gets the value of the anschriftDienstleister property.UBAG.AngabenDienstleister.KontaktdatengetKontaktdaten()Gets the value of the kontaktdaten property.java.lang.StringgetName()Gets the value of the name property.byte[]getVollmacht()Gets the value of the vollmacht property.voidsetAnschriftDienstleister(UBAG.AngabenDienstleister.AnschriftDienstleister value)Sets the value of the anschriftDienstleister property.voidsetKontaktdaten(UBAG.AngabenDienstleister.Kontaktdaten value)Sets the value of the kontaktdaten property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetVollmacht(byte[] value)Sets the value of the vollmacht property.
-
-
-
Field Detail
-
name
protected java.lang.String name
-
anschriftDienstleister
protected UBAG.AngabenDienstleister.AnschriftDienstleister anschriftDienstleister
-
kontaktdaten
protected UBAG.AngabenDienstleister.Kontaktdaten kontaktdaten
-
vollmacht
protected byte[] vollmacht
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getAnschriftDienstleister
public UBAG.AngabenDienstleister.AnschriftDienstleister getAnschriftDienstleister()
Gets the value of the anschriftDienstleister property.- Returns:
- possible object is
UBAG.AngabenDienstleister.AnschriftDienstleister
-
setAnschriftDienstleister
public void setAnschriftDienstleister(UBAG.AngabenDienstleister.AnschriftDienstleister value)
Sets the value of the anschriftDienstleister property.- Parameters:
value- allowed object isUBAG.AngabenDienstleister.AnschriftDienstleister
-
getKontaktdaten
public UBAG.AngabenDienstleister.Kontaktdaten getKontaktdaten()
Gets the value of the kontaktdaten property.- Returns:
- possible object is
UBAG.AngabenDienstleister.Kontaktdaten
-
setKontaktdaten
public void setKontaktdaten(UBAG.AngabenDienstleister.Kontaktdaten value)
Sets the value of the kontaktdaten property.- Parameters:
value- allowed object isUBAG.AngabenDienstleister.Kontaktdaten
-
getVollmacht
public byte[] getVollmacht()
Gets the value of the vollmacht property.- Returns:
- possible object is byte[]
-
setVollmacht
public void setVollmacht(byte[] value)
Sets the value of the vollmacht property.- Parameters:
value- allowed object is byte[]
-
-