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.terrameta.org/plasma/query}Entity"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Delete() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryVisitor visitor) |
Entity |
getEntity()
Gets the value of the entity property.
|
void |
setEntity(Entity value)
Sets the value of the entity property.
|
protected Entity entity
public Entity getEntity()
Entitypublic void setEntity(Entity value)
value - allowed object is Entitypublic void accept(QueryVisitor visitor)
Copyright © 2021. All rights reserved.