public class Metadata
extends java.lang.Object
Java class for Metadata complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Metadata">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <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="valueArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}StringArray" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Constructor and Description | 
|---|
Metadata()  | 
| Modifier and Type | Method and Description | 
|---|---|
javax.xml.datatype.XMLGregorianCalendar | 
getDateVal()
Gets the value of the dateVal property. 
 | 
java.lang.Double | 
getDoubleVal()
Gets the value of the doubleVal property. 
 | 
java.lang.Long | 
getLongVal()
Gets the value of the longVal property. 
 | 
java.lang.String | 
getName()
Gets the value of the name property. 
 | 
java.lang.String | 
getValue()
Gets the value of the value property. 
 | 
StringArray | 
getValueArray()
Gets the value of the valueArray property. 
 | 
java.lang.Boolean | 
isBoolVal()
Gets the value of the boolVal property. 
 | 
void | 
setBoolVal(java.lang.Boolean value)
Sets the value of the boolVal property. 
 | 
void | 
setDateVal(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateVal property. 
 | 
void | 
setDoubleVal(java.lang.Double value)
Sets the value of the doubleVal property. 
 | 
void | 
setLongVal(java.lang.Long value)
Sets the value of the longVal property. 
 | 
void | 
setName(java.lang.String value)
Sets the value of the name property. 
 | 
void | 
setValue(java.lang.String value)
Sets the value of the value property. 
 | 
void | 
setValueArray(StringArray value)
Sets the value of the valueArray property. 
 | 
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.Boolean isBoolVal()
Booleanpublic void setBoolVal(java.lang.Boolean value)
value - allowed object is
     Booleanpublic java.lang.Long getLongVal()
Longpublic void setLongVal(java.lang.Long value)
value - allowed object is
     Longpublic java.lang.Double getDoubleVal()
Doublepublic void setDoubleVal(java.lang.Double value)
value - allowed object is
     Doublepublic javax.xml.datatype.XMLGregorianCalendar getDateVal()
XMLGregorianCalendarpublic void setDateVal(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
     XMLGregorianCalendarpublic StringArray getValueArray()
StringArraypublic void setValueArray(StringArray value)
value - allowed object is
     StringArray"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"