| Package | Description |
|---|---|
| org.w3.soap |
| Modifier and Type | Field and Description |
|---|---|
protected Detail |
Fault.detail |
| Modifier and Type | Method and Description |
|---|---|
Detail |
ObjectFactory.createDetail()
Create an instance of
Detail |
Detail |
Fault.getDetail()
Gets the value of the detail property.
|
Detail |
Detail.withAnies(Collection<Object> values) |
Detail |
Detail.withAnies(List<Object> value) |
Detail |
Detail.withAnies(Object... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Fault.setDetail(Detail value)
Sets the value of the detail property.
|
Fault |
Fault.withDetail(Detail value) |
| Constructor and Description |
|---|
Fault(Faultcode code,
Faultreason reason,
String node,
String role,
Detail detail)
Fully-initialising value constructor
|
Copyright © 2014 Digipost Open Source. All Rights Reserved.