Class Error.Trace

java.lang.Object
de.gematik.ws.tel.error.v2.Error.Trace
Enclosing class:
Error

public static class Error.Trace extends Object

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>
 
  • Field Details

  • Constructor Details

    • Trace

      public Trace()
  • Method Details

    • getEventID

      public String getEventID()
      Gets the value of the eventID property.
      Returns:
      possible object is String
    • setEventID

      public void setEventID(String value)
      Sets the value of the eventID property.
      Parameters:
      value - allowed object is String
    • getInstance

      public String getInstance()
      Gets the value of the instance property.
      Returns:
      possible object is String
    • setInstance

      public void setInstance(String value)
      Sets the value of the instance property.
      Parameters:
      value - allowed object is String
    • getLogReference

      public String getLogReference()
      Gets the value of the logReference property.
      Returns:
      possible object is String
    • setLogReference

      public void setLogReference(String value)
      Sets the value of the logReference property.
      Parameters:
      value - allowed object is String
    • getCompType

      public String getCompType()
      Gets the value of the compType property.
      Returns:
      possible object is String
    • setCompType

      public void setCompType(String value)
      Sets the value of the compType property.
      Parameters:
      value - allowed object is String
    • getCode

      public BigInteger getCode()
      Gets the value of the code property.
      Returns:
      possible object is BigInteger
    • setCode

      public void setCode(BigInteger value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is BigInteger
    • getSeverity

      public String getSeverity()
      Gets the value of the severity property.
      Returns:
      possible object is String
    • setSeverity

      public void setSeverity(String value)
      Sets the value of the severity property.
      Parameters:
      value - allowed object is String
    • getErrorType

      public String getErrorType()
      Gets the value of the errorType property.
      Returns:
      possible object is String
    • setErrorType

      public void setErrorType(String value)
      Sets the value of the errorType property.
      Parameters:
      value - allowed object is String
    • getErrorText

      public String getErrorText()
      Gets the value of the errorText property.
      Returns:
      possible object is String
    • setErrorText

      public void setErrorText(String value)
      Sets the value of the errorText property.
      Parameters:
      value - allowed object is String
    • getDetail

      public Error.Trace.Detail getDetail()
      Gets the value of the detail property.
      Returns:
      possible object is Error.Trace.Detail
    • setDetail

      public void setDetail(Error.Trace.Detail value)
      Sets the value of the detail property.
      Parameters:
      value - allowed object is Error.Trace.Detail