public class TgMaintInfo extends Object
Java class for tgMaintInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgMaintInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MaintType">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="Maint"/>
<enumeration value="Repair"/>
<enumeration value="Modern"/>
<enumeration value="Warr"/>
<enumeration value="Cancelorder"/>
</restriction>
</simpleType>
</element>
<element name="ProcessType">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="StandCon"/>
<enumeration value="InsurClaim"/>
<enumeration value="InvoicToTen"/>
<enumeration value="FinApartInsp"/>
<enumeration value="ThirdPartyBill"/>
</restriction>
</simpleType>
</element>
<sequence minOccurs="0">
<element name="ContrTransDate" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDate"/>
<element name="ContrTransTime" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgTime" minOccurs="0"/>
</sequence>
<element name="ContrLaw" minOccurs="0">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="OwnForOwn"/>
<enumeration value="OwnForThi"/>
<enumeration value="ThiForThi"/>
</restriction>
</simpleType>
</element>
<element name="Deadline" minOccurs="0">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="Imm"/>
<enumeration value="Rush"/>
<enumeration value="AsArr"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contrLaw |
protected XMLGregorianCalendar |
contrTransDate |
protected XMLGregorianCalendar |
contrTransTime |
protected String |
deadline |
protected String |
maintType |
protected String |
processType |
| Constructor and Description |
|---|
TgMaintInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContrLaw()
Gets the value of the contrLaw property.
|
XMLGregorianCalendar |
getContrTransDate()
Gets the value of the contrTransDate property.
|
XMLGregorianCalendar |
getContrTransTime()
Gets the value of the contrTransTime property.
|
String |
getDeadline()
Gets the value of the deadline property.
|
String |
getMaintType()
Gets the value of the maintType property.
|
String |
getProcessType()
Gets the value of the processType property.
|
void |
setContrLaw(String value)
Sets the value of the contrLaw property.
|
void |
setContrTransDate(XMLGregorianCalendar value)
Sets the value of the contrTransDate property.
|
void |
setContrTransTime(XMLGregorianCalendar value)
Sets the value of the contrTransTime property.
|
void |
setDeadline(String value)
Sets the value of the deadline property.
|
void |
setMaintType(String value)
Sets the value of the maintType property.
|
void |
setProcessType(String value)
Sets the value of the processType property.
|
protected String maintType
protected String processType
protected XMLGregorianCalendar contrTransDate
protected XMLGregorianCalendar contrTransTime
protected String contrLaw
protected String deadline
public String getMaintType()
Stringpublic void setMaintType(String value)
value - allowed object is Stringpublic String getProcessType()
Stringpublic void setProcessType(String value)
value - allowed object is Stringpublic XMLGregorianCalendar getContrTransDate()
XMLGregorianCalendarpublic void setContrTransDate(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic XMLGregorianCalendar getContrTransTime()
XMLGregorianCalendarpublic void setContrTransTime(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic String getContrLaw()
Stringpublic void setContrLaw(String value)
value - allowed object is Stringpublic String getDeadline()
StringCopyright © 2012–2026 cismet GmbH. All rights reserved.