Class QName

java.lang.Object
com.oss.metadata.QName

public class QName extends Object
The QName class is a helper class used by the metadata package classes to encapsulate generated qualified names.
Since:
ASN.1/Java 2.1
  • Method Details

    • getName

      public String getName()
      Return the full name (both package name and class name separated by a ".")
      Returns:
      the fully qualified name.
    • getPackageName

      public String getPackageName()
      Return just the package name of the name
      Returns:
      the package portion of the fully qualified name.
    • getClassName

      public String getClassName()
      Return just the class name of the qname
      Returns:
      the class portion of the fully qualified name.