public class DeleteResourceProperties extends Object
Java 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>
Modifier and Type | Field and Description |
---|---|
protected DeleteType |
delete |
Constructor and Description |
---|
DeleteResourceProperties() |
Modifier and Type | Method and Description |
---|---|
DeleteType |
getDelete()
Gets the value of the delete property.
|
void |
setDelete(DeleteType value)
Sets the value of the delete property.
|
protected DeleteType delete
public DeleteType getDelete()
DeleteType
public void setDelete(DeleteType value)
value
- allowed object is
DeleteType
Apache CXF