static Exception.Builder<Void> |
Exception.builder() |
|
static Exception.Builder<Void> |
Exception.copyExcept(Exception _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
static Exception.Builder<Void> |
Exception.copyExcept(SignalIdentificationInformation _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
Exception.Builder<_B> |
Exception.Builder.copyOf(Exception _other) |
|
Exception.Builder<_B> |
Exception.Builder.copyOf(Exception.Builder _other) |
|
static <_B> Exception.Builder<_B> |
Exception.copyOf(Exception _other) |
|
static <_B> Exception.Builder<_B> |
Exception.copyOf(Exception _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static <_B> Exception.Builder<_B> |
Exception.copyOf(SignalIdentificationInformation _other) |
|
static <_B> Exception.Builder<_B> |
Exception.copyOf(SignalIdentificationInformation _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static Exception.Builder<Void> |
Exception.copyOnly(Exception _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
static Exception.Builder<Void> |
Exception.copyOnly(SignalIdentificationInformation _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
Exception.Builder<Void> |
Exception.newCopyBuilder() |
|
<_B> Exception.Builder<_B> |
Exception.newCopyBuilder(_B _parentBuilder) |
|
<_B> Exception.Builder<_B> |
Exception.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
Exception.Builder<Void> |
Exception.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
Exception.Builder<_B> |
Exception.Builder.withAny(Object any) |
Sets the new value of "any" (any previous value will be replaced)
|
Exception.Builder<_B> |
Exception.Builder.withBusinessActivityIdentifier(String businessActivityIdentifier) |
Sets the new value of "businessActivityIdentifier" (any previous value will be
replaced)
|
Exception.Builder<_B> |
Exception.Builder.withCollaborationIdentifier(String collaborationIdentifier) |
Sets the new value of "collaborationIdentifier" (any previous value will be
replaced)
|
Exception.Builder<_B> |
Exception.Builder.withExceptionMessage(String exceptionMessage) |
Sets the new value of "exceptionMessage" (any previous value will be replaced)
|
Exception.Builder<_B> |
Exception.Builder.withExceptionType(Exception.ExceptionType exceptionType) |
Sets the new value of "exceptionType" (any previous value will be replaced)
|
Exception.Builder<_B> |
Exception.Builder.withFromPartyInfo(PartyInfoType fromPartyInfo) |
Sets the new value of "fromPartyInfo" (any previous value will be replaced)
|
Exception.Builder<_B> |
Exception.Builder.withFromRole(RoleType fromRole) |
Sets the new value of "fromRole" (any previous value will be replaced)
|
Exception.Builder<_B> |
Exception.Builder.withOriginalDocumentIdentifier(String originalDocumentIdentifier) |
Sets the new value of "originalDocumentIdentifier" (any previous value will be
replaced)
|
Exception.Builder<_B> |
Exception.Builder.withOriginalMessageDateTime(XMLGregorianCalendar originalMessageDateTime) |
Sets the new value of "originalMessageDateTime" (any previous value will be
replaced)
|
Exception.Builder<_B> |
Exception.Builder.withOriginalMessageIdentifier(String originalMessageIdentifier) |
Sets the new value of "originalMessageIdentifier" (any previous value will be
replaced)
|
Exception.Builder<_B> |
Exception.Builder.withProcessSpecificationInfo(ProcessSpecificationInfoType processSpecificationInfo) |
Sets the new value of "processSpecificationInfo" (any previous value will be
replaced)
|
Exception.Builder<_B> |
Exception.Builder.withReason(String reason) |
Sets the new value of "reason" (any previous value will be replaced)
|
Exception.Builder<_B> |
Exception.Builder.withThisMessageDateTime(XMLGregorianCalendar thisMessageDateTime) |
Sets the new value of "thisMessageDateTime" (any previous value will be
replaced)
|
Exception.Builder<_B> |
Exception.Builder.withToPartyInfo(PartyInfoType toPartyInfo) |
Sets the new value of "toPartyInfo" (any previous value will be replaced)
|
Exception.Builder<_B> |
Exception.Builder.withToRole(RoleType toRole) |
Sets the new value of "toRole" (any previous value will be replaced)
|