Class Status
java.lang.Object
de.gematik.ws.conn.connectorcommon.v5.Status
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError()Gets the value of the error property.Beschreibt den Ausführunggstatus der gesamten Operation.voidSets the value of the error property.voidSets the value of the result property.
-
Field Details
-
result
-
error
-
-
Constructor Details
-
Status
public Status()
-
-
Method Details
-
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
Sets the value of the result property.- Parameters:
value- allowed object isString
-
getError
Gets the value of the error property.- Returns:
- possible object is
Error
-
setError
Sets the value of the error property.- Parameters:
value- allowed object isError
-