|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ipdr.common.SchemaElement
org.ipdr.common.CompositeSchemaElement
public class CompositeSchemaElement
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 |
|---|
protected java.util.ArrayList listSchemaElement_
| Constructor Detail |
|---|
public CompositeSchemaElement()
| Method Detail |
|---|
public boolean addSchemaElement(SchemaElement element)
public java.util.ArrayList getListSchemaElements()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||