Class SimpleTypeInfo

    • Constructor Detail

      • SimpleTypeInfo

        public SimpleTypeInfo​(String namespace,
                              String name,
                              String baseType)
    • Method Detail

      • getNamespace

        public String getNamespace()
        Description copied from interface: TypeInfo
        The namespace of this TypeInfo
        Specified by:
        getNamespace in interface TypeInfo
        Returns:
        the namespace of this TypeInfo
      • getName

        public String getName()
        Description copied from interface: TypeInfo
        The name of this TypeInfo
        Specified by:
        getName in interface TypeInfo
        Returns:
        the name of this TypeInfo
      • getBaseType

        public String getBaseType()
        The base type of this SimpleTypeInfo
        Returns:
        the base type of this SimpleTypeInfo
      • equals

        public boolean equals​(Object obj)
        Indicates whether this SimpleTypeInfo is equal to the parameter
        Overrides:
        equals in class Object
        Parameters:
        obj - the other Object
        Returns:
        true if SimpleTypeInfo is equal to the parameter, otherwise false
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object