Uses of Interface
org.apache.tuscany.sdo.model.XSDType

Packages that use XSDType
org.apache.tuscany.sdo.model   
org.apache.tuscany.sdo.model.impl   
 

Uses of XSDType in org.apache.tuscany.sdo.model
 

Methods in org.apache.tuscany.sdo.model that return XSDType
 XSDType ModelFactory.createXSDType()
          Returns a new object of class 'XSD Type'.
 XSDType BaseDataGraphType.getXsd()
          Returns the value of the 'Xsd' containment reference.
 

Methods in org.apache.tuscany.sdo.model with parameters of type XSDType
 void BaseDataGraphType.setXsd(XSDType value)
          Sets the value of the 'Xsd' containment reference.
 

Uses of XSDType in org.apache.tuscany.sdo.model.impl
 

Classes in org.apache.tuscany.sdo.model.impl that implement XSDType
 class XSDTypeImpl
          An implementation of the model object 'XSD Type'.
 

Fields in org.apache.tuscany.sdo.model.impl declared as XSDType
protected  XSDType BaseDataGraphTypeImpl.xsd
          The cached value of the 'Xsd' containment reference.
 

Methods in org.apache.tuscany.sdo.model.impl that return XSDType
 XSDType ModelFactoryImpl.createXSDType()
           
 XSDType BaseDataGraphTypeImpl.getXsd()
           
 

Methods in org.apache.tuscany.sdo.model.impl with parameters of type XSDType
 DataObjectBase.ChangeContext BaseDataGraphTypeImpl.basicSetXsd(XSDType newXsd, DataObjectBase.ChangeContext changeContext)
           
 void BaseDataGraphTypeImpl.setXsd(XSDType newXsd)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.