org.oasis_open.docs.wsrf.rp_2
Class DeleteType
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resourceProperty
protected QName resourceProperty
DeleteType
public DeleteType()
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-2008 The Apache Software Foundation. All Rights Reserved.