org.oasis_open.docs.wsrf.rp_2
Class ResourcePropertyChangeFailureType

java.lang.Object
  extended by org.oasis_open.docs.wsrf.rp_2.ResourcePropertyChangeFailureType

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/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="RequestedValue" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="Restored" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ResourcePropertyChangeFailureType.CurrentValue
          Java class for anonymous complex type.
static class ResourcePropertyChangeFailureType.RequestedValue
          Java class for anonymous complex type.
 
Field Summary
protected  ResourcePropertyChangeFailureType.CurrentValue currentValue
           
protected  ResourcePropertyChangeFailureType.RequestedValue requestedValue
           
protected  Boolean restored
           
 
Constructor Summary
ResourcePropertyChangeFailureType()
           
 
Method Summary
 ResourcePropertyChangeFailureType.CurrentValue getCurrentValue()
          Gets the value of the currentValue property.
 ResourcePropertyChangeFailureType.RequestedValue getRequestedValue()
          Gets the value of the requestedValue property.
 Boolean isRestored()
          Gets the value of the restored property.
 void setCurrentValue(ResourcePropertyChangeFailureType.CurrentValue value)
          Sets the value of the currentValue property.
 void setRequestedValue(ResourcePropertyChangeFailureType.RequestedValue value)
          Sets the value of the requestedValue property.
 void setRestored(Boolean value)
          Sets the value of the restored property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentValue

protected ResourcePropertyChangeFailureType.CurrentValue currentValue

requestedValue

protected ResourcePropertyChangeFailureType.RequestedValue requestedValue

restored

protected Boolean restored
Constructor Detail

ResourcePropertyChangeFailureType

public ResourcePropertyChangeFailureType()
Method Detail

getCurrentValue

public ResourcePropertyChangeFailureType.CurrentValue getCurrentValue()
Gets the value of the currentValue property.

Returns:
possible object is ResourcePropertyChangeFailureType.CurrentValue

setCurrentValue

public void setCurrentValue(ResourcePropertyChangeFailureType.CurrentValue value)
Sets the value of the currentValue property.

Parameters:
value - allowed object is ResourcePropertyChangeFailureType.CurrentValue

getRequestedValue

public ResourcePropertyChangeFailureType.RequestedValue getRequestedValue()
Gets the value of the requestedValue property.

Returns:
possible object is ResourcePropertyChangeFailureType.RequestedValue

setRequestedValue

public void setRequestedValue(ResourcePropertyChangeFailureType.RequestedValue value)
Sets the value of the requestedValue property.

Parameters:
value - allowed object is ResourcePropertyChangeFailureType.RequestedValue

isRestored

public Boolean isRestored()
Gets the value of the restored property.

Returns:
possible object is Boolean

setRestored

public void setRestored(Boolean value)
Sets the value of the restored property.

Parameters:
value - allowed object is Boolean


Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.