public class TgGAEBInfo extends Object
Java class for tgGAEBInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgGAEBInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Version">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString10">
<enumeration value="3.0"/>
<enumeration value="3.1"/>
</restriction>
</simpleType>
</element>
<element name="VersDate">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgVersDate">
<enumeration value="2009-12"/>
</restriction>
</simpleType>
</element>
<element name="Date" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDate"/>
<element name="Time" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgTime" minOccurs="0"/>
<element name="ProgSystem" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString60" minOccurs="0"/>
<element name="ProgName" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString60" minOccurs="0"/>
<element name="Certific" minOccurs="0">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="Available"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
certific |
protected XMLGregorianCalendar |
date |
protected String |
progName |
protected String |
progSystem |
protected XMLGregorianCalendar |
time |
protected XMLGregorianCalendar |
versDate |
protected String |
version |
| Constructor and Description |
|---|
TgGAEBInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertific()
Gets the value of the certific property.
|
XMLGregorianCalendar |
getDate()
Gets the value of the date property.
|
String |
getProgName()
Gets the value of the progName property.
|
String |
getProgSystem()
Gets the value of the progSystem property.
|
XMLGregorianCalendar |
getTime()
Gets the value of the time property.
|
XMLGregorianCalendar |
getVersDate()
Gets the value of the versDate property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setCertific(String value)
Sets the value of the certific property.
|
void |
setDate(XMLGregorianCalendar value)
Sets the value of the date property.
|
void |
setProgName(String value)
Sets the value of the progName property.
|
void |
setProgSystem(String value)
Sets the value of the progSystem property.
|
void |
setTime(XMLGregorianCalendar value)
Sets the value of the time property.
|
void |
setVersDate(XMLGregorianCalendar value)
Sets the value of the versDate property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected XMLGregorianCalendar versDate
protected XMLGregorianCalendar date
protected XMLGregorianCalendar time
protected String progSystem
protected String progName
protected String certific
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is Stringpublic XMLGregorianCalendar getVersDate()
XMLGregorianCalendarpublic void setVersDate(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic XMLGregorianCalendar getTime()
XMLGregorianCalendarpublic void setTime(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic String getProgSystem()
Stringpublic void setProgSystem(String value)
value - allowed object is Stringpublic String getProgName()
Stringpublic void setProgName(String value)
value - allowed object is Stringpublic String getCertific()
StringCopyright © 2012–2026 cismet GmbH. All rights reserved.