public static interface WriteCodeFragmentDocument.WriteCodeFragment extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
WriteCodeFragmentDocument.WriteCodeFragment.Factory
A factory class with static methods for creating instances
of this type.
|
TaskType.Output
Modifier and Type | Field and Description |
---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
XmlAnySimpleType |
addNewAssemblyAttributes()
Appends and returns a new empty "AssemblyAttributes" attribute
|
XmlAnySimpleType |
addNewLanguage()
Appends and returns a new empty "Language" attribute
|
XmlAnySimpleType |
addNewOutputDirectory()
Appends and returns a new empty "OutputDirectory" attribute
|
XmlAnySimpleType |
addNewOutputFile()
Appends and returns a new empty "OutputFile" attribute
|
XmlAnySimpleType |
getAssemblyAttributes()
Gets the "AssemblyAttributes" attribute
|
XmlAnySimpleType |
getLanguage()
Gets the "Language" attribute
|
XmlAnySimpleType |
getOutputDirectory()
Gets the "OutputDirectory" attribute
|
XmlAnySimpleType |
getOutputFile()
Gets the "OutputFile" attribute
|
boolean |
isSetAssemblyAttributes()
True if has "AssemblyAttributes" attribute
|
boolean |
isSetOutputDirectory()
True if has "OutputDirectory" attribute
|
boolean |
isSetOutputFile()
True if has "OutputFile" attribute
|
void |
setAssemblyAttributes(XmlAnySimpleType assemblyAttributes)
Sets the "AssemblyAttributes" attribute
|
void |
setLanguage(XmlAnySimpleType language)
Sets the "Language" attribute
|
void |
setOutputDirectory(XmlAnySimpleType outputDirectory)
Sets the "OutputDirectory" attribute
|
void |
setOutputFile(XmlAnySimpleType outputFile)
Sets the "OutputFile" attribute
|
void |
unsetAssemblyAttributes()
Unsets the "AssemblyAttributes" attribute
|
void |
unsetOutputDirectory()
Unsets the "OutputDirectory" attribute
|
void |
unsetOutputFile()
Unsets the "OutputFile" attribute
|
addNewOutput, getArchitecture, getCondition, getContinueOnError, getOutputArray, getOutputArray, getOutputList, getRuntime, insertNewOutput, isSetArchitecture, isSetCondition, isSetContinueOnError, isSetRuntime, removeOutput, setArchitecture, setCondition, setContinueOnError, setOutputArray, setOutputArray, setRuntime, sizeOfOutputArray, unsetArchitecture, unsetCondition, unsetContinueOnError, unsetRuntime, xgetArchitecture, xgetCondition, xgetContinueOnError, xgetRuntime, xsetArchitecture, xsetCondition, xsetContinueOnError, xsetRuntime
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
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
static final SchemaType type
XmlAnySimpleType getAssemblyAttributes()
boolean isSetAssemblyAttributes()
void setAssemblyAttributes(XmlAnySimpleType assemblyAttributes)
XmlAnySimpleType addNewAssemblyAttributes()
void unsetAssemblyAttributes()
XmlAnySimpleType getLanguage()
void setLanguage(XmlAnySimpleType language)
XmlAnySimpleType addNewLanguage()
XmlAnySimpleType getOutputDirectory()
boolean isSetOutputDirectory()
void setOutputDirectory(XmlAnySimpleType outputDirectory)
XmlAnySimpleType addNewOutputDirectory()
void unsetOutputDirectory()
XmlAnySimpleType getOutputFile()
boolean isSetOutputFile()
void setOutputFile(XmlAnySimpleType outputFile)
XmlAnySimpleType addNewOutputFile()
void unsetOutputFile()