Package com.scene7.ipsapi
Class MetadataUpdate
- java.lang.Object
 - 
- com.scene7.ipsapi.MetadataUpdate
 
 
- 
public class MetadataUpdate extends java.lang.ObjectJava 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/2021-04-26-beta}StringArray" minOccurs="0"/> <element name="setTagValueArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}StringArray" minOccurs="0"/> <element name="deleteTagValueArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}StringArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description MetadataUpdate() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringArraygetAddTagValueArray()Gets the value of the addTagValueArray property.javax.xml.datatype.XMLGregorianCalendargetDateVal()Gets the value of the dateVal property.StringArraygetDeleteTagValueArray()Gets the value of the deleteTagValueArray property.java.lang.DoublegetDoubleVal()Gets the value of the doubleVal property.java.lang.StringgetFieldHandle()Gets the value of the fieldHandle property.java.lang.LonggetLongVal()Gets the value of the longVal property.StringArraygetSetTagValueArray()Gets the value of the setTagValueArray property.java.lang.StringgetValue()Gets the value of the value property.java.lang.BooleanisBoolVal()Gets the value of the boolVal property.voidsetAddTagValueArray(StringArray value)Sets the value of the addTagValueArray property.voidsetBoolVal(java.lang.Boolean value)Sets the value of the boolVal property.voidsetDateVal(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the dateVal property.voidsetDeleteTagValueArray(StringArray value)Sets the value of the deleteTagValueArray property.voidsetDoubleVal(java.lang.Double value)Sets the value of the doubleVal property.voidsetFieldHandle(java.lang.String value)Sets the value of the fieldHandle property.voidsetLongVal(java.lang.Long value)Sets the value of the longVal property.voidsetSetTagValueArray(StringArray value)Sets the value of the setTagValueArray property.voidsetValue(java.lang.String value)Sets the value of the value property. 
 - 
 
- 
- 
Method Detail
- 
getFieldHandle
public java.lang.String getFieldHandle()
Gets the value of the fieldHandle property.- Returns:
 - possible object is
     
String 
 
- 
setFieldHandle
public void setFieldHandle(java.lang.String value)
Sets the value of the fieldHandle property.- Parameters:
 value- allowed object isString
 
- 
getValue
public java.lang.String getValue()
Gets the value of the value property.- Returns:
 - possible object is
     
String 
 
- 
setValue
public void setValue(java.lang.String value)
Sets the value of the value property.- Parameters:
 value- allowed object isString
 
- 
isBoolVal
public java.lang.Boolean isBoolVal()
Gets the value of the boolVal property.- Returns:
 - possible object is
     
Boolean 
 
- 
setBoolVal
public void setBoolVal(java.lang.Boolean value)
Sets the value of the boolVal property.- Parameters:
 value- allowed object isBoolean
 
- 
getLongVal
public java.lang.Long getLongVal()
Gets the value of the longVal property.- Returns:
 - possible object is
     
Long 
 
- 
setLongVal
public void setLongVal(java.lang.Long value)
Sets the value of the longVal property.- Parameters:
 value- allowed object isLong
 
- 
getDoubleVal
public java.lang.Double getDoubleVal()
Gets the value of the doubleVal property.- Returns:
 - possible object is
     
Double 
 
- 
setDoubleVal
public void setDoubleVal(java.lang.Double value)
Sets the value of the doubleVal property.- Parameters:
 value- allowed object isDouble
 
- 
getDateVal
public javax.xml.datatype.XMLGregorianCalendar getDateVal()
Gets the value of the dateVal property.- Returns:
 - possible object is
     
XMLGregorianCalendar 
 
- 
setDateVal
public void setDateVal(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateVal property.- Parameters:
 value- allowed object isXMLGregorianCalendar
 
- 
getAddTagValueArray
public StringArray getAddTagValueArray()
Gets the value of the addTagValueArray property.- Returns:
 - possible object is
     
StringArray 
 
- 
setAddTagValueArray
public void setAddTagValueArray(StringArray value)
Sets the value of the addTagValueArray property.- Parameters:
 value- allowed object isStringArray
 
- 
getSetTagValueArray
public StringArray getSetTagValueArray()
Gets the value of the setTagValueArray property.- Returns:
 - possible object is
     
StringArray 
 
- 
setSetTagValueArray
public void setSetTagValueArray(StringArray value)
Sets the value of the setTagValueArray property.- Parameters:
 value- allowed object isStringArray
 
- 
getDeleteTagValueArray
public StringArray getDeleteTagValueArray()
Gets the value of the deleteTagValueArray property.- Returns:
 - possible object is
     
StringArray 
 
- 
setDeleteTagValueArray
public void setDeleteTagValueArray(StringArray value)
Sets the value of the deleteTagValueArray property.- Parameters:
 value- allowed object isStringArray
 
 - 
 
 -