Class ErrorState

java.lang.Object
de.gematik.ws.conn.connectorcommon.v5.ErrorState

public class ErrorState 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="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 Details

    • errorCondition

      protected String errorCondition
    • severity

      protected String severity
    • type

      protected String type
    • value

      protected boolean value
    • validFrom

      protected XMLGregorianCalendar validFrom
  • Constructor Details

    • ErrorState

      public ErrorState()
  • Method Details

    • getErrorCondition

      public String getErrorCondition()
      Gets the value of the errorCondition property.
      Returns:
      possible object is String
    • setErrorCondition

      public void setErrorCondition(String value)
      Sets the value of the errorCondition property.
      Parameters:
      value - allowed object is String
    • 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
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • 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

      public XMLGregorianCalendar getValidFrom()
      Gets the value of the validFrom property.
      Returns:
      possible object is XMLGregorianCalendar
    • setValidFrom

      public void setValidFrom(XMLGregorianCalendar value)
      Sets the value of the validFrom property.
      Parameters:
      value - allowed object is XMLGregorianCalendar