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 String elementModule
elementName
protected 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 String getElementModule()
setElementModule
public void setElementModule(String elementModule)
getElementName
public String getElementName()
setElementName
public void setElementName(String elementName)
getDepth
public int getDepth()
setDepth
public void setDepth(int depth)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.