org.plasma.query.model
Class Delete

java.lang.Object
  extended by 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>
 


Field Summary
protected  Entity entity
           
 
Constructor Summary
Delete()
           
 
Method Summary
 Entity getEntity()
          Gets the value of the entity property.
 void setEntity(Entity value)
          Sets the value of the entity property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entity

protected Entity entity
Constructor Detail

Delete

public Delete()
Method Detail

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.