|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation
org.oasis_open.docs.ebxml_bp.ebbp_signals_2.Exception
public class Exception
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}SignalIdentificationInformation">
<sequence>
<element name="ExceptionType">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="ReceiptException">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Syntax"/>
<enumeration value="Authorization"/>
<enumeration value="Signature"/>
<enumeration value="Sequence"/>
</restriction>
</simpleType>
</element>
<element name="AcceptanceException">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Business"/>
<enumeration value="Performance"/>
</restriction>
</simpleType>
</element>
<element name="GeneralException">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Reason" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}non-empty-string"/>
<element name="ExceptionMessage" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}non-empty-string" minOccurs="0"/>
<any namespace='##other' minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Exception.ExceptionType
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Object |
any
|
protected String |
exceptionMessage
|
protected Exception.ExceptionType |
exceptionType
|
protected String |
reason
|
| Fields inherited from class org.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation |
|---|
businessActivityIdentifier, collaborationIdentifier, fromPartyInfo, fromRole, originalDocumentIdentifier, originalMessageDateTime, originalMessageIdentifier, processSpecificationInfo, thisMessageDateTime, toPartyInfo, toRole |
| Constructor Summary | |
|---|---|
Exception()
Default no-arg constructor |
|
Exception(String originalMessageIdentifier,
String originalDocumentIdentifier,
org.joda.time.DateTime originalMessageDateTime,
org.joda.time.DateTime thisMessageDateTime,
PartyInfoType fromPartyInfo,
PartyInfoType toPartyInfo,
RoleType fromRole,
RoleType toRole,
ProcessSpecificationInfoType processSpecificationInfo,
String collaborationIdentifier,
String businessActivityIdentifier,
Exception.ExceptionType exceptionType,
String reason,
String exceptionMessage,
Object any)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
getAny()
Gets the value of the any property. |
String |
getExceptionMessage()
Gets the value of the exceptionMessage property. |
Exception.ExceptionType |
getExceptionType()
Gets the value of the exceptionType property. |
String |
getReason()
Gets the value of the reason property. |
void |
setAny(Object value)
Sets the value of the any property. |
void |
setExceptionMessage(String value)
Sets the value of the exceptionMessage property. |
void |
setExceptionType(Exception.ExceptionType value)
Sets the value of the exceptionType property. |
void |
setReason(String value)
Sets the value of the reason property. |
String |
toString()
|
Exception |
withAny(Object value)
|
Exception |
withBusinessActivityIdentifier(String value)
|
Exception |
withCollaborationIdentifier(String value)
|
Exception |
withExceptionMessage(String value)
|
Exception |
withExceptionType(Exception.ExceptionType value)
|
Exception |
withFromPartyInfo(PartyInfoType value)
|
Exception |
withFromRole(RoleType value)
|
Exception |
withOriginalDocumentIdentifier(String value)
|
Exception |
withOriginalMessageDateTime(org.joda.time.DateTime value)
|
Exception |
withOriginalMessageIdentifier(String value)
|
Exception |
withProcessSpecificationInfo(ProcessSpecificationInfoType value)
|
Exception |
withReason(String value)
|
Exception |
withThisMessageDateTime(org.joda.time.DateTime value)
|
Exception |
withToPartyInfo(PartyInfoType value)
|
Exception |
withToRole(RoleType value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Exception.ExceptionType exceptionType
protected String reason
protected String exceptionMessage
protected Object any
| Constructor Detail |
|---|
public Exception()
public Exception(String originalMessageIdentifier,
String originalDocumentIdentifier,
org.joda.time.DateTime originalMessageDateTime,
org.joda.time.DateTime thisMessageDateTime,
PartyInfoType fromPartyInfo,
PartyInfoType toPartyInfo,
RoleType fromRole,
RoleType toRole,
ProcessSpecificationInfoType processSpecificationInfo,
String collaborationIdentifier,
String businessActivityIdentifier,
Exception.ExceptionType exceptionType,
String reason,
String exceptionMessage,
Object any)
| Method Detail |
|---|
public Exception.ExceptionType getExceptionType()
Exception.ExceptionTypepublic void setExceptionType(Exception.ExceptionType value)
value - allowed object is
Exception.ExceptionTypepublic String getReason()
Stringpublic void setReason(String value)
value - allowed object is
Stringpublic String getExceptionMessage()
Stringpublic void setExceptionMessage(String value)
value - allowed object is
Stringpublic Object getAny()
Element
Objectpublic void setAny(Object value)
value - allowed object is
Element
Objectpublic String toString()
toString in class SignalIdentificationInformation
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class SignalIdentificationInformation
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class SignalIdentificationInformationpublic Exception withExceptionType(Exception.ExceptionType value)
public Exception withReason(String value)
public Exception withExceptionMessage(String value)
public Exception withAny(Object value)
public Exception withOriginalMessageIdentifier(String value)
withOriginalMessageIdentifier in class SignalIdentificationInformationpublic Exception withOriginalDocumentIdentifier(String value)
withOriginalDocumentIdentifier in class SignalIdentificationInformationpublic Exception withOriginalMessageDateTime(org.joda.time.DateTime value)
withOriginalMessageDateTime in class SignalIdentificationInformationpublic Exception withThisMessageDateTime(org.joda.time.DateTime value)
withThisMessageDateTime in class SignalIdentificationInformationpublic Exception withFromPartyInfo(PartyInfoType value)
withFromPartyInfo in class SignalIdentificationInformationpublic Exception withToPartyInfo(PartyInfoType value)
withToPartyInfo in class SignalIdentificationInformationpublic Exception withFromRole(RoleType value)
withFromRole in class SignalIdentificationInformationpublic Exception withToRole(RoleType value)
withToRole in class SignalIdentificationInformationpublic Exception withProcessSpecificationInfo(ProcessSpecificationInfoType value)
withProcessSpecificationInfo in class SignalIdentificationInformationpublic Exception withCollaborationIdentifier(String value)
withCollaborationIdentifier in class SignalIdentificationInformationpublic Exception withBusinessActivityIdentifier(String value)
withBusinessActivityIdentifier in class SignalIdentificationInformation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||