Overview
Package
Class
Use
Tree
Serialized
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
G
H
I
J
N
S
T
A
addAttributeValue(JROMValue)
- Method in interface com.ibm.jrom.
JROMComplexValue
Deprecated.
Set one of my attribute value parts.
addDurationToDate(JROMDateValue)
- Method in interface com.ibm.jrom.
JROMDurationValue
Deprecated.
addDurationToDateTime(JROMTimeValue)
- Method in interface com.ibm.jrom.
JROMDurationValue
Deprecated.
addElementValue(JROMValue)
- Method in interface com.ibm.jrom.
JROMComplexValue
Deprecated.
Set one of my element value parts.
C
com.ibm.jrom
- package com.ibm.jrom
com.ibm.jrom.factory
- package com.ibm.jrom.factory
copyJROMInstance(JROMValue)
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Copies the jval into a corresponding JROMValue using this factory's JROMValue implementation classes.
E
equals(JROMType)
- Method in class com.ibm.jrom.
JROMType
Deprecated.
G
getAttributeValue(String, String)
- Method in interface com.ibm.jrom.
JROMComplexValue
Deprecated.
getAttributeValues()
- Method in interface com.ibm.jrom.
JROMComplexValue
Deprecated.
Return iterator of attributes in arbitrary order
getElementValues()
- Method in interface com.ibm.jrom.
JROMComplexValue
Deprecated.
Return an iterator of elements, in order in which they were added
getJROMType()
- Method in interface com.ibm.jrom.
JROMValue
Deprecated.
Gets the type of the JROM so you *can check against what it is without having to do *"instanceof".
getNameLocalPart()
- Method in interface com.ibm.jrom.
JROMValue
Deprecated.
returns the local name of a JROMValue.
getNameNamespace()
- Method in interface com.ibm.jrom.
JROMValue
Deprecated.
Returns the namespace uri of the jrom, or null if none was specified.
getNthElementValue(int)
- Method in interface com.ibm.jrom.
JROMComplexValue
Deprecated.
Return the nth element
getNumAttributes()
- Method in interface com.ibm.jrom.
JROMComplexValue
Deprecated.
Returns the number of attributes of this complex value
getNumElements()
- Method in interface com.ibm.jrom.
JROMComplexValue
Deprecated.
Returns the number of elements of this complex value
getParent()
- Method in interface com.ibm.jrom.
JROMValue
Deprecated.
Returns the parent of the JROM.
getTargetException()
- Method in class com.ibm.jrom.
JROMException
Deprecated.
getTypeLocalPart()
- Method in interface com.ibm.jrom.
JROMComplexValue
Deprecated.
getTypeNamespace()
- Method in interface com.ibm.jrom.
JROMComplexValue
Deprecated.
Type name manipulation.
getValue()
- Method in interface com.ibm.jrom.
JROMBase64BinaryValue
Deprecated.
Return my value.
getValue()
- Method in interface com.ibm.jrom.
JROMBooleanValue
Deprecated.
Return my value.
getValue()
- Method in interface com.ibm.jrom.
JROMByteValue
Deprecated.
Return my value.
getValue()
- Method in interface com.ibm.jrom.
JROMDateValue
Deprecated.
Return my value.
getValue()
- Method in interface com.ibm.jrom.
JROMDecimalValue
Deprecated.
Return my value.
getValue()
- Method in interface com.ibm.jrom.
JROMDoubleValue
Deprecated.
Return my value.
getValue()
- Method in interface com.ibm.jrom.
JROMDurationValue
Deprecated.
Return my value: int array of length seven, values corr to: -#years-#months-#days-#hours-#minutes-#seconds-#milliseconds
getValue()
- Method in interface com.ibm.jrom.
JROMFloatValue
Deprecated.
Return my value.
getValue()
- Method in interface com.ibm.jrom.
JROMIntegerValue
Deprecated.
Return my value.
getValue()
- Method in interface com.ibm.jrom.
JROMLongValue
Deprecated.
Return my value.
getValue()
- Method in interface com.ibm.jrom.
JROMQNameValue
Deprecated.
Return my value.
getValue()
- Method in interface com.ibm.jrom.
JROMShortValue
Deprecated.
Return my value.
getValue()
- Method in interface com.ibm.jrom.
JROMStringValue
Deprecated.
Return my value.
getValue()
- Method in interface com.ibm.jrom.
JROMTimeValue
Deprecated.
Return my value.
H
hashCode()
- Method in class com.ibm.jrom.
JROMType
Deprecated.
I
isNameLocalPartEquals(String)
- Method in interface com.ibm.jrom.
JROMValue
Deprecated.
Checks whether the name local part is equal to this string
isNameLocalPartEquals(JROMValue)
- Method in interface com.ibm.jrom.
JROMValue
Deprecated.
Checks whether the name local part of the incoming jval and that of this instance are equal.
isNameNamespaceEquals(String)
- Method in interface com.ibm.jrom.
JROMValue
Deprecated.
Checks whether the namespace is equal to this string
isNameNamespaceEquals(JROMValue)
- Method in interface com.ibm.jrom.
JROMValue
Deprecated.
Checks whether the namespace of the incoming jval and that of this instance are equal.
isTypeLocalPartEquals(String)
- Method in interface com.ibm.jrom.
JROMComplexValue
Deprecated.
isTypeLocalPartEquals(JROMComplexValue)
- Method in interface com.ibm.jrom.
JROMComplexValue
Deprecated.
isTypeNamespaceEquals(String)
- Method in interface com.ibm.jrom.
JROMComplexValue
Deprecated.
isTypeNamespaceEquals(JROMComplexValue)
- Method in interface com.ibm.jrom.
JROMComplexValue
Deprecated.
J
JROMBase64BinaryValue
- interface com.ibm.jrom.
JROMBase64BinaryValue
.
Deprecated.
JROMBooleanValue
- interface com.ibm.jrom.
JROMBooleanValue
.
Deprecated.
JROMByteValue
- interface com.ibm.jrom.
JROMByteValue
.
Deprecated.
JROMComplexValue
- interface com.ibm.jrom.
JROMComplexValue
.
Deprecated.
JROMDateValue
- interface com.ibm.jrom.
JROMDateValue
.
Deprecated.
JROMDecimalValue
- interface com.ibm.jrom.
JROMDecimalValue
.
Deprecated.
JROMDoubleValue
- interface com.ibm.jrom.
JROMDoubleValue
.
Deprecated.
JROMDurationValue
- interface com.ibm.jrom.
JROMDurationValue
.
Deprecated.
JROMException
- exception com.ibm.jrom.
JROMException
.
Deprecated.
JROMException(String)
- Constructor for class com.ibm.jrom.
JROMException
Deprecated.
JROMException(String, Throwable)
- Constructor for class com.ibm.jrom.
JROMException
Deprecated.
JROMFactory
- class com.ibm.jrom.factory.
JROMFactory
.
Deprecated.
JROMFactory()
- Constructor for class com.ibm.jrom.factory.
JROMFactory
Deprecated.
JROMFloatValue
- interface com.ibm.jrom.
JROMFloatValue
.
Deprecated.
JROMIntegerValue
- interface com.ibm.jrom.
JROMIntegerValue
.
Deprecated.
JROMLongValue
- interface com.ibm.jrom.
JROMLongValue
.
Deprecated.
JROMQNameValue
- interface com.ibm.jrom.
JROMQNameValue
.
Deprecated.
JROMShortValue
- interface com.ibm.jrom.
JROMShortValue
.
Deprecated.
JROMStringValue
- interface com.ibm.jrom.
JROMStringValue
.
Deprecated.
JROMTimeValue
- interface com.ibm.jrom.
JROMTimeValue
.
Deprecated.
JROMType
- class com.ibm.jrom.
JROMType
.
Deprecated.
JROMValue
- interface com.ibm.jrom.
JROMValue
.
Deprecated.
JROM_BASE64BINARY_VALUE
- Static variable in class com.ibm.jrom.
JROMType
Deprecated.
JROM_BOOLEAN_VALUE
- Static variable in class com.ibm.jrom.
JROMType
Deprecated.
JROM_BYTE_VALUE
- Static variable in class com.ibm.jrom.
JROMType
Deprecated.
JROM_COMPLEX_VALUE
- Static variable in class com.ibm.jrom.
JROMType
Deprecated.
JROM_DATE_VALUE
- Static variable in class com.ibm.jrom.
JROMType
Deprecated.
JROM_DECIMAL_VALUE
- Static variable in class com.ibm.jrom.
JROMType
Deprecated.
JROM_DOUBLE_VALUE
- Static variable in class com.ibm.jrom.
JROMType
Deprecated.
JROM_DURATION_VALUE
- Static variable in class com.ibm.jrom.
JROMType
Deprecated.
JROM_FLOAT_VALUE
- Static variable in class com.ibm.jrom.
JROMType
Deprecated.
JROM_INTEGER_VALUE
- Static variable in class com.ibm.jrom.
JROMType
Deprecated.
JROM_LONG_VALUE
- Static variable in class com.ibm.jrom.
JROMType
Deprecated.
JROM_QNAME_VALUE
- Static variable in class com.ibm.jrom.
JROMType
Deprecated.
JROM_SHORT_VALUE
- Static variable in class com.ibm.jrom.
JROMType
Deprecated.
JROM_STRING_VALUE
- Static variable in class com.ibm.jrom.
JROMType
Deprecated.
JROM_TIME_VALUE
- Static variable in class com.ibm.jrom.
JROMType
Deprecated.
N
newInstance()
- Static method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Get a new instance of a JROMFactory.
newInstance(String)
- Static method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Get a new instance of a JROMFactory.
newJROMBase64BinaryValue()
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMBase64BinaryValue
newJROMBase64BinaryValue(JROMComplexValue)
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMBase64BinaryValue
newJROMBooleanValue()
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMBooleanValue
newJROMBooleanValue(JROMComplexValue)
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMBooleanValue
newJROMByteValue()
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMByteValue
newJROMByteValue(JROMComplexValue)
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMByteValue
newJROMComplexValue(String, String)
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMComplexValue
newJROMComplexValue(String, String, JROMComplexValue)
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMComplexValue
newJROMDateValue()
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMDateValue
newJROMDateValue(JROMComplexValue)
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMDateValue
newJROMDecimalValue()
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMDecimalValue
newJROMDecimalValue(JROMComplexValue)
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMDecimalValue
newJROMDoubleValue()
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMDoubleValue
newJROMDoubleValue(JROMComplexValue)
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMDoubleValue
newJROMDurationValue()
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMDurationValue
newJROMDurationValue(JROMComplexValue)
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMDurationValue
newJROMFloatValue()
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMFloatValue
newJROMFloatValue(JROMComplexValue)
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMFloatValue
newJROMIntegerValue()
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMIntegerValue
newJROMIntegerValue(JROMComplexValue)
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMIntegerValue
newJROMLongValue()
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMLongValue
newJROMLongValue(JROMComplexValue)
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMLongValue
newJROMQNameValue()
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMQNameValue
newJROMQNameValue(JROMComplexValue)
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMQNameValue
newJROMShortValue()
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMShortValue
newJROMShortValue(JROMComplexValue)
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMShortValue
newJROMStringValue()
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMStringValue
newJROMStringValue(JROMComplexValue)
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMStringValue
newJROMTimeValue()
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMTimeValue
newJROMTimeValue(JROMComplexValue)
- Method in class com.ibm.jrom.factory.
JROMFactory
Deprecated.
Create a new instance of a JROMTimeValue
S
setNameLocalPart(String)
- Method in interface com.ibm.jrom.
JROMValue
Deprecated.
see getNameLocalPart
setNameNamespace(String)
- Method in interface com.ibm.jrom.
JROMValue
Deprecated.
If your JROM has a namespace, this is where it would go.
setParent(JROMComplexValue)
- Method in interface com.ibm.jrom.
JROMValue
Deprecated.
sets the parent of a JROMValue.
setTypeLocalPart(String)
- Method in interface com.ibm.jrom.
JROMComplexValue
Deprecated.
setTypeNamespace(String)
- Method in interface com.ibm.jrom.
JROMComplexValue
Deprecated.
setValue(byte[])
- Method in interface com.ibm.jrom.
JROMBase64BinaryValue
Deprecated.
Set my value.
setValue(boolean)
- Method in interface com.ibm.jrom.
JROMBooleanValue
Deprecated.
Set my value.
setValue(byte)
- Method in interface com.ibm.jrom.
JROMByteValue
Deprecated.
Set my value.
setValue(GregorianCalendar)
- Method in interface com.ibm.jrom.
JROMDateValue
Deprecated.
Set my value.
setValue(BigDecimal)
- Method in interface com.ibm.jrom.
JROMDecimalValue
Deprecated.
Set my value.
setValue(double)
- Method in interface com.ibm.jrom.
JROMDoubleValue
Deprecated.
Set my value.
setValue(int[])
- Method in interface com.ibm.jrom.
JROMDurationValue
Deprecated.
Set my value:the number of milliseconds that constitutes the duration.
setValue(float)
- Method in interface com.ibm.jrom.
JROMFloatValue
Deprecated.
Set my value.
setValue(int)
- Method in interface com.ibm.jrom.
JROMIntegerValue
Deprecated.
Set my value.
setValue(long)
- Method in interface com.ibm.jrom.
JROMLongValue
Deprecated.
Set my value.
setValue(QName)
- Method in interface com.ibm.jrom.
JROMQNameValue
Deprecated.
Set my value.
setValue(short)
- Method in interface com.ibm.jrom.
JROMShortValue
Deprecated.
Set my value.
setValue(String)
- Method in interface com.ibm.jrom.
JROMStringValue
Deprecated.
Set my value.
setValue(Date)
- Method in interface com.ibm.jrom.
JROMTimeValue
Deprecated.
Set my value.
T
toString()
- Method in class com.ibm.jrom.
JROMType
Deprecated.
A
C
E
G
H
I
J
N
S
T
Overview
Package
Class
Use
Tree
Serialized
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2001, 2003 IBM. All Rights Reserved.