org.apache.commons.betwixt.schema
Class LocalComplexType

java.lang.Object
  |
  +--org.apache.commons.betwixt.schema.ComplexType
        |
        +--org.apache.commons.betwixt.schema.LocalComplexType

public class LocalComplexType
extends ComplexType

Models a local complexType definition.

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

Fields inherited from class org.apache.commons.betwixt.schema.ComplexType
attributes, elements
 
Constructor Summary
LocalComplexType()
           
LocalComplexType(TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor, Schema schema)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.commons.betwixt.schema.ComplexType
addAttribute, addElement, addElement, fillDescriptor, getAttributes, getElements, init
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalComplexType

public LocalComplexType()

LocalComplexType

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

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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