Uses of Class
org.oasis.ebxml.registry.bindings.rim.types.NodeTypeType

Packages that use NodeTypeType
org.oasis.ebxml.registry.bindings.rim   
org.oasis.ebxml.registry.bindings.rim.types   
 

Uses of NodeTypeType in org.oasis.ebxml.registry.bindings.rim
 

Methods in org.oasis.ebxml.registry.bindings.rim that return NodeTypeType
 NodeTypeType ClassificationSchemeType.getNodeType()
          Returns the value of field 'nodeType'.
 

Methods in org.oasis.ebxml.registry.bindings.rim with parameters of type NodeTypeType
 void ClassificationSchemeType.setNodeType(NodeTypeType nodeType)
          Sets the value of field 'nodeType'.
 

Uses of NodeTypeType in org.oasis.ebxml.registry.bindings.rim.types
 

Fields in org.oasis.ebxml.registry.bindings.rim.types declared as NodeTypeType
static NodeTypeType NodeTypeType.UNIQUECODE
          The instance of the UniqueCode type
static NodeTypeType NodeTypeType.EMBEDDEDPATH
          The instance of the EmbeddedPath type
static NodeTypeType NodeTypeType.NONUNIQUECODE
          The instance of the NonUniqueCode type
 

Methods in org.oasis.ebxml.registry.bindings.rim.types that return NodeTypeType
static NodeTypeType NodeTypeType.valueOf(java.lang.String string)
          Returns a new NodeTypeType based on the given String value.