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 v2.3.5", date="2023-06-06T11:41:14-04:00") public class ResourcePropertyChangeFailureType extends ObjectJava 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 Classes Modifier and Type Class Description static classResourcePropertyChangeFailureType.CurrentValueJava class for anonymous complex type.static classResourcePropertyChangeFailureType.RequestedValueJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ResourcePropertyChangeFailureType.CurrentValuecurrentValueprotected ResourcePropertyChangeFailureType.RequestedValuerequestedValueprotected Booleanrestored
-
Constructor Summary
Constructors Constructor Description ResourcePropertyChangeFailureType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcePropertyChangeFailureType.CurrentValuegetCurrentValue()Gets the value of the currentValue property.ResourcePropertyChangeFailureType.RequestedValuegetRequestedValue()Gets the value of the requestedValue property.BooleanisRestored()Gets the value of the restored property.voidsetCurrentValue(ResourcePropertyChangeFailureType.CurrentValue value)Sets the value of the currentValue property.voidsetRequestedValue(ResourcePropertyChangeFailureType.RequestedValue value)Sets the value of the requestedValue property.voidsetRestored(Boolean value)Sets the value of the restored property.
-
-
-
Field Detail
-
currentValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") protected ResourcePropertyChangeFailureType.CurrentValue currentValue
-
requestedValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") protected ResourcePropertyChangeFailureType.RequestedValue requestedValue
-
restored
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") protected Boolean restored
-
-
Method Detail
-
getCurrentValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-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 v2.3.5", date="2023-06-06T11:41:14-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 v2.3.5", date="2023-06-06T11:41:14-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 v2.3.5", date="2023-06-06T11:41:14-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 v2.3.5", date="2023-06-06T11:41:14-04:00") public Boolean isRestored()Gets the value of the restored property.- Returns:
- possible object is
Boolean
-
-