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 java.lang.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  javax.xml.namespace.QName resourceProperty
           
 
Constructor Summary
DeleteType()
           
 
Method Summary
 javax.xml.namespace.QName getResourceProperty()
          Gets the value of the resourceProperty property.
 void setResourceProperty(javax.xml.namespace.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 javax.xml.namespace.QName resourceProperty
Constructor Detail

DeleteType

public DeleteType()
Method Detail

getResourceProperty

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

Returns:
possible object is QName

setResourceProperty

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

Parameters:
value - allowed object is QName


Copyright © 2005-2013 FuseSource. All Rights Reserved.