Class ErrorState
java.lang.Object
de.gematik.ws.conn.connectorcommon.v5.ErrorState
Java 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="ErrorCondition">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="128"/>
</restriction>
</simpleType>
</element>
<element name="Severity">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="Fatal"/>
<enumeration value="Error"/>
<enumeration value="Warning"/>
<enumeration value="Info"/>
</restriction>
</simpleType>
</element>
<element name="Type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="Operation"/>
<enumeration value="Security"/>
<enumeration value="Infrastructure"/>
</restriction>
</simpleType>
</element>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ValidFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected XMLGregorianCalendarprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the errorCondition property.Gets the value of the severity property.getType()Gets the value of the type property.Gets the value of the validFrom property.booleanisValue()Gets the value of the value property.voidsetErrorCondition(String value) Sets the value of the errorCondition property.voidsetSeverity(String value) Sets the value of the severity property.voidSets the value of the type property.voidsetValidFrom(XMLGregorianCalendar value) Sets the value of the validFrom property.voidsetValue(boolean value) Sets the value of the value property.
-
Field Details
-
errorCondition
-
severity
-
type
-
value
protected boolean value -
validFrom
-
-
Constructor Details
-
ErrorState
public ErrorState()
-
-
Method Details
-
getErrorCondition
Gets the value of the errorCondition property.- Returns:
- possible object is
String
-
setErrorCondition
Sets the value of the errorCondition property.- Parameters:
value- allowed object isString
-
getSeverity
Gets the value of the severity property.- Returns:
- possible object is
String
-
setSeverity
Sets the value of the severity property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
isValue
public boolean isValue()Gets the value of the value property. -
setValue
public void setValue(boolean value) Sets the value of the value property. -
getValidFrom
Gets the value of the validFrom property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValidFrom
Sets the value of the validFrom property.- Parameters:
value- allowed object isXMLGregorianCalendar
-