org.apache.commons.betwixt.schema
Class LocalComplexType

java.lang.Object
  extended byorg.apache.commons.betwixt.schema.ComplexType
      extended byorg.apache.commons.betwixt.schema.LocalComplexType

public class LocalComplexType
extends ComplexType

Models a local complexType definition.

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

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

hashCode

public int hashCode()

toString

public java.lang.String toString()


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