org.apache.commons.betwixt.schema
Class ComplexLocalElement

java.lang.Object
  |
  +--org.apache.commons.betwixt.schema.LocalElement
        |
        +--org.apache.commons.betwixt.schema.ComplexLocalElement
All Implemented Interfaces:
Element

public class ComplexLocalElement
extends LocalElement

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

Field Summary
 
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
 

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)


Copyright © 2002-2004 The Apache Software Foundation. All Rights Reserved.