| Package | Description |
|---|---|
| org.w3.soap |
| Modifier and Type | Field and Description |
|---|---|
protected Faultcode |
Fault.code |
| Modifier and Type | Method and Description |
|---|---|
Faultcode |
ObjectFactory.createFaultcode()
Create an instance of
Faultcode |
Faultcode |
Fault.getCode()
Gets the value of the code property.
|
Faultcode |
Faultcode.withSubcode(Subcode value) |
Faultcode |
Faultcode.withValue(QName value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Fault.setCode(Faultcode value)
Sets the value of the code property.
|
Fault |
Fault.withCode(Faultcode value) |
| Constructor and Description |
|---|
Fault(Faultcode code,
Faultreason reason,
String node,
String role,
Detail detail)
Fully-initialising value constructor
|
Copyright © 2017 Digipost. All Rights Reserved.