be.fgov.ehealth.errors.soa.v1
Class SOAErrorType

java.lang.Object
  extended by be.fgov.ehealth.errors.core.v1.ErrorType
      extended by be.fgov.ehealth.errors.soa.v1.SOAErrorType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BusinessError, SystemError

@Generated(value="com.sun.tools.xjc.Driver",
           date="2023-09-11T04:14:58+02:00",
           comments="JAXB RI v2.3.6")
public class SOAErrorType
extends ErrorType
implements Serializable

Common Type for ConsumerErrors.

Java class for SOAErrorType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SOAErrorType">
   <complexContent>
     <extension base="{urn:be:fgov:ehealth:errors:core:v1}ErrorType">
       <sequence>
         <element name="Environment" type="{urn:be:fgov:ehealth:errors:soa:v1}EnvironmentType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
SOAErrorType()
           
 
Method Summary
 EnvironmentType getEnvironment()
          Gets the value of the environment property.
 void setEnvironment(EnvironmentType value)
          Sets the value of the environment property.
 
Methods inherited from class be.fgov.ehealth.errors.core.v1.ErrorType
getCode, getContact, getId, getMessages, getOrigin, isRetry, setCode, setContact, setId, setOrigin, setRetry
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAErrorType

public SOAErrorType()
Method Detail

getEnvironment

public EnvironmentType getEnvironment()
Gets the value of the environment property.

Returns:
possible object is EnvironmentType

setEnvironment

public void setEnvironment(EnvironmentType value)
Sets the value of the environment property.

Parameters:
value - allowed object is EnvironmentType



Connector Packaging TECHNICAL 3.25.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.