Class Metadata

java.lang.Object
com.scene7.ipsapi.Metadata

public class Metadata extends 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/2024-05-30-beta}StringArray" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Metadata

      public Metadata()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • isBoolVal

      public Boolean isBoolVal()
      Gets the value of the boolVal property.
      Returns:
      possible object is Boolean
    • setBoolVal

      public void setBoolVal(Boolean value)
      Sets the value of the boolVal property.
      Parameters:
      value - allowed object is Boolean
    • getLongVal

      public Long getLongVal()
      Gets the value of the longVal property.
      Returns:
      possible object is Long
    • setLongVal

      public void setLongVal(Long value)
      Sets the value of the longVal property.
      Parameters:
      value - allowed object is Long
    • getDoubleVal

      public Double getDoubleVal()
      Gets the value of the doubleVal property.
      Returns:
      possible object is Double
    • setDoubleVal

      public void setDoubleVal(Double value)
      Sets the value of the doubleVal property.
      Parameters:
      value - allowed object is Double
    • getDateVal

      public XMLGregorianCalendar getDateVal()
      Gets the value of the dateVal property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDateVal

      public void setDateVal(XMLGregorianCalendar value)
      Sets the value of the dateVal property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getValueArray

      public StringArray getValueArray()
      Gets the value of the valueArray property.
      Returns:
      possible object is StringArray
    • setValueArray

      public void setValueArray(StringArray value)
      Sets the value of the valueArray property.
      Parameters:
      value - allowed object is StringArray