Uses of Class
org.apache.axis.types.NCName
-
Packages that use NCName Package Description org.apache.axis.types -
-
Uses of NCName in org.apache.axis.types
Subclasses of NCName in org.apache.axis.types Modifier and Type Class Description classEntitiesCustom class for supporting XSD data type EntitiesclassEntityCustom class for supporting XSD data type EntityclassIdCustom class for supporting XSD data type ID The base type of Id is NCName.classIDRefCustom class for supporting XSD data type IDRefclassIDRefsCustom class for supporting XSD data type IDRefsclassNMTokensCustom class for supporting XSD data type NMTokensMethods in org.apache.axis.types that return NCName Modifier and Type Method Description NCNameNotation. getName()Methods in org.apache.axis.types with parameters of type NCName Modifier and Type Method Description voidNotation. setName(NCName name)Constructors in org.apache.axis.types with parameters of type NCName Constructor Description Notation(NCName name, URI publicURI, URI systemURI)
-