Package de.gematik.ws.tel.error.v2
Class Error.Trace
java.lang.Object
de.gematik.ws.tel.error.v2.Error.Trace
- Enclosing class:
- Error
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="EventID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LogReference" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CompType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Severity" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ErrorType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ErrorText" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Detail" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the value of the code property.Gets the value of the compType property.Gets the value of the detail property.Gets the value of the errorText property.Gets the value of the errorType property.Gets the value of the eventID property.Gets the value of the instance property.Gets the value of the logReference property.Gets the value of the severity property.voidsetCode(BigInteger value) Sets the value of the code property.voidsetCompType(String value) Sets the value of the compType property.voidsetDetail(Error.Trace.Detail value) Sets the value of the detail property.voidsetErrorText(String value) Sets the value of the errorText property.voidsetErrorType(String value) Sets the value of the errorType property.voidsetEventID(String value) Sets the value of the eventID property.voidsetInstance(String value) Sets the value of the instance property.voidsetLogReference(String value) Sets the value of the logReference property.voidsetSeverity(String value) Sets the value of the severity property.
-
Field Details
-
eventID
-
instance
-
logReference
-
compType
-
code
-
severity
-
errorType
-
errorText
-
detail
-
-
Constructor Details
-
Trace
public Trace()
-
-
Method Details
-
getEventID
Gets the value of the eventID property.- Returns:
- possible object is
String
-
setEventID
Sets the value of the eventID property.- Parameters:
value- allowed object isString
-
getInstance
Gets the value of the instance property.- Returns:
- possible object is
String
-
setInstance
Sets the value of the instance property.- Parameters:
value- allowed object isString
-
getLogReference
Gets the value of the logReference property.- Returns:
- possible object is
String
-
setLogReference
Sets the value of the logReference property.- Parameters:
value- allowed object isString
-
getCompType
Gets the value of the compType property.- Returns:
- possible object is
String
-
setCompType
Sets the value of the compType property.- Parameters:
value- allowed object isString
-
getCode
Gets the value of the code property.- Returns:
- possible object is
BigInteger
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isBigInteger
-
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
-
getErrorType
Gets the value of the errorType property.- Returns:
- possible object is
String
-
setErrorType
Sets the value of the errorType property.- Parameters:
value- allowed object isString
-
getErrorText
Gets the value of the errorText property.- Returns:
- possible object is
String
-
setErrorText
Sets the value of the errorText property.- Parameters:
value- allowed object isString
-
getDetail
Gets the value of the detail property.- Returns:
- possible object is
Error.Trace.Detail
-
setDetail
Sets the value of the detail property.- Parameters:
value- allowed object isError.Trace.Detail
-