Package org.oasis_open.docs.wsrf.rp_2
Class DeleteResourceProperties
- java.lang.Object
-
- org.oasis_open.docs.wsrf.rp_2.DeleteResourceProperties
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public class DeleteResourceProperties extends ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://docs.oasis-open.org/wsrf/rp-2}Delete"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DeleteTypedelete
-
Constructor Summary
Constructors Constructor Description DeleteResourceProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteTypegetDelete()Gets the value of the delete property.voidsetDelete(DeleteType value)Sets the value of the delete property.
-
-
-
Field Detail
-
delete
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") protected DeleteType delete
-
-
Method Detail
-
getDelete
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public DeleteType getDelete()Gets the value of the delete property.- Returns:
- possible object is
DeleteType
-
setDelete
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public void setDelete(DeleteType value)Sets the value of the delete property.- Parameters:
value- allowed object isDeleteType
-
-