public class AnnotationRequest extends Object
Java class for AnnotationRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnnotationRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="request" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="fields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="filter" type="{http://www.xwiki.org}AnnotationFieldCollection" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
AnnotationRequest.Request
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected AnnotationFieldCollection |
filter |
protected AnnotationRequest.Request |
request |
Constructor and Description |
---|
AnnotationRequest() |
Modifier and Type | Method and Description |
---|---|
AnnotationFieldCollection |
getFilter()
Gets the value of the filter property.
|
AnnotationRequest.Request |
getRequest()
Gets the value of the request property.
|
void |
setFilter(AnnotationFieldCollection value)
Sets the value of the filter property.
|
void |
setRequest(AnnotationRequest.Request value)
Sets the value of the request property.
|
AnnotationRequest |
withFilter(AnnotationFieldCollection value) |
AnnotationRequest |
withRequest(AnnotationRequest.Request value) |
protected AnnotationRequest.Request request
protected AnnotationFieldCollection filter
public AnnotationRequest.Request getRequest()
AnnotationRequest.Request
public void setRequest(AnnotationRequest.Request value)
value
- allowed object is
AnnotationRequest.Request
public AnnotationFieldCollection getFilter()
AnnotationFieldCollection
public void setFilter(AnnotationFieldCollection value)
value
- allowed object is
AnnotationFieldCollection
public AnnotationRequest withRequest(AnnotationRequest.Request value)
public AnnotationRequest withFilter(AnnotationFieldCollection value)
Copyright © 2004–2021 XWiki. All rights reserved.