org.plasma.query.model
Class Delete
java.lang.Object
org.plasma.query.model.Delete
public class Delete
- extends Object
Java class for Delete complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Delete">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.servicelabs.org/plasma/query}Entity"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entity
protected Entity entity
Delete
public Delete()
getEntity
public Entity getEntity()
- Gets the value of the entity property.
- Returns:
- possible object is
Entity
setEntity
public void setEntity(Entity value)
- Sets the value of the entity property.
- Parameters:
value - allowed object is
Entity
Copyright © 2013. All rights reserved.