org.apache.geronimo.webservices.builder
Class SchemaTypeKey

java.lang.Object
  extended by org.apache.geronimo.webservices.builder.SchemaTypeKey

public final class SchemaTypeKey
extends Object


Field Summary
static String QNAME_SCOPE_COMPLEX_TYPE
           
static String QNAME_SCOPE_ELEMENT
           
static String QNAME_SCOPE_SIMPLE_TYPE
           
 
Constructor Summary
SchemaTypeKey(QName qName, boolean element, boolean isSimpleType, boolean anonymous, QName elementQName)
           
 
Method Summary
 boolean equals(Object other)
           
 QName getElementQName()
           
 QName getqName()
           
 String getqNameScope()
           
 int hashCode()
           
 boolean isAnonymous()
           
 boolean isElement()
           
 boolean isSimpleType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

SchemaTypeKey

public SchemaTypeKey(QName qName,
                     boolean element,
                     boolean isSimpleType,
                     boolean anonymous,
                     QName elementQName)
Method Detail

getqName

public QName getqName()

isElement

public boolean isElement()

isSimpleType

public boolean isSimpleType()

isAnonymous

public boolean isAnonymous()

getqNameScope

public String getqNameScope()

getElementQName

public QName getElementQName()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.