org.ipdr.common
Class CompositeDescriptorElement

java.lang.Object
  extended by org.ipdr.common.DescriptorElement
      extended by org.ipdr.common.CompositeDescriptorElement

public class CompositeDescriptorElement
extends DescriptorElement

The CompositeDescriptorElement is a structure to hold a Composite Descriptor Element. It contains a list of Descriptor Elements, the child elements of the Composite Element.


Field Summary
protected  java.util.ArrayList listDescriptorElement_
          To store List of Descriptor Elements
 
Fields inherited from class org.ipdr.common.DescriptorElement
attributeDerivedType_, attributeName_, attributeType_, maxOccurs_, minOccurs_
 
Constructor Summary
CompositeDescriptorElement()
           
 
Method Summary
 boolean addDescriptorElement(DescriptorElement element)
          Method to a add a Descriptor Element into the list/
 java.util.ArrayList getListDescriptorElements()
          Method to add get all Descriptor Elements from the list.
 
Methods inherited from class org.ipdr.common.DescriptorElement
getDerivedType, getMaxOccurs, getMinOccurs, getName, getType, setDerivedType, setMaxOccurs, setMinOccurs, setName, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listDescriptorElement_

protected java.util.ArrayList listDescriptorElement_
To store List of Descriptor Elements

Constructor Detail

CompositeDescriptorElement

public CompositeDescriptorElement()
Method Detail

addDescriptorElement

public boolean addDescriptorElement(DescriptorElement element)
Method to a add a Descriptor Element into the list/


getListDescriptorElements

public java.util.ArrayList getListDescriptorElements()
Method to add get all Descriptor Elements from the list.