public static class Exception.ExceptionType extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Exception.ExceptionType.Builder<_B> |
static class |
Exception.ExceptionType.Select |
static class |
Exception.ExceptionType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
acceptanceException |
protected String |
generalException |
protected String |
receiptException |
| Constructor and Description |
|---|
ExceptionType() |
| Modifier and Type | Method and Description |
|---|---|
static Exception.ExceptionType.Builder<Void> |
builder() |
static Exception.ExceptionType.Builder<Void> |
copyExcept(Exception.ExceptionType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> Exception.ExceptionType.Builder<_B> |
copyOf(Exception.ExceptionType _other) |
static <_B> Exception.ExceptionType.Builder<_B> |
copyOf(Exception.ExceptionType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static Exception.ExceptionType.Builder<Void> |
copyOnly(Exception.ExceptionType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(Exception.ExceptionType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(Exception.ExceptionType.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
String |
getAcceptanceException()
Gets the value of the acceptanceException property.
|
String |
getGeneralException()
Gets the value of the generalException property.
|
String |
getReceiptException()
Gets the value of the receiptException property.
|
<_B> Exception.ExceptionType.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> Exception.ExceptionType.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Exception.ExceptionType.Builder<Void> |
newCopyBuilder() |
Exception.ExceptionType.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setAcceptanceException(String value)
Sets the value of the acceptanceException property.
|
void |
setGeneralException(String value)
Sets the value of the generalException property.
|
void |
setReceiptException(String value)
Sets the value of the receiptException property.
|
protected String receiptException
protected String acceptanceException
protected String generalException
public String getReceiptException()
Stringpublic void setReceiptException(String value)
value - allowed object is
Stringpublic String getAcceptanceException()
Stringpublic void setAcceptanceException(String value)
value - allowed object is
Stringpublic String getGeneralException()
Stringpublic void setGeneralException(String value)
value - allowed object is
Stringpublic <_B> void copyTo(Exception.ExceptionType.Builder<_B> _other)
copyOf(org.oasis_open.docs.ebxml_bp.ebbp_signals_2.Exception.ExceptionType) 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.ExceptionType.Builder<_B> newCopyBuilder(_B _parentBuilder)
public Exception.ExceptionType.Builder<Void> newCopyBuilder()
public static Exception.ExceptionType.Builder<Void> builder()
public static <_B> Exception.ExceptionType.Builder<_B> copyOf(Exception.ExceptionType _other)
public <_B> void copyTo(Exception.ExceptionType.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.Exception.ExceptionType) 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.ExceptionType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public Exception.ExceptionType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> Exception.ExceptionType.Builder<_B> copyOf(Exception.ExceptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static Exception.ExceptionType.Builder<Void> copyExcept(Exception.ExceptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static Exception.ExceptionType.Builder<Void> copyOnly(Exception.ExceptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2021 NorStella. All rights reserved.