org.apache.falcon.oozie.hive
Class DELETE

java.lang.Object
  extended by org.apache.falcon.oozie.hive.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>
 


Field Summary
protected  String path
           
 
Constructor Summary
DELETE()
           
 
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
 

Field Detail

path

protected String path
Constructor Detail

DELETE

public DELETE()
Method Detail

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.