Class NotifyUserType

java.lang.Object
com.tremolosecurity.config.xml.WorkflowTaskType
com.tremolosecurity.config.xml.NotifyUserType

public class NotifyUserType extends WorkflowTaskType
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 Details

    • msg

      protected String msg
    • subject

      protected String subject
    • mailAttrib

      protected String mailAttrib
    • contentType

      protected String contentType
  • Constructor Details

    • NotifyUserType

      public NotifyUserType()
  • Method Details

    • getMsg

      public String getMsg()
      Gets the value of the msg property.
      Returns:
      possible object is String
    • setMsg

      public void setMsg(String value)
      Sets the value of the msg property.
      Parameters:
      value - allowed object is String
    • getSubject

      public String getSubject()
      Gets the value of the subject property.
      Returns:
      possible object is String
    • setSubject

      public void setSubject(String value)
      Sets the value of the subject property.
      Parameters:
      value - allowed object is String
    • getMailAttrib

      public String getMailAttrib()
      Gets the value of the mailAttrib property.
      Returns:
      possible object is String
    • setMailAttrib

      public void setMailAttrib(String value)
      Sets the value of the mailAttrib property.
      Parameters:
      value - allowed object is String
    • getContentType

      public String getContentType()
      Gets the value of the contentType property.
      Returns:
      possible object is String
    • setContentType

      public void setContentType(String value)
      Sets the value of the contentType property.
      Parameters:
      value - allowed object is String