@CodingStyleguideUnaware public class Exception extends EbbpSigSignalIdentificationInformation
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>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Modifier and Type | Class and Description |
|---|---|
static class |
Exception.ExceptionType
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
Exception()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
Exception |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(Exception ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
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()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
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()
Created by ph-jaxb22-plugin -Xph-tostring
|
cloneTo, getBusinessActivityIdentifier, getCollaborationIdentifier, getFromPartyInfo, getFromPartyInfoValue, getFromRole, getOriginalDocumentIdentifier, getOriginalMessageDateTime, getOriginalMessageIdentifier, getProcessSpecificationInfo, getThisMessageDateTime, getToPartyInfo, getToPartyInfoValue, getToRole, setBusinessActivityIdentifier, setCollaborationIdentifier, setFromPartyInfo, setFromPartyInfo, setFromRole, setOriginalDocumentIdentifier, setOriginalMessageDateTime, setOriginalMessageIdentifier, setProcessSpecificationInfo, setThisMessageDateTime, setToPartyInfo, setToPartyInfo, setToRolepublic Exception()
@Nullable public Exception.ExceptionType getExceptionType()
Exception.ExceptionTypepublic void setExceptionType(@Nullable Exception.ExceptionType value)
value - allowed object is
Exception.ExceptionType@Nullable public String getReason()
Stringpublic void setReason(@Nullable String value)
value - allowed object is
String@Nullable public String getExceptionMessage()
Stringpublic void setExceptionMessage(@Nullable String value)
value - allowed object is
String@Nullable public Object getAny()
Objectpublic void setAny(@Nullable Object value)
value - allowed object is
Objectpublic boolean equals(Object o)
equals in class EbbpSigSignalIdentificationInformationpublic int hashCode()
hashCode in class EbbpSigSignalIdentificationInformationpublic String toString()
toString in class EbbpSigSignalIdentificationInformationpublic void cloneTo(@Nonnull Exception ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public Exception clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class EbbpSigSignalIdentificationInformationnull.Copyright © 2015–2020 Philip Helger. All rights reserved.