Class Exception
- java.lang.Object
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.Exception
-
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classException.Builder<_B>static classException.ExceptionTypeJava class for anonymous complex type.static classException.Selectstatic classException.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Field Summary
Fields Modifier and Type Field Description protected Objectanyprotected StringexceptionMessageprotected Exception.ExceptionTypeexceptionTypeprotected Stringreason-
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
Constructors Constructor Description Exception()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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> voidcopyTo(Exception.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(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.ObjectgetAny()Gets the value of the any property.StringgetExceptionMessage()Gets the value of the exceptionMessage property.Exception.ExceptionTypegetExceptionType()Gets the value of the exceptionType property.StringgetReason()Gets the value of the reason property.Exception.Builder<Void>newCopyBuilder()<_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(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)voidsetAny(Object value)Sets the value of the any property.voidsetExceptionMessage(String value)Sets the value of the exceptionMessage property.voidsetExceptionType(Exception.ExceptionType value)Sets the value of the exceptionType property.voidsetReason(String value)Sets the value of the reason property.-
Methods inherited from class org.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation
copyTo, copyTo, getBusinessActivityIdentifier, getCollaborationIdentifier, getFromPartyInfo, getFromRole, getOriginalDocumentIdentifier, getOriginalMessageDateTime, getOriginalMessageIdentifier, getProcessSpecificationInfo, getThisMessageDateTime, getToPartyInfo, getToRole, setBusinessActivityIdentifier, setCollaborationIdentifier, setFromPartyInfo, setFromRole, setOriginalDocumentIdentifier, setOriginalMessageDateTime, setOriginalMessageIdentifier, setProcessSpecificationInfo, setThisMessageDateTime, setToPartyInfo, setToRole
-
-
-
-
Field Detail
-
exceptionType
protected Exception.ExceptionType exceptionType
-
reason
protected String reason
-
exceptionMessage
protected String exceptionMessage
-
any
protected Object any
-
-
Method Detail
-
getExceptionType
public Exception.ExceptionType getExceptionType()
Gets the value of the exceptionType property.- Returns:
- possible object is
Exception.ExceptionType
-
setExceptionType
public void setExceptionType(Exception.ExceptionType value)
Sets the value of the exceptionType property.- Parameters:
value- allowed object isException.ExceptionType
-
getReason
public String getReason()
Gets the value of the reason property.- Returns:
- possible object is
String
-
setReason
public void setReason(String value)
Sets the value of the reason property.- Parameters:
value- allowed object isString
-
getExceptionMessage
public String getExceptionMessage()
Gets the value of the exceptionMessage property.- Returns:
- possible object is
String
-
setExceptionMessage
public void setExceptionMessage(String value)
Sets the value of the exceptionMessage property.- Parameters:
value- allowed object isString
-
getAny
public Object getAny()
Gets the value of the any property.- Returns:
- possible object is
Object
-
setAny
public void setAny(Object value)
Sets the value of the any property.- Parameters:
value- allowed object isObject
-
copyTo
public <_B> void copyTo(Exception.Builder<_B> _other)
Copies all state of this object to a builder. This method is used by thecopyOf(org.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> Exception.Builder<_B> newCopyBuilder(_B _parentBuilder)
- Overrides:
newCopyBuilderin classSignalIdentificationInformation
-
newCopyBuilder
public Exception.Builder<Void> newCopyBuilder()
- Overrides:
newCopyBuilderin classSignalIdentificationInformation
-
builder
public static Exception.Builder<Void> builder()
-
copyOf
public static <_B> Exception.Builder<_B> copyOf(SignalIdentificationInformation _other)
-
copyOf
public static <_B> Exception.Builder<_B> copyOf(Exception _other)
-
copyTo
public <_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. This method is used by thecopyOf(org.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> Exception.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
- Overrides:
newCopyBuilderin classSignalIdentificationInformation
-
newCopyBuilder
public Exception.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
- Overrides:
newCopyBuilderin classSignalIdentificationInformation
-
copyOf
public static <_B> Exception.Builder<_B> copyOf(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> Exception.Builder<_B> copyOf(Exception _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static Exception.Builder<Void> copyExcept(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyExcept
public static Exception.Builder<Void> copyExcept(Exception _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static Exception.Builder<Void> copyOnly(SignalIdentificationInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static Exception.Builder<Void> copyOnly(Exception _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-