org.ipdr.common
Class CompositeSchemaElement

java.lang.Object
  extended by org.ipdr.common.SchemaElement
      extended by org.ipdr.common.CompositeSchemaElement

public class CompositeSchemaElement
extends SchemaElement

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


Field Summary
protected  java.util.ArrayList listSchemaElement_
          To store List of Schema Elements.
 
Fields inherited from class org.ipdr.common.SchemaElement
attribDerivedType_, attribDocumentation_, attribEnumValues_, attribName_, attribReference_, attribStatus_, attribTypeCode_, attribUnit_, maxOccurs_, minOccurs_
 
Constructor Summary
CompositeSchemaElement()
           
 
Method Summary
 boolean addSchemaElement(SchemaElement element)
          Method to a add a Schema Element into the list.
 java.util.ArrayList getListSchemaElements()
          Method to add get all Schema Elements from the list.
 
Methods inherited from class org.ipdr.common.SchemaElement
getAttribDerivedType, getAttribDocumentation, getAttribEnumValues, getAttribName, getAttribReference, getAttribStatus, getAttribTypeCode, getAttribUnit, getMaxOccurs, getMinOccurs, setAttribDerivedType, setAttribDocumentation, setAttribEnumValues, setAttribName, setAttribReference, setAttribStatus, setAttribTypeCode, setAttribUnit, setMaxOccurs, setMinOccurs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listSchemaElement_

protected java.util.ArrayList listSchemaElement_
To store List of Schema Elements.

Constructor Detail

CompositeSchemaElement

public CompositeSchemaElement()
Method Detail

addSchemaElement

public boolean addSchemaElement(SchemaElement element)
Method to a add a Schema Element into the list.


getListSchemaElements

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