Class TagValueUpdate


  • public class TagValueUpdate
    extends 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 Detail

      • TagValueUpdate

        public TagValueUpdate()
    • Method Detail

      • getOldValue

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

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

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

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