epcglobal.ale.soap
Class ImplementationException

java.lang.Object
  extended by epcglobal.ale.soap.ALEException
      extended by epcglobal.ale.soap.ImplementationException
All Implemented Interfaces:
java.io.Serializable

public class ImplementationException
extends ALEException
implements java.io.Serializable

Java class for ImplementationException complex type.

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

 <complexType name="ImplementationException">
   <complexContent>
     <extension base="{urn:epcglobal:ale:wsdl:1}ALEException">
       <sequence>
         <element name="severity" type="{urn:epcglobal:ale:wsdl:1}ImplementationExceptionSeverity"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  ImplementationExceptionSeverity severity
           
 
Fields inherited from class epcglobal.ale.soap.ALEException
reason
 
Constructor Summary
ImplementationException()
           
 
Method Summary
 ImplementationExceptionSeverity getSeverity()
          Gets the value of the severity property.
 boolean isSetSeverity()
           
 void setSeverity(ImplementationExceptionSeverity value)
          Sets the value of the severity property.
 
Methods inherited from class epcglobal.ale.soap.ALEException
getReason, isSetReason, setReason
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

severity

protected ImplementationExceptionSeverity severity
Constructor Detail

ImplementationException

public ImplementationException()
Method Detail

getSeverity

public ImplementationExceptionSeverity getSeverity()
Gets the value of the severity property.

Returns:
possible object is ImplementationExceptionSeverity

setSeverity

public void setSeverity(ImplementationExceptionSeverity value)
Sets the value of the severity property.

Parameters:
value - allowed object is ImplementationExceptionSeverity

isSetSeverity

public boolean isSetSeverity()