| Package | Description |
|---|---|
| org.w3.soap |
| Modifier and Type | Field and Description |
|---|---|
protected Faultreason |
Fault.reason |
| Modifier and Type | Method and Description |
|---|---|
Faultreason |
ObjectFactory.createFaultreason()
Create an instance of
Faultreason |
Faultreason |
Fault.getReason()
Gets the value of the reason property.
|
Faultreason |
Faultreason.withTexts(Collection<Reasontext> values) |
Faultreason |
Faultreason.withTexts(List<Reasontext> value) |
Faultreason |
Faultreason.withTexts(Reasontext... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Fault.setReason(Faultreason value)
Sets the value of the reason property.
|
Fault |
Fault.withReason(Faultreason 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.