Class Error.Builder<_B>
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Error.Builder<_B>
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected Error_storedValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Errorbuild()Error.Builder<_B>copyOf(Error _other)Error.Builder<_B>copyOf(Error.Builder _other)_Bend()protected <_P extends Error>
_Pinit(_P _product)Error.Builder<_B>withCategory(String category)Sets the new value of "category" (any previous value will be replaced)Description.Builder<? extends Error.Builder<_B>>withDescription()Returns the existing builder or a new builder to build the value of the "description" property.Error.Builder<_B>withDescription(Description description)Sets the new value of "description" (any previous value will be replaced)Error.Builder<_B>withErrorCode(String errorCode)Sets the new value of "errorCode" (any previous value will be replaced)Error.Builder<_B>withErrorDetail(String errorDetail)Sets the new value of "errorDetail" (any previous value will be replaced)Error.Builder<_B>withOrigin(String origin)Sets the new value of "origin" (any previous value will be replaced)Error.Builder<_B>withRefToMessageInError(String refToMessageInError)Sets the new value of "refToMessageInError" (any previous value will be replaced)Error.Builder<_B>withSeverity(String severity)Sets the new value of "severity" (any previous value will be replaced)Error.Builder<_B>withShortDescription(String shortDescription)Sets the new value of "shortDescription" (any previous value will be replaced)
-
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends Error> _P init(_P _product)
-
withDescription
public Error.Builder<_B> withDescription(Description description)
Sets the new value of "description" (any previous value will be replaced)- Parameters:
description- New value of the "description" property.
-
withDescription
public Description.Builder<? extends Error.Builder<_B>> withDescription()
Returns the existing builder or a new builder to build the value of the "description" property. UseDescription.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "description" property.
Use
Description.Builder.end()to return to the current builder.
-
withErrorDetail
public Error.Builder<_B> withErrorDetail(String errorDetail)
Sets the new value of "errorDetail" (any previous value will be replaced)- Parameters:
errorDetail- New value of the "errorDetail" property.
-
withCategory
public Error.Builder<_B> withCategory(String category)
Sets the new value of "category" (any previous value will be replaced)- Parameters:
category- New value of the "category" property.
-
withRefToMessageInError
public Error.Builder<_B> withRefToMessageInError(String refToMessageInError)
Sets the new value of "refToMessageInError" (any previous value will be replaced)- Parameters:
refToMessageInError- New value of the "refToMessageInError" property.
-
withErrorCode
public Error.Builder<_B> withErrorCode(String errorCode)
Sets the new value of "errorCode" (any previous value will be replaced)- Parameters:
errorCode- New value of the "errorCode" property.
-
withOrigin
public Error.Builder<_B> withOrigin(String origin)
Sets the new value of "origin" (any previous value will be replaced)- Parameters:
origin- New value of the "origin" property.
-
withSeverity
public Error.Builder<_B> withSeverity(String severity)
Sets the new value of "severity" (any previous value will be replaced)- Parameters:
severity- New value of the "severity" property.
-
withShortDescription
public Error.Builder<_B> withShortDescription(String shortDescription)
Sets the new value of "shortDescription" (any previous value will be replaced)- Parameters:
shortDescription- New value of the "shortDescription" property.
-
build
public Error build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public Error.Builder<_B> copyOf(Error _other)
-
copyOf
public Error.Builder<_B> copyOf(Error.Builder _other)
-
-