@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public class BaseFaultType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseFaultType.Description
<p>Java class for anonymous complex type.
|
static class |
BaseFaultType.ErrorCode
<p>Java class for anonymous complex type.
|
static class |
BaseFaultType.FaultCause
<p>Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
any |
protected List<BaseFaultType.Description> |
description |
protected BaseFaultType.ErrorCode |
errorCode |
protected BaseFaultType.FaultCause |
faultCause |
protected W3CEndpointReference |
originator |
protected XMLGregorianCalendar |
timestamp |
| Constructor and Description |
|---|
BaseFaultType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
List<BaseFaultType.Description> |
getDescription()
Gets the value of the description property.
|
BaseFaultType.ErrorCode |
getErrorCode()
Gets the value of the errorCode property.
|
BaseFaultType.FaultCause |
getFaultCause()
Gets the value of the faultCause property.
|
W3CEndpointReference |
getOriginator()
Gets the value of the originator property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
void |
setErrorCode(BaseFaultType.ErrorCode value)
Sets the value of the errorCode property.
|
void |
setFaultCause(BaseFaultType.FaultCause value)
Sets the value of the faultCause property.
|
void |
setOriginator(W3CEndpointReference value)
Sets the value of the originator property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected List<Object> any
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected XMLGregorianCalendar timestamp
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected W3CEndpointReference originator
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected BaseFaultType.ErrorCode errorCode
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected List<BaseFaultType.Description> description
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected BaseFaultType.FaultCause faultCause
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public List<Object> getAny()
Element
Object@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public W3CEndpointReference getOriginator()
W3CEndpointReference@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public void setOriginator(W3CEndpointReference value)
value - allowed object is
W3CEndpointReference@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public BaseFaultType.ErrorCode getErrorCode()
BaseFaultType.ErrorCode@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public void setErrorCode(BaseFaultType.ErrorCode value)
value - allowed object is
BaseFaultType.ErrorCode@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public List<BaseFaultType.Description> getDescription()
BaseFaultType.Description@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public BaseFaultType.FaultCause getFaultCause()
BaseFaultType.FaultCause@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public void setFaultCause(BaseFaultType.FaultCause value)
value - allowed object is
BaseFaultType.FaultCause@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public Map<QName,String> getOtherAttributes()
Apache CXF