public class TgInsAs extends Object
Java class for tgInsAs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgInsAs">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InsAsName" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString60"/>
<element name="InsAsDate" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDate"/>
<element name="InsAsNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString20"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
insAsDate |
protected String |
insAsName |
protected String |
insAsNo |
| Constructor and Description |
|---|
TgInsAs() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getInsAsDate()
Gets the value of the insAsDate property.
|
String |
getInsAsName()
Gets the value of the insAsName property.
|
String |
getInsAsNo()
Gets the value of the insAsNo property.
|
void |
setInsAsDate(XMLGregorianCalendar value)
Sets the value of the insAsDate property.
|
void |
setInsAsName(String value)
Sets the value of the insAsName property.
|
void |
setInsAsNo(String value)
Sets the value of the insAsNo property.
|
protected String insAsName
protected XMLGregorianCalendar insAsDate
protected String insAsNo
public String getInsAsName()
Stringpublic void setInsAsName(String value)
value - allowed object is Stringpublic XMLGregorianCalendar getInsAsDate()
XMLGregorianCalendarpublic void setInsAsDate(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic String getInsAsNo()
StringCopyright © 2012–2026 cismet GmbH. All rights reserved.