Uses of Class
org.xwiki.annotation.rest.model.jaxb.AnnotatedContent

Packages that use AnnotatedContent
org.xwiki.annotation.rest.model.jaxb   
 

Uses of AnnotatedContent in org.xwiki.annotation.rest.model.jaxb
 

Fields in org.xwiki.annotation.rest.model.jaxb declared as AnnotatedContent
protected  AnnotatedContent AnnotationResponse.annotatedContent
           
 

Methods in org.xwiki.annotation.rest.model.jaxb that return AnnotatedContent
 AnnotatedContent ObjectFactory.createAnnotatedContent()
          Create an instance of AnnotatedContent
 AnnotatedContent AnnotationResponse.getAnnotatedContent()
          Gets the value of the annotatedContent property.
 AnnotatedContent AnnotatedContent.withAnnotations(AnnotationStub... values)
           
 AnnotatedContent AnnotatedContent.withAnnotations(java.util.Collection<AnnotationStub> values)
           
 AnnotatedContent AnnotatedContent.withContent(java.lang.String value)
           
 

Methods in org.xwiki.annotation.rest.model.jaxb with parameters of type AnnotatedContent
 void AnnotationResponse.setAnnotatedContent(AnnotatedContent value)
          Sets the value of the annotatedContent property.
 AnnotationResponse AnnotationResponse.withAnnotatedContent(AnnotatedContent value)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.