Apache CXF API

org.oasis_open.docs.wsrf.rp_2
Class DeleteType

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

@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 DeleteType
extends Object

Java class for DeleteType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DeleteType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="ResourceProperty" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  QName resourceProperty
           
 
Constructor Summary
DeleteType()
           
 
Method Summary
 QName getResourceProperty()
          Gets the value of the resourceProperty property.
 void setResourceProperty(QName value)
          Sets the value of the resourceProperty property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceProperty

@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 QName resourceProperty
Constructor Detail

DeleteType

public DeleteType()
Method Detail

getResourceProperty

@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 QName getResourceProperty()
Gets the value of the resourceProperty property.

Returns:
possible object is QName

setResourceProperty

@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 setResourceProperty(QName value)
Sets the value of the resourceProperty property.

Parameters:
value - allowed object is QName

Apache CXF API

Apache CXF