com.softwareag.centrasite.appl.framework.data
Class CSAppObjectTypeRef

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.data.CSAppObjectTypeRef

public class CSAppObjectTypeRef
extends java.lang.Object

An instance of this class references an object type in the JAXR registry. Basically, it is a namespace/localName pair, which is used for looking up the actual object types in the registry.


Constructor Summary
CSAppObjectTypeRef(javax.xml.namespace.QName pQName)
          Creates a new instance.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
          Returns the object types qualified name as a string.
 javax.xml.namespace.QName getQName()
          Returns the object types qualified name.
 java.lang.String getValue()
          Returns the object types value.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSAppObjectTypeRef

public CSAppObjectTypeRef(javax.xml.namespace.QName pQName)
Creates a new instance.

Method Detail

getQName

public javax.xml.namespace.QName getQName()
Returns the object types qualified name.


getName

public java.lang.String getName()
Returns the object types qualified name as a string.


getValue

public java.lang.String getValue()
Returns the object types value.


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object