org.apache.geronimo.axis.builder
Class SchemaTypeKey
java.lang.Object
org.apache.geronimo.axis.builder.SchemaTypeKey
- public final class SchemaTypeKey
- extends Object
- Version:
- $Rev: 356022 $ $Date: 2005-12-11 21:58:34 +0100 (Sun, 11 Dec 2005) $
Constructor Summary |
SchemaTypeKey(javax.xml.namespace.QName qName,
boolean element,
boolean isSimpleType,
boolean anonymous,
javax.xml.namespace.QName elementQName)
|
QNAME_SCOPE_COMPLEX_TYPE
public static final String QNAME_SCOPE_COMPLEX_TYPE
- See Also:
- Constant Field Values
QNAME_SCOPE_SIMPLE_TYPE
public static final String QNAME_SCOPE_SIMPLE_TYPE
- See Also:
- Constant Field Values
QNAME_SCOPE_ELEMENT
public static final String QNAME_SCOPE_ELEMENT
- See Also:
- Constant Field Values
SchemaTypeKey
public SchemaTypeKey(javax.xml.namespace.QName qName,
boolean element,
boolean isSimpleType,
boolean anonymous,
javax.xml.namespace.QName elementQName)
getqName
public javax.xml.namespace.QName getqName()
isElement
public boolean isElement()
isSimpleType
public boolean isSimpleType()
isAnonymous
public boolean isAnonymous()
getqNameScope
public String getqNameScope()
getElementQName
public javax.xml.namespace.QName getElementQName()
hashCode
public int hashCode()
equals
public boolean equals(Object other)
toString
public String toString()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.