|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BaseFaultType
Interface related to "BaseFaultType" WS-BaseFaults type Thought to be the most "user-friendly" as possible according to WS-BaseFaults specification (part of WS-Resource specifications set) content and especially its associated XML Schema
| Nested Class Summary | |
|---|---|
static interface |
BaseFaultType.Description
Interface related to "BaseFaultType.Description" WS-BaseFaults sub-type Thought to be the most "user-friendly" as possible according to WS-BaseFaults specification (part of WS-Resource specifications set) content and especially its associated XML Schema |
static interface |
BaseFaultType.ErrorCode
Interface related to "BaseFaultType.ErrorCode" WS-BaseFaults sub-type Thought to be the most "user-friendly" as possible according to WS-BaseFaults specification (part of WS-Resource specifications set) content and especially its associated XML Schema |
static interface |
BaseFaultType.FaultCause
Interface related to "BaseFaultType.FaultCause" WS-BaseFaults sub-type Thought to be the most "user-friendly" as possible according to WS-BaseFaults specification (part of WS-Resource specifications set) content and especially its associated XML Schema |
| Method Summary | |
|---|---|
void |
addDescription(BaseFaultType.Description value)
Add a description to the fault |
java.util.List<BaseFaultType.Description> |
getDescriptions()
Get the list of descriptions of the fault |
BaseFaultType.ErrorCode |
getErrorCode()
Get the error code of the fault |
BaseFaultType.FaultCause |
getFaultCause()
Get the Fault cause of the fault |
com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType |
getOriginator()
Get the "originator" - means endpoint that has reported the fault - of the fault |
java.util.Date |
getTimestamp()
Get the timestamp - creation date - of the fault |
void |
setErrorCode(BaseFaultType.ErrorCode value)
Set the error code of the fault |
void |
setFaultCause(BaseFaultType.FaultCause value)
Set the Fault cause of the fault |
void |
setOriginator(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType value)
Set the "originator" - means endpoint that has reported the fault - of the fault |
void |
setTimestamp(java.util.Date value)
Set the timestamp - creation date - of the fault |
| Method Detail |
|---|
java.util.List<BaseFaultType.Description> getDescriptions()
BaseFaultType.Description objectvoid addDescription(BaseFaultType.Description value)
value - the description as BaseFaultType.Description object to addBaseFaultType.ErrorCode getErrorCode()
void setErrorCode(BaseFaultType.ErrorCode value)
value - the ErrorCode as a BaseFaultType.ErrorCode objectBaseFaultType.FaultCause getFaultCause()
BaseFaultType.ErrorCode objectvoid setFaultCause(BaseFaultType.FaultCause value)
value - the fault cause as BaseFaultType.FaultCause objectcom.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType getOriginator()
EndpointReferenceType objectvoid setOriginator(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType value)
value - the originator EndpointReferenceType objectjava.util.Date getTimestamp()
Date objectvoid setTimestamp(java.util.Date value)
value - the timestamp as a Date object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||