Package org.oasis_open.docs.wsrf.rp_2
Class ResourcePropertyChangeFailureType
java.lang.Object
org.oasis_open.docs.wsrf.rp_2.ResourcePropertyChangeFailureType
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-09-13T13:28:20-04:00")
public class ResourcePropertyChangeFailureType
extends Object
Java class for ResourcePropertyChangeFailureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourcePropertyChangeFailureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CurrentValue" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="RequestedValue" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="Restored" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the currentValue property.Gets the value of the requestedValue property.Gets the value of the restored property.voidSets the value of the currentValue property.voidSets the value of the requestedValue property.voidsetRestored(Boolean value) Sets the value of the restored property.
-
Field Details
-
currentValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected ResourcePropertyChangeFailureType.CurrentValue currentValue -
requestedValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected ResourcePropertyChangeFailureType.RequestedValue requestedValue -
restored
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected Boolean restored
-
-
Constructor Details
-
ResourcePropertyChangeFailureType
public ResourcePropertyChangeFailureType()
-
-
Method Details
-
getCurrentValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public ResourcePropertyChangeFailureType.CurrentValue getCurrentValue()Gets the value of the currentValue property.- Returns:
- possible object is
ResourcePropertyChangeFailureType.CurrentValue
-
setCurrentValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public void setCurrentValue(ResourcePropertyChangeFailureType.CurrentValue value) Sets the value of the currentValue property.- Parameters:
value- allowed object isResourcePropertyChangeFailureType.CurrentValue
-
getRequestedValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public ResourcePropertyChangeFailureType.RequestedValue getRequestedValue()Gets the value of the requestedValue property.- Returns:
- possible object is
ResourcePropertyChangeFailureType.RequestedValue
-
setRequestedValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public void setRequestedValue(ResourcePropertyChangeFailureType.RequestedValue value) Sets the value of the requestedValue property.- Parameters:
value- allowed object isResourcePropertyChangeFailureType.RequestedValue
-
isRestored
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public Boolean isRestored()Gets the value of the restored property.- Returns:
- possible object is
Boolean
-
setRestored
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public void setRestored(Boolean value) Sets the value of the restored property.- Parameters:
value- allowed object isBoolean
-