public class NotificationRequest extends EntityBaseBean
Java class for notificationRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="notificationRequest"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="crudFlags" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="datatypes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="destType" type="{http://icatproject.org}destType" minOccurs="0"/> <element name="jmsOptions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" 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 String |
datatypes |
protected DestType |
destType |
protected String |
jmsOptions |
protected String |
name |
protected String |
what |
createId, createTime, id, modId, modTime
Constructor and Description |
---|
NotificationRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCrudFlags()
Gets the value of the crudFlags property.
|
String |
getDatatypes()
Gets the value of the datatypes property.
|
DestType |
getDestType()
Gets the value of the destType property.
|
String |
getJmsOptions()
Gets the value of the jmsOptions property.
|
String |
getName()
Gets the value of the name property.
|
String |
getWhat()
Gets the value of the what property.
|
void |
setCrudFlags(String value)
Sets the value of the crudFlags property.
|
void |
setDatatypes(String value)
Sets the value of the datatypes property.
|
void |
setDestType(DestType value)
Sets the value of the destType property.
|
void |
setJmsOptions(String value)
Sets the value of the jmsOptions property.
|
void |
setName(String value)
Sets the value of the name 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 String datatypes
protected DestType destType
protected String jmsOptions
protected String name
protected String what
public String getCrudFlags()
String
public void setCrudFlags(String value)
value
- allowed object is
String
public String getDatatypes()
String
public void setDatatypes(String value)
value
- allowed object is
String
public DestType getDestType()
DestType
public void setDestType(DestType value)
value
- allowed object is
DestType
public String getJmsOptions()
String
public void setJmsOptions(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getWhat()
String
Copyright © 2013 The ICAT Collaboration. All Rights Reserved.