Uses of Class
org.tridas.schema.ControlledVoc

Packages that use ControlledVoc
org.tridas.interfaces   
org.tridas.schema   
 

Uses of ControlledVoc in org.tridas.interfaces
 

Methods in org.tridas.interfaces that return ControlledVoc
 ControlledVoc ITridasDerivedSeries.getType()
          Gets the value of the type property.
 

Methods in org.tridas.interfaces with parameters of type ControlledVoc
 void ITridasDerivedSeries.setType(ControlledVoc value)
          Sets the value of the type property.
 

Uses of ControlledVoc in org.tridas.schema
 

Subclasses of ControlledVoc in org.tridas.schema
 class TridasMeasuringMethod
          Java class for anonymous complex type.
 class TridasRemark
          Java class for anonymous complex type.
 class TridasShape
          Java class for anonymous complex type.
 class TridasUnit
          Java class for anonymous complex type.
 class TridasVariable
          Java class for anonymous complex type.
 

Fields in org.tridas.schema declared as ControlledVoc
protected  ControlledVoc TridasProject.category
           
protected  ControlledVoc TridasElement.taxon
           
protected  ControlledVoc TridasSample.type
           
protected  ControlledVoc TridasDerivedSeries.type
           
protected  ControlledVoc TridasStatFoundation.type
           
protected  ControlledVoc BaseSeries.type
           
protected  ControlledVoc TridasObject.type
           
protected  ControlledVoc TridasElement.type
           
 

Fields in org.tridas.schema with type parameters of type ControlledVoc
protected  List<ControlledVoc> TridasVocabulary.ProjectCategory.categories
           
protected  List<ControlledVoc> TridasVocabulary.ElementTaxon.taxons
           
protected  List<ControlledVoc> TridasProject.types
           
protected  List<ControlledVoc> TridasVocabulary.DerivedSeriesType.types
           
protected  List<ControlledVoc> TridasVocabulary.ElementType.types
           
protected  List<ControlledVoc> TridasVocabulary.ObjectType.types
           
protected  List<ControlledVoc> TridasVocabulary.ProjectType.types
           
protected  List<ControlledVoc> TridasVocabulary.SampleType.types
           
 

Methods in org.tridas.schema that return ControlledVoc
 ControlledVoc ObjectFactory.createControlledVoc()
          Create an instance of ControlledVoc
 ControlledVoc TridasProject.getCategory()
          Gets the value of the category property.
 ControlledVoc TridasElement.getTaxon()
          Gets the value of the taxon property.
 ControlledVoc TridasSample.getType()
          Gets the value of the type property.
 ControlledVoc TridasDerivedSeries.getType()
          Gets the value of the type property.
 ControlledVoc TridasStatFoundation.getType()
          Gets the value of the type property.
 ControlledVoc BaseSeries.getType()
          Gets the value of the type property.
 ControlledVoc TridasObject.getType()
          Gets the value of the type property.
 ControlledVoc TridasElement.getType()
          Gets the value of the type property.
 

Methods in org.tridas.schema that return types with arguments of type ControlledVoc
 JAXBElement<ControlledVoc> ObjectFactory.createCategory(ControlledVoc value)
          Create an instance of JAXBElement<ControlledVoc>}
 JAXBElement<ControlledVoc> ObjectFactory.createTaxon(ControlledVoc value)
          Create an instance of JAXBElement<ControlledVoc>}
 JAXBElement<ControlledVoc> ObjectFactory.createType(ControlledVoc value)
          Create an instance of JAXBElement<ControlledVoc>}
 List<ControlledVoc> TridasVocabulary.ProjectCategory.getCategories()
          Gets the value of the categories property.
 List<ControlledVoc> TridasVocabulary.ElementTaxon.getTaxons()
          Gets the value of the taxons property.
 List<ControlledVoc> TridasProject.getTypes()
          Gets the value of the types property.
 List<ControlledVoc> TridasVocabulary.DerivedSeriesType.getTypes()
          Gets the value of the types property.
 List<ControlledVoc> TridasVocabulary.ElementType.getTypes()
          Gets the value of the types property.
 List<ControlledVoc> TridasVocabulary.ObjectType.getTypes()
          Gets the value of the types property.
 List<ControlledVoc> TridasVocabulary.ProjectType.getTypes()
          Gets the value of the types property.
 List<ControlledVoc> TridasVocabulary.SampleType.getTypes()
          Gets the value of the types property.
 

Methods in org.tridas.schema with parameters of type ControlledVoc
 JAXBElement<ControlledVoc> ObjectFactory.createCategory(ControlledVoc value)
          Create an instance of JAXBElement<ControlledVoc>}
 JAXBElement<ControlledVoc> ObjectFactory.createTaxon(ControlledVoc value)
          Create an instance of JAXBElement<ControlledVoc>}
 JAXBElement<ControlledVoc> ObjectFactory.createType(ControlledVoc value)
          Create an instance of JAXBElement<ControlledVoc>}
 void TridasProject.setCategory(ControlledVoc value)
          Sets the value of the category property.
 void TridasElement.setTaxon(ControlledVoc value)
          Sets the value of the taxon property.
 void TridasSample.setType(ControlledVoc value)
          Sets the value of the type property.
 void TridasDerivedSeries.setType(ControlledVoc value)
          Sets the value of the type property.
 void TridasStatFoundation.setType(ControlledVoc value)
          Sets the value of the type property.
 void BaseSeries.setType(ControlledVoc value)
          Sets the value of the type property.
 void TridasObject.setType(ControlledVoc value)
          Sets the value of the type property.
 void TridasElement.setType(ControlledVoc value)
          Sets the value of the type property.
 

Method parameters in org.tridas.schema with type arguments of type ControlledVoc
 void TridasVocabulary.ProjectCategory.setCategories(List<ControlledVoc> categories)
          Sets the value of the categories property.
 void TridasVocabulary.ElementTaxon.setTaxons(List<ControlledVoc> taxons)
          Sets the value of the taxons property.
 void TridasProject.setTypes(List<ControlledVoc> types)
          Sets the value of the types property.
 void TridasVocabulary.DerivedSeriesType.setTypes(List<ControlledVoc> types)
          Sets the value of the types property.
 void TridasVocabulary.ElementType.setTypes(List<ControlledVoc> types)
          Sets the value of the types property.
 void TridasVocabulary.ObjectType.setTypes(List<ControlledVoc> types)
          Sets the value of the types property.
 void TridasVocabulary.ProjectType.setTypes(List<ControlledVoc> types)
          Sets the value of the types property.
 void TridasVocabulary.SampleType.setTypes(List<ControlledVoc> types)
          Sets the value of the types property.
 



Copyright © 2011 TRiDaS. All Rights Reserved.