public class Exception extends SignalIdentificationInformation
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.Builder<_B> |
static class |
Exception.ExceptionType
Java class for anonymous complex type.
|
static class |
Exception.Select |
static class |
Exception.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
static Exception.Builder<Void> |
builder() |
static Exception.Builder<Void> |
copyExcept(Exception _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static Exception.Builder<Void> |
copyExcept(SignalIdentificationInformation _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> Exception.Builder<_B> |
copyOf(Exception _other) |
static <_B> Exception.Builder<_B> |
copyOf(Exception _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static <_B> Exception.Builder<_B> |
copyOf(SignalIdentificationInformation _other) |
static <_B> Exception.Builder<_B> |
copyOf(SignalIdentificationInformation _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static Exception.Builder<Void> |
copyOnly(Exception _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static Exception.Builder<Void> |
copyOnly(SignalIdentificationInformation _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(Exception.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(Exception.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
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.
|
<_B> Exception.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> Exception.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Exception.Builder<Void> |
newCopyBuilder() |
Exception.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
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.
|
copyTo, copyTo, 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.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()
Objectpublic void setAny(Object value)
value - allowed object is
Objectpublic <_B> void copyTo(Exception.Builder<_B> _other)
copyOf(org.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> Exception.Builder<_B> newCopyBuilder(_B _parentBuilder)
newCopyBuilder in class SignalIdentificationInformationpublic Exception.Builder<Void> newCopyBuilder()
newCopyBuilder in class SignalIdentificationInformationpublic static Exception.Builder<Void> builder()
public static <_B> Exception.Builder<_B> copyOf(SignalIdentificationInformation _other)
public static <_B> Exception.Builder<_B> copyOf(Exception _other)
public <_B> void copyTo(Exception.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> Exception.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
newCopyBuilder in class SignalIdentificationInformationpublic Exception.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
newCopyBuilder in class SignalIdentificationInformationpublic static <_B> Exception.Builder<_B> copyOf(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> Exception.Builder<_B> copyOf(Exception _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static Exception.Builder<Void> copyExcept(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static Exception.Builder<Void> copyExcept(Exception _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static Exception.Builder<Void> copyOnly(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static Exception.Builder<Void> copyOnly(Exception _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2021 NorStella. All rights reserved.