Uses of Class
org.apache.axis2.databinding.types.NCName

Packages that use NCName
org.apache.axis2.databinding.types These classes are directly salvaged from Axis 1 codebase. 
org.apache.axis2.databinding.types.soapencoding   
org.apache.axis2.databinding.types.xsd   
org.apache.axis2.databinding.utils   
 

Uses of NCName in org.apache.axis2.databinding.types
 

Subclasses of NCName in org.apache.axis2.databinding.types
 class Entities
          Custom class for supporting XSD data type Entities
 class Entity
          Custom class for supporting XSD data type Entity
 class Id
          Custom class for supporting XSD data type ID The base type of Id is NCName.
 class IDRef
          Custom class for supporting XSD data type IDRef
 class IDRefs
          Custom class for supporting XSD data type IDRefs
 class NMTokens
          Custom class for supporting XSD data type NMTokens
 

Methods in org.apache.axis2.databinding.types that return NCName
 NCName Notation.getName()
           
 

Methods in org.apache.axis2.databinding.types with parameters of type NCName
 void Notation.setName(NCName name)
           
 

Constructors in org.apache.axis2.databinding.types with parameters of type NCName
Notation(NCName name, URI publicURI, URI systemURI)
           
 

Uses of NCName in org.apache.axis2.databinding.types.soapencoding
 

Fields in org.apache.axis2.databinding.types.soapencoding declared as NCName
protected  NCName NCName.localNCName
          field for NCName
 

Methods in org.apache.axis2.databinding.types.soapencoding that return NCName
 NCName NCName.getNCName()
          Auto generated getter method
 

Methods in org.apache.axis2.databinding.types.soapencoding with parameters of type NCName
 void NCName.setNCName(NCName param)
          Auto generated setter method
 

Uses of NCName in org.apache.axis2.databinding.types.xsd
 

Fields in org.apache.axis2.databinding.types.xsd declared as NCName
protected  NCName NCName.localNCName
          field for NCName
 

Methods in org.apache.axis2.databinding.types.xsd that return NCName
 NCName NCName.getNCName()
          Auto generated getter method
 

Methods in org.apache.axis2.databinding.types.xsd with parameters of type NCName
 void NCName.setNCName(NCName param)
          Auto generated setter method
 

Uses of NCName in org.apache.axis2.databinding.utils
 

Methods in org.apache.axis2.databinding.utils that return NCName
static NCName ConverterUtil.convertToNCName(java.lang.String s)
           
 



Copyright ? 2007 Apache Web Services Project. All Rights Reserved.