Uses of Interface
org.eclipse.jpt.jaxb.core.context.XmlSchemaType

Packages that use XmlSchemaType
org.eclipse.jpt.jaxb.core.context   
 

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

Methods in org.eclipse.jpt.jaxb.core.context that return XmlSchemaType
 XmlSchemaType JaxbContainmentMapping.addXmlSchemaType()
           
 XmlSchemaType JaxbPackageInfo.addXmlSchemaType(int index)
           
 XmlSchemaType JaxbContainmentMapping.getXmlSchemaType()
          Return the xml schema type or null.
 

Methods in org.eclipse.jpt.jaxb.core.context that return types with arguments of type XmlSchemaType
 org.eclipse.jpt.common.utility.internal.iterables.ListIterable<XmlSchemaType> JaxbPackageInfo.getXmlSchemaTypes()
           
 

Methods in org.eclipse.jpt.jaxb.core.context with parameters of type XmlSchemaType
 void JaxbPackageInfo.removeXmlSchemaType(XmlSchemaType xmlSchemaType)