org.apache.falcon.oozie.workflow
Class CHMOD

java.lang.Object
  extended by org.apache.falcon.oozie.workflow.CHMOD

public class CHMOD
extends Object

Java class for CHMOD complex type.

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

 <complexType name="CHMOD">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="permissions" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dir-files" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String dirFiles
           
protected  String path
           
protected  String permissions
           
 
Constructor Summary
CHMOD()
           
 
Method Summary
 String getDirFiles()
          Gets the value of the dirFiles property.
 String getPath()
          Gets the value of the path property.
 String getPermissions()
          Gets the value of the permissions property.
 void setDirFiles(String value)
          Sets the value of the dirFiles property.
 void setPath(String value)
          Sets the value of the path property.
 void setPermissions(String value)
          Sets the value of the permissions 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

permissions

protected String permissions

dirFiles

protected String dirFiles
Constructor Detail

CHMOD

public CHMOD()
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

getPermissions

public String getPermissions()
Gets the value of the permissions property.

Returns:
possible object is String

setPermissions

public void setPermissions(String value)
Sets the value of the permissions property.

Parameters:
value - allowed object is String

getDirFiles

public String getDirFiles()
Gets the value of the dirFiles property.

Returns:
possible object is String

setDirFiles

public void setDirFiles(String value)
Sets the value of the dirFiles property.

Parameters:
value - allowed object is String


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.