Package com.scene7.ipsapi
Class TagValueUpdate
java.lang.Object
com.scene7.ipsapi.TagValueUpdate
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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the newValue property.Gets the value of the oldValue property.voidsetNewValue(String value) Sets the value of the newValue property.voidsetOldValue(String value) Sets the value of the oldValue property.
-
Constructor Details
-
TagValueUpdate
public TagValueUpdate()
-
-
Method Details
-
getOldValue
Gets the value of the oldValue property.- Returns:
- possible object is
String
-
setOldValue
Sets the value of the oldValue property.- Parameters:
value- allowed object isString
-
getNewValue
Gets the value of the newValue property.- Returns:
- possible object is
String
-
setNewValue
Sets the value of the newValue property.- Parameters:
value- allowed object isString
-