Uses of Class
org.sciplore.rest.DocumentType

Packages that use DocumentType
org.sciplore.rest   
 

Uses of DocumentType in org.sciplore.rest
 

Methods in org.sciplore.rest that return DocumentType
 DocumentType ObjectFactory.createDocumentType()
          Create an instance of DocumentType
 DocumentType WebserviceType.getDocument()
          Gets the value of the document property.
 DocumentType ExtendedObjectFactory.getDocument(long id, java.lang.String hash, java.lang.String type)
           
 

Methods in org.sciplore.rest that return types with arguments of type DocumentType
 java.util.List<DocumentType> RelatedDocumentsType.getDocument()
          Gets the value of the document property.
 java.util.List<DocumentType> ReferencesType.getDocument()
          Gets the value of the document property.
 java.util.List<DocumentType> CitedByType.getDocument()
          Gets the value of the document property.
 

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