Package org.oasis_open.docs.wsrf.rp_2
Class DeleteType
java.lang.Object
org.oasis_open.docs.wsrf.rp_2.DeleteType
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-09-13T13:28:20-04:00")
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the resourceProperty property.voidsetResourceProperty(QName value) Sets the value of the resourceProperty property.
-
Field Details
-
resourceProperty
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected QName resourceProperty
-
-
Constructor Details
-
DeleteType
public DeleteType()
-
-
Method Details
-
getResourceProperty
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public QName getResourceProperty()Gets the value of the resourceProperty property.- Returns:
- possible object is
QName
-
setResourceProperty
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public void setResourceProperty(QName value) Sets the value of the resourceProperty property.- Parameters:
value- allowed object isQName
-