public class

LocalComplexType

extends ComplexType
java.lang.Object
   ↳ org.apache.commons.betwixt.schema.ComplexType
     ↳ org.apache.commons.betwixt.schema.LocalComplexType

Class Overview

Models a local complexType definition.

Summary

[Expand]
Inherited Fields
From class org.apache.commons.betwixt.schema.ComplexType
Public Constructors
LocalComplexType()
LocalComplexType(TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor, Schema schema)
Public Methods
boolean equals(Object obj)
int hashCode()
String toString()
[Expand]
Inherited Methods
From class org.apache.commons.betwixt.schema.ComplexType
From class java.lang.Object

Public Constructors

public LocalComplexType ()

public LocalComplexType (TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor, Schema schema)

Public Methods

public boolean equals (Object obj)

public int hashCode ()

public String toString ()