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: 438373 $
- Author:
- Jakarta Commons Team
Method Summary |
private boolean |
equalContents(java.util.Collection one,
java.util.Collection two)
|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
private boolean |
isEqual(java.lang.String one,
java.lang.String two)
Null safe equals method |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
LocalComplexType
public LocalComplexType()
LocalComplexType
public LocalComplexType(TranscriptionConfiguration configuration,
ElementDescriptor elementDescriptor,
Schema schema)
throws java.beans.IntrospectionException
- Throws:
java.beans.IntrospectionException
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
equalContents
private boolean equalContents(java.util.Collection one,
java.util.Collection two)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
isEqual
private boolean isEqual(java.lang.String one,
java.lang.String two)
- Null safe equals method
- Parameters:
one
- two
-
- Returns:
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object