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 v2.3.5", date="2023-06-06T11:41:14-04:00") public class DeleteType extends ObjectJava 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 Modifier and Type Field Description protected QNameresourceProperty
-
Constructor Summary
Constructors Constructor Description DeleteType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetResourceProperty()Gets the value of the resourceProperty property.voidsetResourceProperty(QName value)Sets the value of the resourceProperty property.
-
-
-
Field Detail
-
resourceProperty
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") protected QName resourceProperty
-
-