Package com.scene7.ipsapi
Class MetadataUpdate
java.lang.Object
com.scene7.ipsapi.MetadataUpdate
Java class for MetadataUpdate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataUpdate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fieldHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="boolVal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="longVal" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="doubleVal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="dateVal" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="addTagValueArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}StringArray" minOccurs="0"/>
<element name="setTagValueArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}StringArray" minOccurs="0"/>
<element name="deleteTagValueArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}StringArray" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addTagValueArray property.Gets the value of the dateVal property.Gets the value of the deleteTagValueArray property.Gets the value of the doubleVal property.Gets the value of the fieldHandle property.Gets the value of the longVal property.Gets the value of the setTagValueArray property.getValue()Gets the value of the value property.Gets the value of the boolVal property.voidsetAddTagValueArray(StringArray value) Sets the value of the addTagValueArray property.voidsetBoolVal(Boolean value) Sets the value of the boolVal property.voidsetDateVal(XMLGregorianCalendar value) Sets the value of the dateVal property.voidSets the value of the deleteTagValueArray property.voidsetDoubleVal(Double value) Sets the value of the doubleVal property.voidsetFieldHandle(String value) Sets the value of the fieldHandle property.voidsetLongVal(Long value) Sets the value of the longVal property.voidsetSetTagValueArray(StringArray value) Sets the value of the setTagValueArray property.voidSets the value of the value property.
-
Constructor Details
-
MetadataUpdate
public MetadataUpdate()
-
-
Method Details
-
getFieldHandle
Gets the value of the fieldHandle property.- Returns:
- possible object is
String
-
setFieldHandle
Sets the value of the fieldHandle property.- Parameters:
value- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
isBoolVal
Gets the value of the boolVal property.- Returns:
- possible object is
Boolean
-
setBoolVal
Sets the value of the boolVal property.- Parameters:
value- allowed object isBoolean
-
getLongVal
Gets the value of the longVal property.- Returns:
- possible object is
Long
-
setLongVal
Sets the value of the longVal property.- Parameters:
value- allowed object isLong
-
getDoubleVal
Gets the value of the doubleVal property.- Returns:
- possible object is
Double
-
setDoubleVal
Sets the value of the doubleVal property.- Parameters:
value- allowed object isDouble
-
getDateVal
Gets the value of the dateVal property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDateVal
Sets the value of the dateVal property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getAddTagValueArray
Gets the value of the addTagValueArray property.- Returns:
- possible object is
StringArray
-
setAddTagValueArray
Sets the value of the addTagValueArray property.- Parameters:
value- allowed object isStringArray
-
getSetTagValueArray
Gets the value of the setTagValueArray property.- Returns:
- possible object is
StringArray
-
setSetTagValueArray
Sets the value of the setTagValueArray property.- Parameters:
value- allowed object isStringArray
-
getDeleteTagValueArray
Gets the value of the deleteTagValueArray property.- Returns:
- possible object is
StringArray
-
setDeleteTagValueArray
Sets the value of the deleteTagValueArray property.- Parameters:
value- allowed object isStringArray
-