|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.betwixt.schema.ComplexType
Field Summary | |
protected java.util.List |
attributes
|
protected java.util.List |
elements
|
Constructor Summary | |
ComplexType()
|
|
ComplexType(TranscriptionConfiguration configuration,
ElementDescriptor elementDescriptor,
Schema schema)
|
Method Summary | |
void |
addAttribute(Attribute attribute)
Adds an attribute to those contained by this type |
void |
addElement(ElementReference element)
Adds an element to those contained by this type |
void |
addElement(LocalElement element)
Adds an element to those contained by this type |
java.util.List |
getAttributes()
Gets the attributes contained by this type. |
java.util.List |
getElements()
Gets the elements contained by this type |
protected void |
init(TranscriptionConfiguration configuration,
ElementDescriptor elementDescriptor,
Schema schema)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.List elements
protected java.util.List attributes
Constructor Detail |
public ComplexType()
public ComplexType(TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor, Schema schema) throws java.beans.IntrospectionException
Method Detail |
protected void init(TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor, Schema schema) throws java.beans.IntrospectionException
java.beans.IntrospectionException
public java.util.List getElements()
public void addElement(ElementReference element)
element
- public void addElement(LocalElement element)
element
- public java.util.List getAttributes()
public void addAttribute(Attribute attribute)
attribute
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |