|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.epcis.model.EPCISException
org.fosstrak.epcis.model.ImplementationException
public class ImplementationException
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 |
|---|
protected ImplementationExceptionSeverity severity
protected String queryName
protected String subscriptionID
| Constructor Detail |
|---|
public ImplementationException()
| Method Detail |
|---|
public ImplementationExceptionSeverity getSeverity()
ImplementationExceptionSeveritypublic void setSeverity(ImplementationExceptionSeverity value)
value - allowed object is ImplementationExceptionSeveritypublic String getQueryName()
Stringpublic void setQueryName(String value)
value - allowed object is Stringpublic String getSubscriptionID()
Stringpublic void setSubscriptionID(String value)
value - allowed object is String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||