| Package | Description |
|---|---|
| org.w3.soap |
| Modifier and Type | Field and Description |
|---|---|
protected Detail |
Detail.Builder._storedValue |
protected Detail |
Fault.detail |
| Modifier and Type | Method and Description |
|---|---|
protected <_P extends Detail> |
Detail.Builder.init(_P _product) |
| Modifier and Type | Method and Description |
|---|---|
Detail |
Detail.Builder.build() |
Detail |
ObjectFactory.createDetail()
Create an instance of
Detail |
Detail |
Fault.getDetail()
Gets the value of the detail property.
|
| Modifier and Type | Method and Description |
|---|---|
static Detail.Builder<Void> |
Detail.copyExcept(Detail _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> Detail.Builder<_B> |
Detail.copyOf(Detail _other) |
static <_B> Detail.Builder<_B> |
Detail.copyOf(Detail _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static Detail.Builder<Void> |
Detail.copyOnly(Detail _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
void |
Fault.setDetail(Detail value)
Sets the value of the detail property.
|
Fault.Builder<_B> |
Fault.Builder.withDetail(Detail detail)
Sets the new value of "detail" (any previous value will be replaced)
|
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
Detail _other,
boolean _copy) |
Builder(_B _parentBuilder,
Detail _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Copyright © 2022 NorStella. All rights reserved.