public class CSAppTaxonomyRef
extends java.lang.Object
Constructor and Description |
---|
CSAppTaxonomyRef(javax.xml.namespace.QName pName)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
Returns the classification taxonomy name as a string.
|
javax.xml.namespace.QName |
getQName()
Returns the classification taxonomy name.
|
int |
hashCode() |
java.lang.String |
toString() |
public CSAppTaxonomyRef(javax.xml.namespace.QName pName)
pName
- the classification taxonomy name.public javax.xml.namespace.QName getQName()
public java.lang.String getName()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object