|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataStagingType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String getFileName()
org.apache.xmlbeans.XmlString xgetFileName()
void setFileName(String fileName)
void xsetFileName(org.apache.xmlbeans.XmlString fileName)
String getFilesystemName()
org.apache.xmlbeans.XmlNCName xgetFilesystemName()
boolean isSetFilesystemName()
void setFilesystemName(String filesystemName)
void xsetFilesystemName(org.apache.xmlbeans.XmlNCName filesystemName)
void unsetFilesystemName()
CreationFlagEnumeration.Enum getCreationFlag()
CreationFlagEnumeration xgetCreationFlag()
void setCreationFlag(CreationFlagEnumeration.Enum creationFlag)
void xsetCreationFlag(CreationFlagEnumeration creationFlag)
boolean getDeleteOnTermination()
org.apache.xmlbeans.XmlBoolean xgetDeleteOnTermination()
boolean isSetDeleteOnTermination()
void setDeleteOnTermination(boolean deleteOnTermination)
void xsetDeleteOnTermination(org.apache.xmlbeans.XmlBoolean deleteOnTermination)
void unsetDeleteOnTermination()
SourceTargetType getSource()
boolean isSetSource()
void setSource(SourceTargetType source)
SourceTargetType addNewSource()
void unsetSource()
SourceTargetType getTarget()
boolean isSetTarget()
void setTarget(SourceTargetType target)
SourceTargetType addNewTarget()
void unsetTarget()
String getName()
org.apache.xmlbeans.XmlNCName xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
void unsetName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |