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

public class Status 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 ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}Result"/>
         <element ref="{http://ws.gematik.de/tel/error/v2.0}Error" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • result

      protected String result
    • error

      protected Error error
  • Constructor Details

    • Status

      public Status()
  • Method Details

    • getResult

      public String getResult()
      Beschreibt den Ausführunggstatus der gesamten Operation. Mögliche Werte sind in der Enumeration ResultEnum angegeben. Allerdings können pro Operation weitere Werte definiert werden.
      Returns:
      possible object is String
    • setResult

      public void setResult(String value)
      Sets the value of the result property.
      Parameters:
      value - allowed object is String
    • getError

      public Error getError()
      Gets the value of the error property.
      Returns:
      possible object is Error
    • setError

      public void setError(Error value)
      Sets the value of the error property.
      Parameters:
      value - allowed object is Error