Uses of Class
org.tridas.schema.SeriesLink

Packages that use SeriesLink
org.tridas.schema   
 

Uses of SeriesLink in org.tridas.schema
 

Fields in org.tridas.schema declared as SeriesLink
protected  SeriesLink TridasDatingReference.linkSeries
           
protected  SeriesLink SeriesLinksWithPreferred.preferredSeries
           
 

Fields in org.tridas.schema with type parameters of type SeriesLink
protected  List<SeriesLink> SeriesLinks.series
           
 

Methods in org.tridas.schema that return SeriesLink
 SeriesLink ObjectFactory.createSeriesLink()
          Create an instance of SeriesLink
 SeriesLink TridasDatingReference.getLinkSeries()
          Gets the value of the linkSeries property.
 SeriesLink SeriesLinksWithPreferred.getPreferredSeries()
          Gets the value of the preferredSeries property.
 

Methods in org.tridas.schema that return types with arguments of type SeriesLink
 List<SeriesLink> SeriesLinks.getSeries()
          Gets the value of the series property.
 

Methods in org.tridas.schema with parameters of type SeriesLink
 void TridasDatingReference.setLinkSeries(SeriesLink value)
          Sets the value of the linkSeries property.
 void SeriesLinksWithPreferred.setPreferredSeries(SeriesLink value)
          Sets the value of the preferredSeries property.
 

Method parameters in org.tridas.schema with type arguments of type SeriesLink
 void SeriesLinks.setSeries(List<SeriesLink> series)
          Sets the value of the series property.
 



Copyright © 2011 TRiDaS. All Rights Reserved.