public static interface FrameworkReferenceDocument.FrameworkReference extends SimpleItemType
Modifier and Type | Interface and Description |
---|---|
static class |
FrameworkReferenceDocument.FrameworkReference.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 |
addNewIsTrimmable()
Appends and returns a new empty value (as xml) as the last "IsTrimmable" element
|
XmlObject |
addNewTargetLatestRuntimePatch()
Appends and returns a new empty value (as xml) as the last "TargetLatestRuntimePatch" element
|
String |
getIsTrimmable2()
Gets the "IsTrimmable" attribute
|
XmlObject[] |
getIsTrimmableArray()
Deprecated.
|
XmlObject |
getIsTrimmableArray(int i)
Gets ith "IsTrimmable" element
|
List<XmlObject> |
getIsTrimmableList()
Gets a List of "IsTrimmable" elements
|
String |
getTargetLatestRuntimePatch2()
Gets the "TargetLatestRuntimePatch" attribute
|
XmlObject[] |
getTargetLatestRuntimePatchArray()
Deprecated.
|
XmlObject |
getTargetLatestRuntimePatchArray(int i)
Gets ith "TargetLatestRuntimePatch" element
|
List<XmlObject> |
getTargetLatestRuntimePatchList()
Gets a List of "TargetLatestRuntimePatch" elements
|
XmlObject |
insertNewIsTrimmable(int i)
Inserts and returns a new empty value (as xml) as the ith "IsTrimmable" element
|
XmlObject |
insertNewTargetLatestRuntimePatch(int i)
Inserts and returns a new empty value (as xml) as the ith "TargetLatestRuntimePatch" element
|
boolean |
isSetIsTrimmable2()
True if has "IsTrimmable" attribute
|
boolean |
isSetTargetLatestRuntimePatch2()
True if has "TargetLatestRuntimePatch" attribute
|
void |
removeIsTrimmable(int i)
Removes the ith "IsTrimmable" element
|
void |
removeTargetLatestRuntimePatch(int i)
Removes the ith "TargetLatestRuntimePatch" element
|
void |
setIsTrimmable2(String isTrimmable2)
Sets the "IsTrimmable" attribute
|
void |
setIsTrimmableArray(int i,
XmlObject isTrimmable)
Sets ith "IsTrimmable" element
|
void |
setIsTrimmableArray(XmlObject[] isTrimmableArray)
Sets array of all "IsTrimmable" element
|
void |
setTargetLatestRuntimePatch2(String targetLatestRuntimePatch2)
Sets the "TargetLatestRuntimePatch" attribute
|
void |
setTargetLatestRuntimePatchArray(int i,
XmlObject targetLatestRuntimePatch)
Sets ith "TargetLatestRuntimePatch" element
|
void |
setTargetLatestRuntimePatchArray(XmlObject[] targetLatestRuntimePatchArray)
Sets array of all "TargetLatestRuntimePatch" element
|
int |
sizeOfIsTrimmableArray()
Returns number of "IsTrimmable" element
|
int |
sizeOfTargetLatestRuntimePatchArray()
Returns number of "TargetLatestRuntimePatch" element
|
void |
unsetIsTrimmable2()
Unsets the "IsTrimmable" attribute
|
void |
unsetTargetLatestRuntimePatch2()
Unsets the "TargetLatestRuntimePatch" attribute
|
XmlString |
xgetIsTrimmable2()
Gets (as xml) the "IsTrimmable" attribute
|
XmlString |
xgetTargetLatestRuntimePatch2()
Gets (as xml) the "TargetLatestRuntimePatch" attribute
|
void |
xsetIsTrimmable2(XmlString isTrimmable2)
Sets (as xml) the "IsTrimmable" attribute
|
void |
xsetTargetLatestRuntimePatch2(XmlString targetLatestRuntimePatch2)
Sets (as xml) the "TargetLatestRuntimePatch" attribute
|
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, xsetUpdate
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
@Deprecated XmlObject[] getIsTrimmableArray()
XmlObject getIsTrimmableArray(int i)
int sizeOfIsTrimmableArray()
void setIsTrimmableArray(XmlObject[] isTrimmableArray)
void setIsTrimmableArray(int i, XmlObject isTrimmable)
XmlObject insertNewIsTrimmable(int i)
XmlObject addNewIsTrimmable()
void removeIsTrimmable(int i)
List<XmlObject> getTargetLatestRuntimePatchList()
@Deprecated XmlObject[] getTargetLatestRuntimePatchArray()
XmlObject getTargetLatestRuntimePatchArray(int i)
int sizeOfTargetLatestRuntimePatchArray()
void setTargetLatestRuntimePatchArray(XmlObject[] targetLatestRuntimePatchArray)
void setTargetLatestRuntimePatchArray(int i, XmlObject targetLatestRuntimePatch)
XmlObject insertNewTargetLatestRuntimePatch(int i)
XmlObject addNewTargetLatestRuntimePatch()
void removeTargetLatestRuntimePatch(int i)
String getIsTrimmable2()
XmlString xgetIsTrimmable2()
boolean isSetIsTrimmable2()
void setIsTrimmable2(String isTrimmable2)
void xsetIsTrimmable2(XmlString isTrimmable2)
void unsetIsTrimmable2()
String getTargetLatestRuntimePatch2()
XmlString xgetTargetLatestRuntimePatch2()
boolean isSetTargetLatestRuntimePatch2()
void setTargetLatestRuntimePatch2(String targetLatestRuntimePatch2)
void xsetTargetLatestRuntimePatch2(XmlString targetLatestRuntimePatch2)
void unsetTargetLatestRuntimePatch2()