Class Exception.ExceptionType.Builder<_B>
- java.lang.Object
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.Exception.ExceptionType.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- Exception.ExceptionType
public static class Exception.ExceptionType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected Exception.ExceptionType_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, Exception.ExceptionType _other, boolean _copy)Builder(_B _parentBuilder, Exception.ExceptionType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exception.ExceptionTypebuild()Exception.ExceptionType.Builder<_B>copyOf(Exception.ExceptionType _other)Exception.ExceptionType.Builder<_B>copyOf(Exception.ExceptionType.Builder _other)_Bend()protected <_P extends Exception.ExceptionType>
_Pinit(_P _product)Exception.ExceptionType.Builder<_B>withAcceptanceException(String acceptanceException)Sets the new value of "acceptanceException" (any previous value will be replaced)Exception.ExceptionType.Builder<_B>withGeneralException(String generalException)Sets the new value of "generalException" (any previous value will be replaced)Exception.ExceptionType.Builder<_B>withReceiptException(String receiptException)Sets the new value of "receiptException" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final Exception.ExceptionType _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, Exception.ExceptionType _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, Exception.ExceptionType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends Exception.ExceptionType> _P init(_P _product)
-
withReceiptException
public Exception.ExceptionType.Builder<_B> withReceiptException(String receiptException)
Sets the new value of "receiptException" (any previous value will be replaced)- Parameters:
receiptException- New value of the "receiptException" property.
-
withAcceptanceException
public Exception.ExceptionType.Builder<_B> withAcceptanceException(String acceptanceException)
Sets the new value of "acceptanceException" (any previous value will be replaced)- Parameters:
acceptanceException- New value of the "acceptanceException" property.
-
withGeneralException
public Exception.ExceptionType.Builder<_B> withGeneralException(String generalException)
Sets the new value of "generalException" (any previous value will be replaced)- Parameters:
generalException- New value of the "generalException" property.
-
build
public Exception.ExceptionType build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public Exception.ExceptionType.Builder<_B> copyOf(Exception.ExceptionType _other)
-
copyOf
public Exception.ExceptionType.Builder<_B> copyOf(Exception.ExceptionType.Builder _other)
-
-