public class MetadataUpdate extends Object
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/2019-09-10-beta}StringArray" minOccurs="0"/>
<element name="setTagValueArray" type="{http://www.scene7.com/IpsApi/xsd/2019-09-10-beta}StringArray" minOccurs="0"/>
<element name="deleteTagValueArray" type="{http://www.scene7.com/IpsApi/xsd/2019-09-10-beta}StringArray" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MetadataUpdate() |
| Modifier and Type | Method and Description |
|---|---|
StringArray |
getAddTagValueArray()
Gets the value of the addTagValueArray property.
|
XMLGregorianCalendar |
getDateVal()
Gets the value of the dateVal property.
|
StringArray |
getDeleteTagValueArray()
Gets the value of the deleteTagValueArray property.
|
Double |
getDoubleVal()
Gets the value of the doubleVal property.
|
String |
getFieldHandle()
Gets the value of the fieldHandle property.
|
Long |
getLongVal()
Gets the value of the longVal property.
|
StringArray |
getSetTagValueArray()
Gets the value of the setTagValueArray property.
|
String |
getValue()
Gets the value of the value property.
|
Boolean |
isBoolVal()
Gets the value of the boolVal property.
|
void |
setAddTagValueArray(StringArray value)
Sets the value of the addTagValueArray property.
|
void |
setBoolVal(Boolean value)
Sets the value of the boolVal property.
|
void |
setDateVal(XMLGregorianCalendar value)
Sets the value of the dateVal property.
|
void |
setDeleteTagValueArray(StringArray value)
Sets the value of the deleteTagValueArray property.
|
void |
setDoubleVal(Double value)
Sets the value of the doubleVal property.
|
void |
setFieldHandle(String value)
Sets the value of the fieldHandle property.
|
void |
setLongVal(Long value)
Sets the value of the longVal property.
|
void |
setSetTagValueArray(StringArray value)
Sets the value of the setTagValueArray property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getFieldHandle()
Stringpublic void setFieldHandle(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Boolean isBoolVal()
Booleanpublic void setBoolVal(Boolean value)
value - allowed object is
Booleanpublic Long getLongVal()
Longpublic void setLongVal(Long value)
value - allowed object is
Longpublic Double getDoubleVal()
Doublepublic void setDoubleVal(Double value)
value - allowed object is
Doublepublic XMLGregorianCalendar getDateVal()
XMLGregorianCalendarpublic void setDateVal(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic StringArray getAddTagValueArray()
StringArraypublic void setAddTagValueArray(StringArray value)
value - allowed object is
StringArraypublic StringArray getSetTagValueArray()
StringArraypublic void setSetTagValueArray(StringArray value)
value - allowed object is
StringArraypublic StringArray getDeleteTagValueArray()
StringArraypublic void setDeleteTagValueArray(StringArray value)
value - allowed object is
StringArrayCopyright © 2010 - 2020 Adobe. All Rights Reserved