|
Data Request Broker 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.gael.drb.xsd.XsdName
public class XsdName
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 |
|---|
protected String namespaceURI
protected String localName
| Constructor Detail |
|---|
protected XsdName(String name,
String namespace_uri)
name - the local part of the QName.namespace_uri - the namespace URI.| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object object)
equals in class Objectobject - the object to be compared.
|
Data Request Broker - DRB API® 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||