| 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) |
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> |
withFaultactor(String faultactor)
Sets the new value of "faultactor" (any previous value will be replaced)
|
Fault.Builder<_B> |
withFaultcode(QName faultcode)
Sets the new value of "faultcode" (any previous value will be replaced)
|
Fault.Builder<_B> |
withFaultstring(String faultstring)
Sets the new value of "faultstring" (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> withFaultcode(QName faultcode)
faultcode - New value of the "faultcode" property.public Fault.Builder<_B> withFaultstring(String faultstring)
faultstring - New value of the "faultstring" property.public Fault.Builder<_B> withFaultactor(String faultactor)
faultactor - New value of the "faultactor" 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 © 2022 NorStella. All rights reserved.