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 java.lang.Object |
any |
protected java.lang.String |
exceptionMessage |
protected Exception.ExceptionType |
exceptionType |
protected java.lang.String |
reason |
businessActivityIdentifier, collaborationIdentifier, fromPartyInfo, fromRole, originalDocumentIdentifier, originalMessageDateTime, originalMessageIdentifier, processSpecificationInfo, thisMessageDateTime, toPartyInfo, toRole| Constructor and Description |
|---|
Exception()
Default no-arg constructor
|
Exception(java.lang.String originalMessageIdentifier,
java.lang.String originalDocumentIdentifier,
org.joda.time.DateTime originalMessageDateTime,
org.joda.time.DateTime thisMessageDateTime,
PartyInfoType fromPartyInfo,
PartyInfoType toPartyInfo,
RoleType fromRole,
RoleType toRole,
ProcessSpecificationInfoType processSpecificationInfo,
java.lang.String collaborationIdentifier,
java.lang.String businessActivityIdentifier,
Exception.ExceptionType exceptionType,
java.lang.String reason,
java.lang.String exceptionMessage,
java.lang.Object any)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.Object |
getAny()
Gets the value of the any property.
|
java.lang.String |
getExceptionMessage()
Gets the value of the exceptionMessage property.
|
Exception.ExceptionType |
getExceptionType()
Gets the value of the exceptionType property.
|
java.lang.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(java.lang.Object value)
Sets the value of the any property.
|
void |
setExceptionMessage(java.lang.String value)
Sets the value of the exceptionMessage property.
|
void |
setExceptionType(Exception.ExceptionType value)
Sets the value of the exceptionType property.
|
void |
setReason(java.lang.String value)
Sets the value of the reason property.
|
java.lang.String |
toString() |
Exception |
withAny(java.lang.Object value) |
Exception |
withBusinessActivityIdentifier(java.lang.String value) |
Exception |
withCollaborationIdentifier(java.lang.String value) |
Exception |
withExceptionMessage(java.lang.String value) |
Exception |
withExceptionType(Exception.ExceptionType value) |
Exception |
withFromPartyInfo(PartyInfoType value) |
Exception |
withFromRole(RoleType value) |
Exception |
withOriginalDocumentIdentifier(java.lang.String value) |
Exception |
withOriginalMessageDateTime(org.joda.time.DateTime value) |
Exception |
withOriginalMessageIdentifier(java.lang.String value) |
Exception |
withProcessSpecificationInfo(ProcessSpecificationInfoType value) |
Exception |
withReason(java.lang.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 java.lang.String reason
protected java.lang.String exceptionMessage
protected java.lang.Object any
public Exception()
public Exception(java.lang.String originalMessageIdentifier,
java.lang.String originalDocumentIdentifier,
org.joda.time.DateTime originalMessageDateTime,
org.joda.time.DateTime thisMessageDateTime,
PartyInfoType fromPartyInfo,
PartyInfoType toPartyInfo,
RoleType fromRole,
RoleType toRole,
ProcessSpecificationInfoType processSpecificationInfo,
java.lang.String collaborationIdentifier,
java.lang.String businessActivityIdentifier,
Exception.ExceptionType exceptionType,
java.lang.String reason,
java.lang.String exceptionMessage,
java.lang.Object any)
public Exception.ExceptionType getExceptionType()
Exception.ExceptionTypepublic void setExceptionType(Exception.ExceptionType value)
value - allowed object is
Exception.ExceptionTypepublic java.lang.String getReason()
Stringpublic void setReason(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExceptionMessage()
Stringpublic void setExceptionMessage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getAny()
Object
Elementpublic void setAny(java.lang.Object value)
value - allowed object is
Object
Elementpublic java.lang.String toString()
toString in class SignalIdentificationInformationpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class SignalIdentificationInformationpublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.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,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SignalIdentificationInformationpublic boolean equals(java.lang.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 withReason(java.lang.String value)
public Exception withExceptionMessage(java.lang.String value)
public Exception withAny(java.lang.Object value)
public Exception withOriginalMessageIdentifier(java.lang.String value)
withOriginalMessageIdentifier in class SignalIdentificationInformationpublic Exception withOriginalDocumentIdentifier(java.lang.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(java.lang.String value)
withCollaborationIdentifier in class SignalIdentificationInformationpublic Exception withBusinessActivityIdentifier(java.lang.String value)
withBusinessActivityIdentifier in class SignalIdentificationInformationCopyright © 2015 Digipost Open Source. All Rights Reserved.