org.apache.falcon.oozie.workflow
Class DELETE
java.lang.Object
org.apache.falcon.oozie.workflow.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">
<attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
Method Summary |
String |
getPath()
Gets the value of the path property. |
void |
setPath(String value)
Sets the value of the path property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
protected String path
DELETE
public DELETE()
getPath
public String getPath()
- Gets the value of the path property.
- Returns:
- possible object is
String
setPath
public void setPath(String value)
- Sets the value of the path property.
- Parameters:
value
- allowed object is
String
Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.