Uses of Interface
com.ibm.jrom.JROMComplexValue

Packages that use JROMComplexValue
com.ibm.jrom   
com.ibm.jrom.factory   
 

Uses of JROMComplexValue in com.ibm.jrom
 

Methods in com.ibm.jrom that return JROMComplexValue
 JROMComplexValue JROMValue.getParent()
          Deprecated. Returns the parent of the JROM.
 

Methods in com.ibm.jrom with parameters of type JROMComplexValue
 void JROMValue.setParent(JROMComplexValue jromval)
          Deprecated. sets the parent of a JROMValue.
 boolean JROMComplexValue.isTypeNamespaceEquals(JROMComplexValue jval)
          Deprecated.  
 boolean JROMComplexValue.isTypeLocalPartEquals(JROMComplexValue jval)
          Deprecated.  
 

Uses of JROMComplexValue in com.ibm.jrom.factory
 

Methods in com.ibm.jrom.factory that return JROMComplexValue
abstract  JROMComplexValue JROMFactory.newJROMComplexValue(java.lang.String typeNamespace, java.lang.String typeLocalPart)
          Deprecated. Create a new instance of a JROMComplexValue
abstract  JROMComplexValue JROMFactory.newJROMComplexValue(java.lang.String typeNamespace, java.lang.String typeLocalPart, JROMComplexValue parent)
          Deprecated. Create a new instance of a JROMComplexValue
 

Methods in com.ibm.jrom.factory with parameters of type JROMComplexValue
abstract  JROMComplexValue JROMFactory.newJROMComplexValue(java.lang.String typeNamespace, java.lang.String typeLocalPart, JROMComplexValue parent)
          Deprecated. Create a new instance of a JROMComplexValue
abstract  JROMIntegerValue JROMFactory.newJROMIntegerValue(JROMComplexValue parent)
          Deprecated. Create a new instance of a JROMIntegerValue
abstract  JROMStringValue JROMFactory.newJROMStringValue(JROMComplexValue parent)
          Deprecated. Create a new instance of a JROMStringValue
abstract  JROMBooleanValue JROMFactory.newJROMBooleanValue(JROMComplexValue parent)
          Deprecated. Create a new instance of a JROMBooleanValue
abstract  JROMDoubleValue JROMFactory.newJROMDoubleValue(JROMComplexValue parent)
          Deprecated. Create a new instance of a JROMDoubleValue
abstract  JROMFloatValue JROMFactory.newJROMFloatValue(JROMComplexValue parent)
          Deprecated. Create a new instance of a JROMFloatValue
abstract  JROMLongValue JROMFactory.newJROMLongValue(JROMComplexValue parent)
          Deprecated. Create a new instance of a JROMLongValue
abstract  JROMByteValue JROMFactory.newJROMByteValue(JROMComplexValue parent)
          Deprecated. Create a new instance of a JROMByteValue
abstract  JROMShortValue JROMFactory.newJROMShortValue(JROMComplexValue parent)
          Deprecated. Create a new instance of a JROMShortValue
abstract  JROMDecimalValue JROMFactory.newJROMDecimalValue(JROMComplexValue parent)
          Deprecated. Create a new instance of a JROMDecimalValue
abstract  JROMDateValue JROMFactory.newJROMDateValue(JROMComplexValue parent)
          Deprecated. Create a new instance of a JROMDateValue
abstract  JROMTimeValue JROMFactory.newJROMTimeValue(JROMComplexValue parent)
          Deprecated. Create a new instance of a JROMTimeValue
abstract  JROMQNameValue JROMFactory.newJROMQNameValue(JROMComplexValue parent)
          Deprecated. Create a new instance of a JROMQNameValue
abstract  JROMBase64BinaryValue JROMFactory.newJROMBase64BinaryValue(JROMComplexValue parent)
          Deprecated. Create a new instance of a JROMBase64BinaryValue
abstract  JROMDurationValue JROMFactory.newJROMDurationValue(JROMComplexValue parent)
          Deprecated. Create a new instance of a JROMDurationValue
 



Copyright © 2001, 2003 IBM. All Rights Reserved.