Apache CXF API

org.oasis_open.docs.wsrf.rp_2
Class ResourcePropertyChangeFailureType

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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
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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected ResourcePropertyChangeFailureType.CurrentValue currentValue

requestedValue

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected ResourcePropertyChangeFailureType.RequestedValue requestedValue

restored

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected Boolean restored
Constructor Detail

ResourcePropertyChangeFailureType

public ResourcePropertyChangeFailureType()
Method Detail

getCurrentValue

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setCurrentValue(ResourcePropertyChangeFailureType.CurrentValue value)
Sets the value of the currentValue property.

Parameters:
value - allowed object is ResourcePropertyChangeFailureType.CurrentValue

getRequestedValue

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setRequestedValue(ResourcePropertyChangeFailureType.RequestedValue value)
Sets the value of the requestedValue property.

Parameters:
value - allowed object is ResourcePropertyChangeFailureType.RequestedValue

isRestored

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public Boolean isRestored()
Gets the value of the restored property.

Returns:
possible object is Boolean

setRestored

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setRestored(Boolean value)
Sets the value of the restored property.

Parameters:
value - allowed object is Boolean

Apache CXF API

Apache CXF