Package com.vdek.agv.gen.schema_20240101
Class UBAG.Anforderungsdaten
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240101.UBAG.Anforderungsdaten
-
- Enclosing class:
- UBAG
public static class UBAG.Anforderungsdaten 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="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 Summary
Fields Modifier and Type Field Description protected java.math.BigIntegeranforderungprotected KennzeichenJausfertigungEnglischprotected javax.xml.datatype.XMLGregorianCalendarbeginnAbo
-
Constructor Summary
Constructors Constructor Description Anforderungsdaten()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetAnforderung()Gets the value of the anforderung property.KennzeichenJgetAusfertigungEnglisch()Gets the value of the ausfertigungEnglisch property.javax.xml.datatype.XMLGregorianCalendargetBeginnAbo()Gets the value of the beginnAbo property.voidsetAnforderung(java.math.BigInteger value)Sets the value of the anforderung property.voidsetAusfertigungEnglisch(KennzeichenJ value)Sets the value of the ausfertigungEnglisch property.voidsetBeginnAbo(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the beginnAbo property.
-
-
-
Field Detail
-
anforderung
protected java.math.BigInteger anforderung
-
beginnAbo
protected javax.xml.datatype.XMLGregorianCalendar beginnAbo
-
ausfertigungEnglisch
protected KennzeichenJ ausfertigungEnglisch
-
-
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 isBigInteger
-
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 isXMLGregorianCalendar
-
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 isKennzeichenJ
-
-