org.apache.axis2.corba.idl.types
Class AbstractCollectionType
java.lang.Object
org.apache.axis2.corba.idl.types.DataType
org.apache.axis2.corba.idl.types.CompositeDataType
org.apache.axis2.corba.idl.types.AbstractCollectionType
- Direct Known Subclasses:
- ArrayType, SequenceType
public abstract class AbstractCollectionType
- extends CompositeDataType
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
elementCount
protected int elementCount
dataType
protected DataType dataType
elementModule
protected java.lang.String elementModule
elementName
protected java.lang.String elementName
depth
protected int depth
AbstractCollectionType
public AbstractCollectionType()
setElementCount
public void setElementCount(int elementCount)
getElementCount
public int getElementCount()
getDataType
public DataType getDataType()
setDataType
public void setDataType(DataType dataType)
isArray
public boolean isArray()
isSequence
public boolean isSequence()
getElementModule
public java.lang.String getElementModule()
setElementModule
public void setElementModule(java.lang.String elementModule)
getElementName
public java.lang.String getElementName()
setElementName
public void setElementName(java.lang.String elementName)
getDepth
public int getDepth()
setDepth
public void setDepth(int depth)
Copyright ? 2007 Apache Web Services Project. All Rights Reserved.