Class NotificationGroupTriggerType

java.lang.Object
com.vidispine.generated.NotificationTriggerType
com.vidispine.generated.NotificationGroupTriggerType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class NotificationGroupTriggerType extends NotificationTriggerType implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

Java class for NotificationGroupTriggerType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="NotificationGroupTriggerType">
   <complexContent>
     <extension base="{http://xml.vidispine.com/schema/vidispine}NotificationTriggerType">
       <choice>
         <element name="modify" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="create" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="delete" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • modify

      protected String modify
    • create

      protected String create
    • delete

      protected String delete
  • Constructor Details

    • NotificationGroupTriggerType

      public NotificationGroupTriggerType()
  • Method Details

    • getModify

      public String getModify()
      Gets the value of the modify property.
      Returns:
      possible object is String
    • setModify

      public void setModify(String value)
      Sets the value of the modify property.
      Parameters:
      value - allowed object is String
    • isSetModify

      public boolean isSetModify()
    • getCreate

      public String getCreate()
      Gets the value of the create property.
      Returns:
      possible object is String
    • setCreate

      public void setCreate(String value)
      Sets the value of the create property.
      Parameters:
      value - allowed object is String
    • isSetCreate

      public boolean isSetCreate()
    • getDelete

      public String getDelete()
      Gets the value of the delete property.
      Returns:
      possible object is String
    • setDelete

      public void setDelete(String value)
      Sets the value of the delete property.
      Parameters:
      value - allowed object is String
    • isSetDelete

      public boolean isSetDelete()
    • clone

      public Object clone()
      Overrides:
      clone in class NotificationTriggerType
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class NotificationTriggerType
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class NotificationTriggerType
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      createNewInstance in class NotificationTriggerType
    • withModify

      public NotificationGroupTriggerType withModify(String value)
      Sets the value of the modify property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withCreate

      public NotificationGroupTriggerType withCreate(String value)
      Sets the value of the create property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withDelete

      public NotificationGroupTriggerType withDelete(String value)
      Sets the value of the delete property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withType

      public NotificationGroupTriggerType withType(String value)
      Sets the value of the type property.
      Overrides:
      withType in class NotificationTriggerType
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
      Overrides:
      equals in class NotificationTriggerType
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class NotificationTriggerType
    • visit

      public NotificationGroupTriggerType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      Overrides:
      visit in class NotificationTriggerType
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
      Overrides:
      hashCode in class NotificationTriggerType
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class NotificationTriggerType
    • toString

      public String toString()
      Overrides:
      toString in class NotificationTriggerType
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      append in class NotificationTriggerType
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      appendFields in class NotificationTriggerType