@Generated(value="com.sun.tools.xjc.Driver", date="2017-09-04T02:39:57-04:00", comments="JAXB RI v2.2.11.redhat-2") public class InvalidModificationFaultType extends BaseFaultType
Java class for InvalidModificationFaultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvalidModificationFaultType">
<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 |
|---|
InvalidModificationFaultType() |
| 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="2017-09-04T02:39:57-04:00", comments="JAXB RI v2.2.11.redhat-2") protected ResourcePropertyChangeFailureType resourcePropertyChangeFailure
@Generated(value="com.sun.tools.xjc.Driver", date="2017-09-04T02:39:57-04:00", comments="JAXB RI v2.2.11.redhat-2") public ResourcePropertyChangeFailureType getResourcePropertyChangeFailure()
ResourcePropertyChangeFailureType@Generated(value="com.sun.tools.xjc.Driver", date="2017-09-04T02:39:57-04:00", comments="JAXB RI v2.2.11.redhat-2") public void setResourcePropertyChangeFailure(ResourcePropertyChangeFailureType value)
value - allowed object is
ResourcePropertyChangeFailureTypeApache CXF