public static interface GenerateTrustInfoDocument.GenerateTrustInfo extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
GenerateTrustInfoDocument.GenerateTrustInfo.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 |
addNewApplicationDependencies()
Appends and returns a new empty "ApplicationDependencies" attribute
|
XmlAnySimpleType |
addNewBaseManifest()
Appends and returns a new empty "BaseManifest" attribute
|
XmlAnySimpleType |
addNewExcludedPermissions()
Appends and returns a new empty "ExcludedPermissions" attribute
|
XmlAnySimpleType |
addNewTargetFrameworkMoniker()
Appends and returns a new empty "TargetFrameworkMoniker" attribute
|
XmlAnySimpleType |
addNewTargetZone()
Appends and returns a new empty "TargetZone" attribute
|
XmlAnySimpleType |
addNewTrustInfoFile()
Appends and returns a new empty "TrustInfoFile" attribute
|
XmlAnySimpleType |
getApplicationDependencies()
Gets the "ApplicationDependencies" attribute
|
XmlAnySimpleType |
getBaseManifest()
Gets the "BaseManifest" attribute
|
XmlAnySimpleType |
getExcludedPermissions()
Gets the "ExcludedPermissions" attribute
|
XmlAnySimpleType |
getTargetFrameworkMoniker()
Gets the "TargetFrameworkMoniker" attribute
|
XmlAnySimpleType |
getTargetZone()
Gets the "TargetZone" attribute
|
XmlAnySimpleType |
getTrustInfoFile()
Gets the "TrustInfoFile" attribute
|
boolean |
isSetApplicationDependencies()
True if has "ApplicationDependencies" attribute
|
boolean |
isSetBaseManifest()
True if has "BaseManifest" attribute
|
boolean |
isSetExcludedPermissions()
True if has "ExcludedPermissions" attribute
|
boolean |
isSetTargetFrameworkMoniker()
True if has "TargetFrameworkMoniker" attribute
|
boolean |
isSetTargetZone()
True if has "TargetZone" attribute
|
void |
setApplicationDependencies(XmlAnySimpleType applicationDependencies)
Sets the "ApplicationDependencies" attribute
|
void |
setBaseManifest(XmlAnySimpleType baseManifest)
Sets the "BaseManifest" attribute
|
void |
setExcludedPermissions(XmlAnySimpleType excludedPermissions)
Sets the "ExcludedPermissions" attribute
|
void |
setTargetFrameworkMoniker(XmlAnySimpleType targetFrameworkMoniker)
Sets the "TargetFrameworkMoniker" attribute
|
void |
setTargetZone(XmlAnySimpleType targetZone)
Sets the "TargetZone" attribute
|
void |
setTrustInfoFile(XmlAnySimpleType trustInfoFile)
Sets the "TrustInfoFile" attribute
|
void |
unsetApplicationDependencies()
Unsets the "ApplicationDependencies" attribute
|
void |
unsetBaseManifest()
Unsets the "BaseManifest" attribute
|
void |
unsetExcludedPermissions()
Unsets the "ExcludedPermissions" attribute
|
void |
unsetTargetFrameworkMoniker()
Unsets the "TargetFrameworkMoniker" attribute
|
void |
unsetTargetZone()
Unsets the "TargetZone" 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 getApplicationDependencies()
boolean isSetApplicationDependencies()
void setApplicationDependencies(XmlAnySimpleType applicationDependencies)
XmlAnySimpleType addNewApplicationDependencies()
void unsetApplicationDependencies()
XmlAnySimpleType getBaseManifest()
boolean isSetBaseManifest()
void setBaseManifest(XmlAnySimpleType baseManifest)
XmlAnySimpleType addNewBaseManifest()
void unsetBaseManifest()
XmlAnySimpleType getExcludedPermissions()
boolean isSetExcludedPermissions()
void setExcludedPermissions(XmlAnySimpleType excludedPermissions)
XmlAnySimpleType addNewExcludedPermissions()
void unsetExcludedPermissions()
XmlAnySimpleType getTargetFrameworkMoniker()
boolean isSetTargetFrameworkMoniker()
void setTargetFrameworkMoniker(XmlAnySimpleType targetFrameworkMoniker)
XmlAnySimpleType addNewTargetFrameworkMoniker()
void unsetTargetFrameworkMoniker()
XmlAnySimpleType getTargetZone()
boolean isSetTargetZone()
void setTargetZone(XmlAnySimpleType targetZone)
XmlAnySimpleType addNewTargetZone()
void unsetTargetZone()
XmlAnySimpleType getTrustInfoFile()
void setTrustInfoFile(XmlAnySimpleType trustInfoFile)
XmlAnySimpleType addNewTrustInfoFile()