Uses of Interface
org.eclipse.xsd.XSDComplexTypeContent

Packages that use XSDComplexTypeContent
org.eclipse.xsd This provides an API for the XML Schema Standard Part 1 and Part 2; for differences between the current version of the API and the previous version of the API, please see the Appendix
org.eclipse.xsd.impl This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. 
org.eclipse.xsd.util This provides utility classes and interfaces to augment the basic API for XML Schema, as well as sample code. 
 

Uses of XSDComplexTypeContent in org.eclipse.xsd
 

Subinterfaces of XSDComplexTypeContent in org.eclipse.xsd
 interface XSDParticle
          A representation of the model object 'Particle'
 interface XSDSimpleTypeDefinition
          A representation of the model object 'Simple Type Definition'.
 

Methods in org.eclipse.xsd that return XSDComplexTypeContent
 XSDComplexTypeContent XSDComplexTypeDefinition.getContent()
          Returns the value of the 'Content' containment reference
 XSDComplexTypeContent XSDComplexTypeDefinition.getContentType()
          Returns the value of the 'Content Type' reference
 

Methods in org.eclipse.xsd with parameters of type XSDComplexTypeContent
 void XSDComplexTypeDefinition.setContent(XSDComplexTypeContent value)
          Sets the value of the 'Content' containment reference
 void XSDComplexTypeDefinition.setContentType(XSDComplexTypeContent value)
          Sets the value of the 'Content Type' reference
 

Uses of XSDComplexTypeContent in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDComplexTypeContent
 class XSDComplexTypeContentImpl
          An implementation of the model object 'Complex Type Content'
 class XSDParticleImpl
          An implementation of the model object 'Particle'
 class XSDSimpleTypeDefinitionImpl
          An implementation of the model object 'Simple Type Definition'
 

Fields in org.eclipse.xsd.impl declared as XSDComplexTypeContent
protected  XSDComplexTypeContent XSDComplexTypeDefinitionImpl.content
          The cached value of the 'Content' containment reference
protected  XSDComplexTypeContent XSDComplexTypeDefinitionImpl.contentType
          The cached value of the 'Content Type' reference
 

Methods in org.eclipse.xsd.impl that return XSDComplexTypeContent
 XSDComplexTypeContent XSDComplexTypeDefinitionImpl.getContent()
           
 XSDComplexTypeContent XSDComplexTypeDefinitionImpl.getContentType()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDComplexTypeContent
 NotificationChain XSDComplexTypeDefinitionImpl.basicSetContent(XSDComplexTypeContent newContent, NotificationChain msgs)
           
 void XSDComplexTypeDefinitionImpl.setContent(XSDComplexTypeContent newContent)
           
 void XSDComplexTypeDefinitionImpl.setContentType(XSDComplexTypeContent newContentType)
           
 

Uses of XSDComplexTypeContent in org.eclipse.xsd.util
 

Methods in org.eclipse.xsd.util with parameters of type XSDComplexTypeContent
 T XSDSwitch.caseXSDComplexTypeContent(XSDComplexTypeContent object)
          Returns the result of interpretting the object as an instance of 'Complex Type Content'
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.