org.apache.falcon.oozie.hive
Class MKDIR

java.lang.Object
  extended by org.apache.falcon.oozie.hive.MKDIR

public class MKDIR
extends Object

Java class for MKDIR complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MKDIR">
   <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
MKDIR()
           
 
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

MKDIR

public MKDIR()
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.