Uses of Class
com.sun.syndication.feed.module.base.types.YearType

Packages that use YearType
com.sun.syndication.feed.module.base This is the base package for the Google Base ROME module. 
 

Uses of YearType in com.sun.syndication.feed.module.base
 

Methods in com.sun.syndication.feed.module.base that return YearType
 YearType Vehicle.getYear()
          The four digit model year or year built.
 YearType Housing.getYear()
          The four digit model year or year built.
 YearType GoogleBaseImpl.getYear()
           
 

Methods in com.sun.syndication.feed.module.base with parameters of type YearType
 void Vehicle.setYear(YearType year)
          The four digit model year or year built.
 void Housing.setYear(YearType year)
          The four digit model year or year built.
 void GoogleBaseImpl.setYear(YearType year)
           
 



Copyright © 2006-2009. All Rights Reserved.