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, setModTimeprotected String crudFlags
protected String datatypes
protected DestType destType
protected String jmsOptions
protected String name
protected String what
public String getCrudFlags()
Stringpublic void setCrudFlags(String value)
value - allowed object is
Stringpublic String getDatatypes()
Stringpublic void setDatatypes(String value)
value - allowed object is
Stringpublic DestType getDestType()
DestTypepublic void setDestType(DestType value)
value - allowed object is
DestTypepublic String getJmsOptions()
Stringpublic void setJmsOptions(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getWhat()
StringCopyright © 2012 The ICAT Collaboration. All Rights Reserved.