public class GroupBy extends Object implements GroupBy
Java class for GroupBy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupBy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.terrameta.org/plasma/query}Property" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.terrameta.org/plasma/query}TextContent" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Property> |
properties |
protected TextContent |
textContent |
| Constructor and Description |
|---|
GroupBy() |
GroupBy(Property p1) |
GroupBy(Property[] properties) |
GroupBy(Property p1,
Property p2) |
GroupBy(Property p1,
Property p2,
Property p3) |
GroupBy(Property p1,
Property p2,
Property p3,
Property p4) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryVisitor visitor) |
void |
addProperty(Property property) |
List<Property> |
getProperties()
Gets the value of the properties property.
|
TextContent |
getTextContent()
Gets the value of the textContent property.
|
void |
setTextContent(TextContent value)
Sets the value of the textContent property.
|
protected TextContent textContent
public GroupBy()
public GroupBy(Property p1)
public GroupBy(Property[] properties)
public List<Property> getProperties()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the properties property.
For example, to add a new item, do as follows:
getProperties().add(newItem);
Objects of the following type(s) are allowed in the list
Property
public void addProperty(Property property)
public TextContent getTextContent()
TextContentpublic void setTextContent(TextContent value)
value - allowed object is
TextContentpublic void accept(QueryVisitor visitor)
Copyright © 2017. All rights reserved.