org.apache.axis2.corba.idl.values
Class AbstractCollectionValue

java.lang.Object
  extended by org.apache.axis2.corba.idl.values.AbstractValue
      extended by org.apache.axis2.corba.idl.values.AbstractCollectionValue
Direct Known Subclasses:
ArrayValue, SequenceValue

public abstract class AbstractCollectionValue
extends AbstractValue


Field Summary
protected  java.lang.Object[] values
           
 
Fields inherited from class org.apache.axis2.corba.idl.values.AbstractValue
dataType, memberValues
 
Constructor Summary
AbstractCollectionValue(AbstractCollectionType dataType)
           
AbstractCollectionValue(CompositeDataType dataType)
           
 
Method Summary
 java.lang.Object[] getValues()
           
abstract  void read(org.omg.CORBA_2_3.portable.InputStream inputStream)
           
 void setValues(java.lang.Object[] values)
           
 java.lang.String toString()
           
abstract  void write(org.omg.CORBA_2_3.portable.OutputStream outputStream)
           
 
Methods inherited from class org.apache.axis2.corba.idl.values.AbstractValue
getMembers, getMemberValues, getTypeCode, read, setMemberValues, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

values

protected java.lang.Object[] values
Constructor Detail

AbstractCollectionValue

public AbstractCollectionValue(CompositeDataType dataType)

AbstractCollectionValue

public AbstractCollectionValue(AbstractCollectionType dataType)
Method Detail

getValues

public java.lang.Object[] getValues()

setValues

public void setValues(java.lang.Object[] values)

read

public abstract void read(org.omg.CORBA_2_3.portable.InputStream inputStream)

write

public abstract void write(org.omg.CORBA_2_3.portable.OutputStream outputStream)

toString

public java.lang.String toString()
Overrides:
toString in class AbstractValue


Copyright © 2007 Apache Web Services Project. All Rights Reserved.