Class NotificationMetadataTriggerType.Modify

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
    Enclosing class:
    NotificationMetadataTriggerType

    public static class NotificationMetadataTriggerType.Modify
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="track" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="interval" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • field

        protected String field
      • track

        protected String track
      • language

        protected String language
      • interval

        protected String interval
    • Constructor Detail

      • Modify

        public Modify()
    • Method Detail

      • getField

        public String getField()
        Gets the value of the field property.
        Returns:
        possible object is String
      • setField

        public void setField​(String value)
        Sets the value of the field property.
        Parameters:
        value - allowed object is String
      • isSetField

        public boolean isSetField()
      • getTrack

        public String getTrack()
        Gets the value of the track property.
        Returns:
        possible object is String
      • setTrack

        public void setTrack​(String value)
        Sets the value of the track property.
        Parameters:
        value - allowed object is String
      • isSetTrack

        public boolean isSetTrack()
      • getLanguage

        public String getLanguage()
        Gets the value of the language property.
        Returns:
        possible object is String
      • setLanguage

        public void setLanguage​(String value)
        Sets the value of the language property.
        Parameters:
        value - allowed object is String
      • isSetLanguage

        public boolean isSetLanguage()
      • getInterval

        public String getInterval()
        Gets the value of the interval property.
        Returns:
        possible object is String
      • setInterval

        public void setInterval​(String value)
        Sets the value of the interval property.
        Parameters:
        value - allowed object is String
      • isSetInterval

        public boolean isSetInterval()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object