Uses of Class
org.sciplore.rest.TitleType

Packages that use TitleType
org.sciplore.rest   
 

Uses of TitleType in org.sciplore.rest
 

Methods in org.sciplore.rest that return TitleType
 TitleType ObjectFactory.createTitleType()
          Create an instance of TitleType
 TitleType DocumentType.getTitle()
          Gets the value of the title property.
 TitleType ExtendedObjectFactory.getTitle(long id, java.lang.String value)
           
 

Methods in org.sciplore.rest with parameters of type TitleType
 void DocumentType.setTitle(TitleType value)
          Sets the value of the title property.