public class Fault extends Object
Java class for Fault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Fault">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="faultIdentifier" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="faultDescription" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="faultCreationTime" type="{http://datex2.eu/schema/2/2_0}DateTime" minOccurs="0"/>
<element name="faultLastUpdateTime" type="{http://datex2.eu/schema/2/2_0}DateTime"/>
<element name="faultSeverity" type="{http://datex2.eu/schema/2/2_0}FaultSeverityEnum" minOccurs="0"/>
<element name="faultExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
faultCreationTime |
protected String |
faultDescription |
protected ExtensionType |
faultExtension |
protected String |
faultIdentifier |
protected Calendar |
faultLastUpdateTime |
protected FaultSeverityEnum |
faultSeverity |
| Constructor and Description |
|---|
Fault() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getFaultCreationTime()
Gets the value of the faultCreationTime property.
|
String |
getFaultDescription()
Gets the value of the faultDescription property.
|
ExtensionType |
getFaultExtension()
Gets the value of the faultExtension property.
|
String |
getFaultIdentifier()
Gets the value of the faultIdentifier property.
|
Calendar |
getFaultLastUpdateTime()
Gets the value of the faultLastUpdateTime property.
|
FaultSeverityEnum |
getFaultSeverity()
Gets the value of the faultSeverity property.
|
void |
setFaultCreationTime(Calendar value)
Sets the value of the faultCreationTime property.
|
void |
setFaultDescription(String value)
Sets the value of the faultDescription property.
|
void |
setFaultExtension(ExtensionType value)
Sets the value of the faultExtension property.
|
void |
setFaultIdentifier(String value)
Sets the value of the faultIdentifier property.
|
void |
setFaultLastUpdateTime(Calendar value)
Sets the value of the faultLastUpdateTime property.
|
void |
setFaultSeverity(FaultSeverityEnum value)
Sets the value of the faultSeverity property.
|
protected String faultIdentifier
protected String faultDescription
protected Calendar faultCreationTime
protected Calendar faultLastUpdateTime
protected FaultSeverityEnum faultSeverity
protected ExtensionType faultExtension
public String getFaultIdentifier()
Stringpublic void setFaultIdentifier(String value)
value - allowed object is
Stringpublic String getFaultDescription()
Stringpublic void setFaultDescription(String value)
value - allowed object is
Stringpublic Calendar getFaultCreationTime()
Stringpublic void setFaultCreationTime(Calendar value)
value - allowed object is
Stringpublic Calendar getFaultLastUpdateTime()
Stringpublic void setFaultLastUpdateTime(Calendar value)
value - allowed object is
Stringpublic FaultSeverityEnum getFaultSeverity()
FaultSeverityEnumpublic void setFaultSeverity(FaultSeverityEnum value)
value - allowed object is
FaultSeverityEnumpublic ExtensionType getFaultExtension()
ExtensionTypepublic void setFaultExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.