public static interface FormatVersionDocument.FormatVersion extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
FormatVersionDocument.FormatVersion.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 |
addNewFormatType()
Appends and returns a new empty "FormatType" attribute
|
XmlAnySimpleType |
addNewOutputVersion()
Appends and returns a new empty "OutputVersion" attribute
|
XmlAnySimpleType |
addNewRevision()
Appends and returns a new empty "Revision" attribute
|
XmlAnySimpleType |
addNewVersion()
Appends and returns a new empty "Version" attribute
|
XmlAnySimpleType |
getFormatType()
Gets the "FormatType" attribute
|
XmlAnySimpleType |
getOutputVersion()
Gets the "OutputVersion" attribute
|
XmlAnySimpleType |
getRevision()
Gets the "Revision" attribute
|
XmlAnySimpleType |
getVersion()
Gets the "Version" attribute
|
boolean |
isSetFormatType()
True if has "FormatType" attribute
|
boolean |
isSetOutputVersion()
True if has "OutputVersion" attribute
|
boolean |
isSetRevision()
True if has "Revision" attribute
|
boolean |
isSetVersion()
True if has "Version" attribute
|
void |
setFormatType(XmlAnySimpleType formatType)
Sets the "FormatType" attribute
|
void |
setOutputVersion(XmlAnySimpleType outputVersion)
Sets the "OutputVersion" attribute
|
void |
setRevision(XmlAnySimpleType revision)
Sets the "Revision" attribute
|
void |
setVersion(XmlAnySimpleType version)
Sets the "Version" attribute
|
void |
unsetFormatType()
Unsets the "FormatType" attribute
|
void |
unsetOutputVersion()
Unsets the "OutputVersion" attribute
|
void |
unsetRevision()
Unsets the "Revision" attribute
|
void |
unsetVersion()
Unsets the "Version" 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 getFormatType()
boolean isSetFormatType()
void setFormatType(XmlAnySimpleType formatType)
XmlAnySimpleType addNewFormatType()
void unsetFormatType()
XmlAnySimpleType getOutputVersion()
boolean isSetOutputVersion()
void setOutputVersion(XmlAnySimpleType outputVersion)
XmlAnySimpleType addNewOutputVersion()
void unsetOutputVersion()
XmlAnySimpleType getRevision()
boolean isSetRevision()
void setRevision(XmlAnySimpleType revision)
XmlAnySimpleType addNewRevision()
void unsetRevision()
XmlAnySimpleType getVersion()
boolean isSetVersion()
void setVersion(XmlAnySimpleType version)
XmlAnySimpleType addNewVersion()
void unsetVersion()