Class Exception.ExceptionType
- java.lang.Object
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.Exception.ExceptionType
-
- Enclosing class:
- Exception
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classException.ExceptionType.Builder<_B>static classException.ExceptionType.Selectstatic classException.ExceptionType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Field Summary
Fields Modifier and Type Field Description protected StringacceptanceExceptionprotected StringgeneralExceptionprotected StringreceiptException
-
Constructor Summary
Constructors Constructor Description ExceptionType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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> voidcopyTo(Exception.ExceptionType.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(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.StringgetAcceptanceException()Gets the value of the acceptanceException property.StringgetGeneralException()Gets the value of the generalException property.StringgetReceiptException()Gets the value of the receiptException property.Exception.ExceptionType.Builder<Void>newCopyBuilder()<_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(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)voidsetAcceptanceException(String value)Sets the value of the acceptanceException property.voidsetGeneralException(String value)Sets the value of the generalException property.voidsetReceiptException(String value)Sets the value of the receiptException property.
-
-
-
Method Detail
-
getReceiptException
public String getReceiptException()
Gets the value of the receiptException property.- Returns:
- possible object is
String
-
setReceiptException
public void setReceiptException(String value)
Sets the value of the receiptException property.- Parameters:
value- allowed object isString
-
getAcceptanceException
public String getAcceptanceException()
Gets the value of the acceptanceException property.- Returns:
- possible object is
String
-
setAcceptanceException
public void setAcceptanceException(String value)
Sets the value of the acceptanceException property.- Parameters:
value- allowed object isString
-
getGeneralException
public String getGeneralException()
Gets the value of the generalException property.- Returns:
- possible object is
String
-
setGeneralException
public void setGeneralException(String value)
Sets the value of the generalException property.- Parameters:
value- allowed object isString
-
copyTo
public <_B> void copyTo(Exception.ExceptionType.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.Exception.ExceptionType)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.ExceptionType.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public Exception.ExceptionType.Builder<Void> newCopyBuilder()
-
builder
public static Exception.ExceptionType.Builder<Void> builder()
-
copyOf
public static <_B> Exception.ExceptionType.Builder<_B> copyOf(Exception.ExceptionType _other)
-
copyTo
public <_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. This method is used by thecopyOf(org.oasis_open.docs.ebxml_bp.ebbp_signals_2.Exception.ExceptionType)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.ExceptionType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public Exception.ExceptionType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> Exception.ExceptionType.Builder<_B> copyOf(Exception.ExceptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static Exception.ExceptionType.Builder<Void> copyExcept(Exception.ExceptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static Exception.ExceptionType.Builder<Void> copyOnly(Exception.ExceptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-