|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.falcon.oozie.workflow.CHMOD
public class CHMOD
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 |
---|
protected String path
protected String permissions
protected String dirFiles
Constructor Detail |
---|
public CHMOD()
Method Detail |
---|
public String getPath()
String
public void setPath(String value)
value
- allowed object is
String
public String getPermissions()
String
public void setPermissions(String value)
value
- allowed object is
String
public String getDirFiles()
String
public void setDirFiles(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |