org.fosstrak.ale.wsdl.alecc.epcglobal
Class ImplementationException
java.lang.Object
org.fosstrak.ale.wsdl.alecc.epcglobal.ALEException
org.fosstrak.ale.wsdl.alecc.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:alecc:wsdl:1}ALEException">
<sequence>
<element name="severity" type="{urn:epcglobal:alecc:wsdl:1}ImplementationExceptionSeverity"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Field Summary |
protected java.lang.String |
severity
|
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
severity
protected java.lang.String severity
ImplementationException
public ImplementationException()
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.