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 Object

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


Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 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 Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


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