@Generated(value="com.sun.tools.xjc.Driver", date="2018-07-24T11:05:16+00:00", comments="JAXB RI v2.2.11.redhat-2") public class UnableToPutResourcePropertyDocumentFaultType extends BaseFaultType
Java class for UnableToPutResourcePropertyDocumentFaultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnableToPutResourcePropertyDocumentFaultType">
<complexContent>
<extension base="{http://docs.oasis-open.org/wsrf/bf-2}BaseFaultType">
<sequence>
<element name="ResourcePropertyChangeFailure" type="{http://docs.oasis-open.org/wsrf/rp-2}ResourcePropertyChangeFailureType"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
BaseFaultType.Description, BaseFaultType.ErrorCode, BaseFaultType.FaultCause| Modifier and Type | Field and Description |
|---|---|
protected ResourcePropertyChangeFailureType |
resourcePropertyChangeFailure |
any, description, errorCode, faultCause, originator, timestamp| Constructor and Description |
|---|
UnableToPutResourcePropertyDocumentFaultType() |
| Modifier and Type | Method and Description |
|---|---|
ResourcePropertyChangeFailureType |
getResourcePropertyChangeFailure()
Gets the value of the resourcePropertyChangeFailure property.
|
void |
setResourcePropertyChangeFailure(ResourcePropertyChangeFailureType value)
Sets the value of the resourcePropertyChangeFailure property.
|
getAny, getDescription, getErrorCode, getFaultCause, getOriginator, getOtherAttributes, getTimestamp, setErrorCode, setFaultCause, setOriginator, setTimestamp@Generated(value="com.sun.tools.xjc.Driver", date="2018-07-24T11:05:16+00:00", comments="JAXB RI v2.2.11.redhat-2") protected ResourcePropertyChangeFailureType resourcePropertyChangeFailure
public UnableToPutResourcePropertyDocumentFaultType()
@Generated(value="com.sun.tools.xjc.Driver", date="2018-07-24T11:05:16+00:00", comments="JAXB RI v2.2.11.redhat-2") public ResourcePropertyChangeFailureType getResourcePropertyChangeFailure()
ResourcePropertyChangeFailureType@Generated(value="com.sun.tools.xjc.Driver", date="2018-07-24T11:05:16+00:00", comments="JAXB RI v2.2.11.redhat-2") public void setResourcePropertyChangeFailure(ResourcePropertyChangeFailureType value)
value - allowed object is
ResourcePropertyChangeFailureTypeApache CXF