com.sun.msv.datatype.xsd
Class QnameValueType

java.lang.Object
  extended bycom.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)

hashCode

public int hashCode()

toString

public String toString()