Class TypeInfo


  • public final class TypeInfo
    extends Object
    This class contains the information regaing a type.
    Since:
    1.0 Dec 1, 2005
    Version:
    1.0
    Author:
    http://cheenath.com
    • Constructor Detail

      • TypeInfo

        public TypeInfo​(String namespace,
                        String name,
                        String typeNS,
                        String type,
                        int minOcc,
                        int maxOcc,
                        boolean elementForm)
    • Method Detail

      • isElementFormQualified

        public boolean isElementFormQualified()
      • getNamespace

        public String getNamespace()
      • getName

        public String getName()
      • getTypeNS

        public String getTypeNS()
      • getType

        public String getType()
      • getMinOcc

        public int getMinOcc()
      • getMaxOcc

        public int getMaxOcc()