Class NotifyUserType
java.lang.Object
com.tremolosecurity.config.xml.WorkflowTaskType
com.tremolosecurity.config.xml.NotifyUserType
Notify the subject of a workflow
Java class for notifyUserType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="notifyUserType"> <complexContent> <extension base="{http://www.tremolosecurity.com/tremoloConfig}workflowTaskType"> <sequence> <element name="msg" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="mailAttrib" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contentType property.Gets the value of the mailAttrib property.getMsg()
Gets the value of the msg property.Gets the value of the subject property.void
setContentType
(String value) Sets the value of the contentType property.void
setMailAttrib
(String value) Sets the value of the mailAttrib property.void
Sets the value of the msg property.void
setSubject
(String value) Sets the value of the subject property.
-
Field Details
-
msg
-
subject
-
mailAttrib
-
contentType
-
-
Constructor Details
-
NotifyUserType
public NotifyUserType()
-
-
Method Details
-
getMsg
-
setMsg
-
getSubject
-
setSubject
-
getMailAttrib
-
setMailAttrib
-
getContentType
-
setContentType
-