Data Request Broker
2-3-release

fr.gael.drb.xsd
Class XsdName

java.lang.Object
  extended by fr.gael.drb.xsd.XsdName

public class XsdName
extends Object

Declaration of a Xsd name.


Field Summary
protected  String localName
          The local name.
protected  String namespaceURI
          The namespace URI.
 
Constructor Summary
protected XsdName(String name, String namespace_uri)
          Build an Xsd name.
 
Method Summary
 boolean equals(Object object)
          Check equality with another XsdName
 int hashCode()
          Returns the hash code.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

namespaceURI

protected String namespaceURI
The namespace URI.


localName

protected String localName
The local name.

Constructor Detail

XsdName

protected XsdName(String name,
                  String namespace_uri)
Build an Xsd name.

Parameters:
name - the local part of the QName.
namespace_uri - the namespace URI.
Method Detail

hashCode

public int hashCode()
Returns the hash code.

Overrides:
hashCode in class Object
Returns:
an hash code.

equals

public boolean equals(Object object)
Check equality with another XsdName

Overrides:
equals in class Object
Parameters:
object - the object to be compared.
Returns:
true false

Data Request Broker - DRB API®
2-3-release

Copyright© 2001-2009 GAEL Consultant. All rights reserved. Use is subject to license terms .