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>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.namespace.QName |
resourceProperty |
| Constructor and Description |
|---|
DeleteType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public javax.xml.namespace.QName getResourceProperty()
QNamepublic void setResourceProperty(javax.xml.namespace.QName value)
value - allowed object is
QNameCopyright © 2005-2014 FuseSource. All Rights Reserved.