com.sun.msv.datatype.xsd
Class QnameValueType

java.lang.Object
  extended by com.sun.msv.datatype.xsd.QnameValueType
All Implemented Interfaces:
Serializable

public class QnameValueType
extends Object
implements Serializable

value object of QName.

Author:
Kohsuke KAWAGUCHI
See Also:
Serialized Form

Field Summary
 String localPart
           
 String namespaceURI
           
 
Constructor Summary
QnameValueType(String uri, String localPart)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

namespaceURI

public final String namespaceURI

localPart

public final String localPart
Constructor Detail

QnameValueType

public QnameValueType(String uri,
                      String localPart)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object