org.fosstrak.ale.wsdl.alelr.epcglobal
Class ImplementationException

java.lang.Object
  extended by org.fosstrak.ale.wsdl.alelr.epcglobal.ALEException
      extended by org.fosstrak.ale.wsdl.alelr.epcglobal.ImplementationException

public class ImplementationException
extends ALEException

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:alelr:wsdl:1}ALEException">
       <sequence>
         <element name="severity" type="{urn:epcglobal:alelr:wsdl:1}ImplementationExceptionSeverity"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


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

Field Detail

severity

protected java.lang.String severity
Constructor Detail

ImplementationException

public ImplementationException()
Method Detail

getSeverity

public java.lang.String getSeverity()
Gets the value of the severity property.

Returns:
possible object is String

setSeverity

public void setSeverity(java.lang.String value)
Sets the value of the severity property.

Parameters:
value - allowed object is String


Copyright © 2009. All Rights Reserved.