org.apache.commons.betwixt.schema
Class ComplexLocalElement

java.lang.Object
  extended byorg.apache.commons.betwixt.schema.LocalElement
      extended byorg.apache.commons.betwixt.schema.ComplexLocalElement
All Implemented Interfaces:
Element

public class ComplexLocalElement
extends LocalElement

Version:
$Revision: 438373 $
Author:
Jakarta Commons Team

Field Summary
private  LocalComplexType type
           
 
Fields inherited from class org.apache.commons.betwixt.schema.LocalElement
maxOccurs, minOccurs, name
 
Constructor Summary
ComplexLocalElement(TranscriptionConfiguration configuration, ElementDescriptor descriptor, Schema schema)
           
 
Method Summary
 LocalComplexType getType()
           
 void setType(LocalComplexType type)
           
 
Methods inherited from class org.apache.commons.betwixt.schema.LocalElement
getMaxOccurs, getMinOccurs, getName, setMaxOccurs, setMinOccurs, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

private LocalComplexType type
Constructor Detail

ComplexLocalElement

public ComplexLocalElement(TranscriptionConfiguration configuration,
                           ElementDescriptor descriptor,
                           Schema schema)
                    throws java.beans.IntrospectionException
Method Detail

getType

public LocalComplexType getType()

setType

public void setType(LocalComplexType type)