public static class CannedGroupExpressions.Definition extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{urn:xmlns:rhq-canned-groups}idType"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="createByDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="recalcInMinutes" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
<element name="recursive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="expression" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
createByDefault |
protected String |
description |
protected List<String> |
expression |
protected String |
id |
protected String |
name |
protected BigInteger |
recalcInMinutes |
protected Boolean |
recursive |
| Constructor and Description |
|---|
CannedGroupExpressions.Definition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
List<String> |
getExpression()
Gets the value of the expression property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
BigInteger |
getRecalcInMinutes()
Gets the value of the recalcInMinutes property.
|
Boolean |
isCreateByDefault()
Gets the value of the createByDefault property.
|
Boolean |
isRecursive()
Gets the value of the recursive property.
|
void |
setCreateByDefault(Boolean value)
Sets the value of the createByDefault property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRecalcInMinutes(BigInteger value)
Sets the value of the recalcInMinutes property.
|
void |
setRecursive(Boolean value)
Sets the value of the recursive property.
|
protected String id
protected String name
protected Boolean createByDefault
protected BigInteger recalcInMinutes
protected Boolean recursive
protected String description
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isCreateByDefault()
Booleanpublic void setCreateByDefault(Boolean value)
value - allowed object is
Booleanpublic BigInteger getRecalcInMinutes()
BigIntegerpublic void setRecalcInMinutes(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isRecursive()
Booleanpublic void setRecursive(Boolean value)
value - allowed object is
Booleanpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<String> getExpression()
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 expression property.
For example, to add a new item, do as follows:
getExpression().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.