com.intel.gpe.clients.api.jsdl
Interface DataStagingElement


public interface DataStagingElement

Data staging element, describing both stage-in and stage-out.

Version:
$Id$
Author:
Dmitry Petrov

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

setFileSystem

void setFileSystem(java.lang.String fileSystem)
Set the name of the file system

Parameters:
fileSystem -

getFileSystem

java.lang.String getFileSystem()
Get the name of the file system

Returns:

setFile

void setFile(java.lang.String file)
Set the name of the file

Parameters:
file -

getFile

java.lang.String getFile()
Get the name of the file

Returns:

setSourceURI

void setSourceURI(java.lang.String sourceURI)
Set the source URI

Parameters:
sourceURI - - source URI as String (xsd:anyURI representation in XBeans)

getSourceURI

java.lang.String getSourceURI()
Get the source URI

Returns:
source URI as String (xsd:anyURI representation in XBeans)

setTargetURI

void setTargetURI(java.lang.String targetURI)
Set the target URI

Parameters:
sourceURI - - source URI as String (xsd:anyURI representation in XBeans)

getTargetURI

java.lang.String getTargetURI()
Get the target URI

Returns:
target URI as String (xsd:anyURI representation in XBeans)


Copyright © 2008. All Rights Reserved.