Class TagValueUpdate


  • public class TagValueUpdate
    extends java.lang.Object

    Java class for TagValueUpdate complex type.

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

     <complexType name="TagValueUpdate">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="oldValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="newValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      TagValueUpdate()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNewValue()
      Gets the value of the newValue property.
      java.lang.String getOldValue()
      Gets the value of the oldValue property.
      void setNewValue​(java.lang.String value)
      Sets the value of the newValue property.
      void setOldValue​(java.lang.String value)
      Sets the value of the oldValue property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TagValueUpdate

        public TagValueUpdate()
    • Method Detail

      • getOldValue

        public java.lang.String getOldValue()
        Gets the value of the oldValue property.
        Returns:
        possible object is String
      • setOldValue

        public void setOldValue​(java.lang.String value)
        Sets the value of the oldValue property.
        Parameters:
        value - allowed object is String
      • getNewValue

        public java.lang.String getNewValue()
        Gets the value of the newValue property.
        Returns:
        possible object is String
      • setNewValue

        public void setNewValue​(java.lang.String value)
        Sets the value of the newValue property.
        Parameters:
        value - allowed object is String