org.apache.axis2.corba.idl.types
Class CompositeDataType
java.lang.Object
org.apache.axis2.corba.idl.types.DataType
org.apache.axis2.corba.idl.types.CompositeDataType
- Direct Known Subclasses:
- AbstractCollectionType, EnumType, Interface, Struct, Typedef, UnionType, ValueType
public abstract class CompositeDataType
- extends DataType
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDL_REPO_STRING
public static final String IDL_REPO_STRING
- See Also:
- Constant Field Values
IDL_VERSION
public static final String IDL_VERSION
- See Also:
- Constant Field Values
MODULE_SEPERATOR
public static final String MODULE_SEPERATOR
- See Also:
- Constant Field Values
id
protected String id
name
protected String name
module
protected String module
members
protected List members
CompositeDataType
public CompositeDataType()
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getModule
public String getModule()
setModule
public void setModule(String module)
addMember
public void addMember(Member member)
getMembers
public Member[] getMembers()
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.