public class Grouping extends EntityBaseBean
Java class for grouping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="grouping"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="investigationGroups" type="{http://icatproject.org}investigationGroup" maxOccurs="unbounded" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="rules" type="{http://icatproject.org}rule" maxOccurs="unbounded" minOccurs="0"/> <element name="userGroups" type="{http://icatproject.org}userGroup" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<InvestigationGroup> |
investigationGroups |
protected String |
name |
protected List<Rule> |
rules |
protected List<UserGroup> |
userGroups |
createId, createTime, id, modId, modTime
Constructor and Description |
---|
Grouping() |
Modifier and Type | Method and Description |
---|---|
List<InvestigationGroup> |
getInvestigationGroups()
Gets the value of the investigationGroups property.
|
String |
getName()
Gets the value of the name property.
|
List<Rule> |
getRules()
Gets the value of the rules property.
|
List<UserGroup> |
getUserGroups()
Gets the value of the userGroups property.
|
void |
setName(String value)
Sets the value of the name property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
protected List<InvestigationGroup> investigationGroups
protected String name
public List<InvestigationGroup> getInvestigationGroups()
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 investigationGroups property.
For example, to add a new item, do as follows:
getInvestigationGroups().add(newItem);
Objects of the following type(s) are allowed in the list
InvestigationGroup
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public List<Rule> getRules()
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 rules property.
For example, to add a new item, do as follows:
getRules().add(newItem);
Objects of the following type(s) are allowed in the list
Rule
public List<UserGroup> getUserGroups()
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 userGroups property.
For example, to add a new item, do as follows:
getUserGroups().add(newItem);
Objects of the following type(s) are allowed in the list
UserGroup
Copyright © 2022 The ICAT Collaboration. All rights reserved.