org.oasis_open.docs.wsrf.rp_2
Class DeleteType

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

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

protected QName resourceProperty
Constructor Detail

DeleteType

public DeleteType()
Method Detail

getResourceProperty

public QName getResourceProperty()
Gets the value of the resourceProperty property.

Returns:
possible object is QName

setResourceProperty

public void setResourceProperty(QName value)
Sets the value of the resourceProperty property.

Parameters:
value - allowed object is QName


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