Dali Provisional API
Release 3.2

Uses of Class
org.eclipse.jpt.jaxb.core.xsd.XsdSimpleTypeDefinition

Packages that use XsdSimpleTypeDefinition
org.eclipse.jpt.jaxb.core.context   
org.eclipse.jpt.jaxb.core.xsd   
 

Uses of XsdSimpleTypeDefinition in org.eclipse.jpt.jaxb.core.context
 

Methods in org.eclipse.jpt.jaxb.core.context that return XsdSimpleTypeDefinition
 XsdSimpleTypeDefinition JaxbEnumMapping.getValueXsdTypeDefinition()
           
 

Uses of XsdSimpleTypeDefinition in org.eclipse.jpt.jaxb.core.xsd
 

Methods in org.eclipse.jpt.jaxb.core.xsd that return XsdSimpleTypeDefinition
 XsdSimpleTypeDefinition XsdSimpleTypeDefinition.getItemType()
          If the type is of variety LIST, this will return the item type of the list
 

Methods in org.eclipse.jpt.jaxb.core.xsd that return types with arguments of type XsdSimpleTypeDefinition
 Iterable<XsdSimpleTypeDefinition> XsdSimpleTypeDefinition.getMemberTypes()
          If the type is of variety UNION, this will return the member types of the union
 Iterable<XsdSimpleTypeDefinition> XsdSchema.getSimpleTypeDefinitions(String namespace)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.