epcglobal.ale.soap
Class ImplementationException
java.lang.Object
epcglobal.ale.soap.ALEException
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
severity
protected ImplementationExceptionSeverity severity
ImplementationException
public ImplementationException()
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()