org.ggf.schemas.jsdl.x2005.x11.jsdl
Interface DataStagingType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
DataStagingTypeImpl

public interface DataStagingType
extends org.apache.xmlbeans.XmlObject

An XML DataStaging_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl). This is a complex type.


Nested Class Summary
static class DataStagingType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 SourceTargetType addNewSource()
          Appends and returns a new empty "Source" element
 SourceTargetType addNewTarget()
          Appends and returns a new empty "Target" element
 CreationFlagEnumeration.Enum getCreationFlag()
          Gets the "CreationFlag" element
 boolean getDeleteOnTermination()
          Gets the "DeleteOnTermination" element
 String getFileName()
          Gets the "FileName" element
 String getFilesystemName()
          Gets the "FilesystemName" element
 String getName()
          Gets the "name" attribute
 SourceTargetType getSource()
          Gets the "Source" element
 SourceTargetType getTarget()
          Gets the "Target" element
 boolean isSetDeleteOnTermination()
          True if has "DeleteOnTermination" element
 boolean isSetFilesystemName()
          True if has "FilesystemName" element
 boolean isSetName()
          True if has "name" attribute
 boolean isSetSource()
          True if has "Source" element
 boolean isSetTarget()
          True if has "Target" element
 void setCreationFlag(CreationFlagEnumeration.Enum creationFlag)
          Sets the "CreationFlag" element
 void setDeleteOnTermination(boolean deleteOnTermination)
          Sets the "DeleteOnTermination" element
 void setFileName(String fileName)
          Sets the "FileName" element
 void setFilesystemName(String filesystemName)
          Sets the "FilesystemName" element
 void setName(String name)
          Sets the "name" attribute
 void setSource(SourceTargetType source)
          Sets the "Source" element
 void setTarget(SourceTargetType target)
          Sets the "Target" element
 void unsetDeleteOnTermination()
          Unsets the "DeleteOnTermination" element
 void unsetFilesystemName()
          Unsets the "FilesystemName" element
 void unsetName()
          Unsets the "name" attribute
 void unsetSource()
          Unsets the "Source" element
 void unsetTarget()
          Unsets the "Target" element
 CreationFlagEnumeration xgetCreationFlag()
          Gets (as xml) the "CreationFlag" element
 org.apache.xmlbeans.XmlBoolean xgetDeleteOnTermination()
          Gets (as xml) the "DeleteOnTermination" element
 org.apache.xmlbeans.XmlString xgetFileName()
          Gets (as xml) the "FileName" element
 org.apache.xmlbeans.XmlNCName xgetFilesystemName()
          Gets (as xml) the "FilesystemName" element
 org.apache.xmlbeans.XmlNCName xgetName()
          Gets (as xml) the "name" attribute
 void xsetCreationFlag(CreationFlagEnumeration creationFlag)
          Sets (as xml) the "CreationFlag" element
 void xsetDeleteOnTermination(org.apache.xmlbeans.XmlBoolean deleteOnTermination)
          Sets (as xml) the "DeleteOnTermination" element
 void xsetFileName(org.apache.xmlbeans.XmlString fileName)
          Sets (as xml) the "FileName" element
 void xsetFilesystemName(org.apache.xmlbeans.XmlNCName filesystemName)
          Sets (as xml) the "FilesystemName" element
 void xsetName(org.apache.xmlbeans.XmlNCName name)
          Sets (as xml) the "name" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getFileName

String getFileName()
Gets the "FileName" element


xgetFileName

org.apache.xmlbeans.XmlString xgetFileName()
Gets (as xml) the "FileName" element


setFileName

void setFileName(String fileName)
Sets the "FileName" element


xsetFileName

void xsetFileName(org.apache.xmlbeans.XmlString fileName)
Sets (as xml) the "FileName" element


getFilesystemName

String getFilesystemName()
Gets the "FilesystemName" element


xgetFilesystemName

org.apache.xmlbeans.XmlNCName xgetFilesystemName()
Gets (as xml) the "FilesystemName" element


isSetFilesystemName

boolean isSetFilesystemName()
True if has "FilesystemName" element


setFilesystemName

void setFilesystemName(String filesystemName)
Sets the "FilesystemName" element


xsetFilesystemName

void xsetFilesystemName(org.apache.xmlbeans.XmlNCName filesystemName)
Sets (as xml) the "FilesystemName" element


unsetFilesystemName

void unsetFilesystemName()
Unsets the "FilesystemName" element


getCreationFlag

CreationFlagEnumeration.Enum getCreationFlag()
Gets the "CreationFlag" element


xgetCreationFlag

CreationFlagEnumeration xgetCreationFlag()
Gets (as xml) the "CreationFlag" element


setCreationFlag

void setCreationFlag(CreationFlagEnumeration.Enum creationFlag)
Sets the "CreationFlag" element


xsetCreationFlag

void xsetCreationFlag(CreationFlagEnumeration creationFlag)
Sets (as xml) the "CreationFlag" element


getDeleteOnTermination

boolean getDeleteOnTermination()
Gets the "DeleteOnTermination" element


xgetDeleteOnTermination

org.apache.xmlbeans.XmlBoolean xgetDeleteOnTermination()
Gets (as xml) the "DeleteOnTermination" element


isSetDeleteOnTermination

boolean isSetDeleteOnTermination()
True if has "DeleteOnTermination" element


setDeleteOnTermination

void setDeleteOnTermination(boolean deleteOnTermination)
Sets the "DeleteOnTermination" element


xsetDeleteOnTermination

void xsetDeleteOnTermination(org.apache.xmlbeans.XmlBoolean deleteOnTermination)
Sets (as xml) the "DeleteOnTermination" element


unsetDeleteOnTermination

void unsetDeleteOnTermination()
Unsets the "DeleteOnTermination" element


getSource

SourceTargetType getSource()
Gets the "Source" element


isSetSource

boolean isSetSource()
True if has "Source" element


setSource

void setSource(SourceTargetType source)
Sets the "Source" element


addNewSource

SourceTargetType addNewSource()
Appends and returns a new empty "Source" element


unsetSource

void unsetSource()
Unsets the "Source" element


getTarget

SourceTargetType getTarget()
Gets the "Target" element


isSetTarget

boolean isSetTarget()
True if has "Target" element


setTarget

void setTarget(SourceTargetType target)
Sets the "Target" element


addNewTarget

SourceTargetType addNewTarget()
Appends and returns a new empty "Target" element


unsetTarget

void unsetTarget()
Unsets the "Target" element


getName

String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlNCName xgetName()
Gets (as xml) the "name" attribute


isSetName

boolean isSetName()
True if has "name" attribute


setName

void setName(String name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute


unsetName

void unsetName()
Unsets the "name" attribute



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.