|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataStagingElement
Data staging element, describing both stage-in and stage-out.
Method Summary | |
---|---|
java.lang.String |
getFile()
Get the name of the file |
java.lang.String |
getFileSystem()
Get the name of the file system |
java.lang.String |
getSourceURI()
Get the source URI |
java.lang.String |
getTargetURI()
Get the target URI |
void |
setFile(java.lang.String file)
Set the name of the file |
void |
setFileSystem(java.lang.String fileSystem)
Set the name of the file system |
void |
setSourceURI(java.lang.String sourceURI)
Set the source URI |
void |
setTargetURI(java.lang.String targetURI)
Set the target URI |
Method Detail |
---|
void setFileSystem(java.lang.String fileSystem)
fileSystem
- java.lang.String getFileSystem()
void setFile(java.lang.String file)
file
- java.lang.String getFile()
void setSourceURI(java.lang.String sourceURI)
sourceURI
- - source URI as String (xsd:anyURI representation in XBeans)java.lang.String getSourceURI()
void setTargetURI(java.lang.String targetURI)
sourceURI
- - source URI as String (xsd:anyURI representation in XBeans)java.lang.String getTargetURI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |