org.oasis_open.docs.wsrf.rp_2
Class DeleteType
java.lang.Object
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>
|
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 |
resourceProperty
protected javax.xml.namespace.QName resourceProperty
DeleteType
public DeleteType()
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-2011 FuseSource. All Rights Reserved.