org.apache.ws.commons.schema
Class XmlSchemaCollection.SchemaKey

java.lang.Object
  extended by org.apache.ws.commons.schema.XmlSchemaCollection.SchemaKey
Enclosing class:
XmlSchemaCollection

public static class XmlSchemaCollection.SchemaKey
extends java.lang.Object

Key that identifies a schema in a collection, composed of a targetNamespace and a system ID.


Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.