public class Rule extends EntityBaseBean
Java class for rule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rule"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="crudFlags" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="grouping" type="{http://icatproject.org}grouping" minOccurs="0"/> <element name="what" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
crudFlags |
protected Grouping |
grouping |
protected String |
what |
createId, createTime, id, modId, modTime
Constructor and Description |
---|
Rule() |
Modifier and Type | Method and Description |
---|---|
String |
getCrudFlags()
Gets the value of the crudFlags property.
|
Grouping |
getGrouping()
Gets the value of the grouping property.
|
String |
getWhat()
Gets the value of the what property.
|
void |
setCrudFlags(String value)
Sets the value of the crudFlags property.
|
void |
setGrouping(Grouping value)
Sets the value of the grouping property.
|
void |
setWhat(String value)
Sets the value of the what property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
protected String crudFlags
protected Grouping grouping
protected String what
public String getCrudFlags()
String
public void setCrudFlags(String value)
value
- allowed object is
String
public Grouping getGrouping()
Grouping
public void setGrouping(Grouping value)
value
- allowed object is
Grouping
public String getWhat()
String
Copyright © 2013 The ICAT Collaboration. All rights reserved.