public static interface BootstrapperFileDocument.BootstrapperFile extends SimpleItemType
| Modifier and Type | Interface and Description |
|---|---|
static class |
BootstrapperFileDocument.BootstrapperFile.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
XmlObject |
addNewInstall()
Appends and returns a new empty value (as xml) as the last "Install" element
|
XmlObject |
addNewProductName()
Appends and returns a new empty value (as xml) as the last "ProductName" element
|
XmlObject |
addNewVisible()
Appends and returns a new empty value (as xml) as the last "Visible" element
|
XmlObject[] |
getInstallArray()
Deprecated.
|
XmlObject |
getInstallArray(int i)
Gets ith "Install" element
|
List<XmlObject> |
getInstallList()
Gets a List of "Install" elements
|
XmlObject[] |
getProductNameArray()
Deprecated.
|
XmlObject |
getProductNameArray(int i)
Gets ith "ProductName" element
|
List<XmlObject> |
getProductNameList()
Gets a List of "ProductName" elements
|
XmlObject[] |
getVisibleArray()
Deprecated.
|
XmlObject |
getVisibleArray(int i)
Gets ith "Visible" element
|
List<XmlObject> |
getVisibleList()
Gets a List of "Visible" elements
|
XmlObject |
insertNewInstall(int i)
Inserts and returns a new empty value (as xml) as the ith "Install" element
|
XmlObject |
insertNewProductName(int i)
Inserts and returns a new empty value (as xml) as the ith "ProductName" element
|
XmlObject |
insertNewVisible(int i)
Inserts and returns a new empty value (as xml) as the ith "Visible" element
|
void |
removeInstall(int i)
Removes the ith "Install" element
|
void |
removeProductName(int i)
Removes the ith "ProductName" element
|
void |
removeVisible(int i)
Removes the ith "Visible" element
|
void |
setInstallArray(int i,
XmlObject install)
Sets ith "Install" element
|
void |
setInstallArray(XmlObject[] installArray)
Sets array of all "Install" element
|
void |
setProductNameArray(int i,
XmlObject productName)
Sets ith "ProductName" element
|
void |
setProductNameArray(XmlObject[] productNameArray)
Sets array of all "ProductName" element
|
void |
setVisibleArray(int i,
XmlObject visible)
Sets ith "Visible" element
|
void |
setVisibleArray(XmlObject[] visibleArray)
Sets array of all "Visible" element
|
int |
sizeOfInstallArray()
Returns number of "Install" element
|
int |
sizeOfProductNameArray()
Returns number of "ProductName" element
|
int |
sizeOfVisibleArray()
Returns number of "Visible" element
|
getCondition, getExclude, getInclude, getLabel, getRemove, getUpdate, isSetCondition, isSetExclude, isSetInclude, isSetLabel, isSetRemove, isSetUpdate, setCondition, setExclude, setInclude, setLabel, setRemove, setUpdate, unsetCondition, unsetExclude, unsetInclude, unsetLabel, unsetRemove, unsetUpdate, xgetCondition, xgetExclude, xgetInclude, xgetLabel, xgetRemove, xgetUpdate, xsetCondition, xsetExclude, xsetInclude, xsetLabel, xsetRemove, xsetUpdatechangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
@Deprecated XmlObject[] getVisibleArray()
XmlObject getVisibleArray(int i)
int sizeOfVisibleArray()
void setVisibleArray(XmlObject[] visibleArray)
void setVisibleArray(int i,
XmlObject visible)
XmlObject insertNewVisible(int i)
XmlObject addNewVisible()
void removeVisible(int i)
@Deprecated XmlObject[] getProductNameArray()
XmlObject getProductNameArray(int i)
int sizeOfProductNameArray()
void setProductNameArray(XmlObject[] productNameArray)
void setProductNameArray(int i,
XmlObject productName)
XmlObject insertNewProductName(int i)
XmlObject addNewProductName()
void removeProductName(int i)
@Deprecated XmlObject[] getInstallArray()
XmlObject getInstallArray(int i)
int sizeOfInstallArray()
void setInstallArray(XmlObject[] installArray)
void setInstallArray(int i,
XmlObject install)
XmlObject insertNewInstall(int i)
XmlObject addNewInstall()
void removeInstall(int i)