| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected Fault |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
Fault _other,
boolean _copy) |
Builder(_B _parentBuilder,
Fault _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
Fault |
build() |
_B |
end() |
protected <_P extends Fault> |
init(_P _product) |
Faultcode.Builder<? extends Fault.Builder<_B>> |
withCode()
Returns a new builder to build the value of the "code" property (replacing previous value).
|
Fault.Builder<_B> |
withCode(Faultcode code)
Sets the new value of "code" (any previous value will be replaced)
|
Detail.Builder<? extends Fault.Builder<_B>> |
withDetail()
Returns a new builder to build the value of the "detail" property (replacing previous value).
|
Fault.Builder<_B> |
withDetail(Detail detail)
Sets the new value of "detail" (any previous value will be replaced)
|
Fault.Builder<_B> |
withNode(String node)
Sets the new value of "node" (any previous value will be replaced)
|
Faultreason.Builder<? extends Fault.Builder<_B>> |
withReason()
Returns a new builder to build the value of the "reason" property (replacing previous value).
|
Fault.Builder<_B> |
withReason(Faultreason reason)
Sets the new value of "reason" (any previous value will be replaced)
|
Fault.Builder<_B> |
withRole(String role)
Sets the new value of "role" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final Fault _storedValue
public _B end()
protected <_P extends Fault> _P init(_P _product)
public Fault.Builder<_B> withCode(Faultcode code)
code - New value of the "code" property.public Faultcode.Builder<? extends Fault.Builder<_B>> withCode()
Faultcode.Builder.end() to return to the current builder.Faultcode.Builder.end() to return to the current builder.public Fault.Builder<_B> withReason(Faultreason reason)
reason - New value of the "reason" property.public Faultreason.Builder<? extends Fault.Builder<_B>> withReason()
Faultreason.Builder.end() to return to the current builder.Faultreason.Builder.end() to return to the current builder.public Fault.Builder<_B> withNode(String node)
node - New value of the "node" property.public Fault.Builder<_B> withRole(String role)
role - New value of the "role" property.public Fault.Builder<_B> withDetail(Detail detail)
detail - New value of the "detail" property.public Detail.Builder<? extends Fault.Builder<_B>> withDetail()
Detail.Builder.end() to return to the current builder.Detail.Builder.end() to return to the current builder.public Fault build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2021 NorStella. All rights reserved.