public class Exception extends SignalIdentificationInformation implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Exception.ExceptionType
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Object |
any |
protected String |
exceptionMessage |
protected Exception.ExceptionType |
exceptionType |
protected String |
reason |
businessActivityIdentifier, collaborationIdentifier, fromPartyInfo, fromRole, originalDocumentIdentifier, originalMessageDateTime, originalMessageIdentifier, processSpecificationInfo, thisMessageDateTime, toPartyInfo, toRole| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy 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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
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) |
getBusinessActivityIdentifier, getCollaborationIdentifier, getFromPartyInfo, getFromRole, getOriginalDocumentIdentifier, getOriginalMessageDateTime, getOriginalMessageIdentifier, getProcessSpecificationInfo, getThisMessageDateTime, getToPartyInfo, getToRole, setBusinessActivityIdentifier, setCollaborationIdentifier, setFromPartyInfo, setFromRole, setOriginalDocumentIdentifier, setOriginalMessageDateTime, setOriginalMessageIdentifier, setProcessSpecificationInfo, setThisMessageDateTime, setToPartyInfo, setToRoleprotected Exception.ExceptionType exceptionType
protected String reason
protected String exceptionMessage
protected Object any
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)
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()
public void setAny(Object value)
public String toString()
toString in class SignalIdentificationInformationpublic 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 SignalIdentificationInformationpublic 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 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SignalIdentificationInformationpublic boolean equals(Object object)
equals in class SignalIdentificationInformationpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SignalIdentificationInformationpublic int hashCode()
hashCode in class SignalIdentificationInformationpublic Exception withExceptionType(Exception.ExceptionType 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 SignalIdentificationInformationCopyright © 2014 Digipost Open Source. All Rights Reserved.