org.fosstrak.epcis.model
Class ImplementationException

java.lang.Object
  extended by org.fosstrak.epcis.model.EPCISException
      extended by org.fosstrak.epcis.model.ImplementationException

public class ImplementationException
extends EPCISException

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:epcis-query:xsd:1}EPCISException">
       <sequence>
         <element name="severity" type="{urn:epcglobal:epcis-query:xsd:1}ImplementationExceptionSeverity"/>
         <element name="queryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="subscriptionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String queryName
           
protected  ImplementationExceptionSeverity severity
           
protected  String subscriptionID
           
 
Fields inherited from class org.fosstrak.epcis.model.EPCISException
reason
 
Constructor Summary
ImplementationException()
           
 
Method Summary
 String getQueryName()
          Gets the value of the queryName property.
 ImplementationExceptionSeverity getSeverity()
          Gets the value of the severity property.
 String getSubscriptionID()
          Gets the value of the subscriptionID property.
 void setQueryName(String value)
          Sets the value of the queryName property.
 void setSeverity(ImplementationExceptionSeverity value)
          Sets the value of the severity property.
 void setSubscriptionID(String value)
          Sets the value of the subscriptionID property.
 
Methods inherited from class org.fosstrak.epcis.model.EPCISException
getReason, 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

queryName

protected String queryName

subscriptionID

protected String subscriptionID
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

getQueryName

public String getQueryName()
Gets the value of the queryName property.

Returns:
possible object is String

setQueryName

public void setQueryName(String value)
Sets the value of the queryName property.

Parameters:
value - allowed object is String

getSubscriptionID

public String getSubscriptionID()
Gets the value of the subscriptionID property.

Returns:
possible object is String

setSubscriptionID

public void setSubscriptionID(String value)
Sets the value of the subscriptionID property.

Parameters:
value - allowed object is String


Copyright © 2010. All Rights Reserved.