Uses of Class
org.sciplore.rest.AnnotationsType

Packages that use AnnotationsType
org.sciplore.rest   
 

Uses of AnnotationsType in org.sciplore.rest
 

Methods in org.sciplore.rest that return AnnotationsType
 AnnotationsType ObjectFactory.createAnnotationsType()
          Create an instance of AnnotationsType
 AnnotationsType WebserviceType.getAnnotations()
          Gets the value of the annotations property.
 AnnotationsType DocumentType.getAnnotations()
          Gets the value of the annotations property.
 AnnotationsType ExtendedObjectFactory.getAnnotationsType(java.util.List<Feedback> annotations)
           
 

Methods in org.sciplore.rest with parameters of type AnnotationsType
 java.lang.StringBuffer ExtendedObjectFactory.getXML(AnnotationsType annotations)
           
 void WebserviceType.setAnnotations(AnnotationsType value)
          Sets the value of the annotations property.
 void DocumentType.setAnnotations(AnnotationsType value)
          Sets the value of the annotations property.