org.apache.commons.betwixt.schema
Class ComplexLocalElement

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

public class ComplexLocalElement
extends LocalElement

Version:
$Revision: 561314 $
Author:
Apache 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
Throws:
java.beans.IntrospectionException
Method Detail

getType

public LocalComplexType getType()

setType

public void setType(LocalComplexType type)


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