Package com.scene7.ipsapi
Class MetadataCondition
java.lang.Object
com.scene7.ipsapi.MetadataCondition
Java class for MetadataCondition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataCondition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fieldHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="op" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="caseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="values" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}StringArray" 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="minLong" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="maxLong" 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="minDouble" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="maxDouble" 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="minDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="maxDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dateVal 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 maxDate property.Gets the value of the maxDouble property.Gets the value of the maxLong property.Gets the value of the minDate property.Gets the value of the minDouble property.Gets the value of the minLong property.getOp()Gets the value of the op property.getValue()Gets the value of the value property.Gets the value of the values property.Gets the value of the boolVal property.Gets the value of the caseSensitive property.voidsetBoolVal(Boolean value) Sets the value of the boolVal property.voidsetCaseSensitive(Boolean value) Sets the value of the caseSensitive property.voidsetDateVal(XMLGregorianCalendar value) Sets the value of the dateVal 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.voidsetMaxDate(XMLGregorianCalendar value) Sets the value of the maxDate property.voidsetMaxDouble(Double value) Sets the value of the maxDouble property.voidsetMaxLong(Long value) Sets the value of the maxLong property.voidsetMinDate(XMLGregorianCalendar value) Sets the value of the minDate property.voidsetMinDouble(Double value) Sets the value of the minDouble property.voidsetMinLong(Long value) Sets the value of the minLong property.voidSets the value of the op property.voidSets the value of the value property.voidsetValues(StringArray value) Sets the value of the values property.
-
Constructor Details
-
MetadataCondition
public MetadataCondition()
-
-
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
-
getOp
Gets the value of the op property.- Returns:
- possible object is
String
-
setOp
Sets the value of the op property.- Parameters:
value- allowed object isString
-
isCaseSensitive
Gets the value of the caseSensitive property.- Returns:
- possible object is
Boolean
-
setCaseSensitive
Sets the value of the caseSensitive property.- Parameters:
value- allowed object isBoolean
-
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
-
getValues
Gets the value of the values property.- Returns:
- possible object is
StringArray
-
setValues
Sets the value of the values property.- Parameters:
value- allowed object isStringArray
-
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
-
getMinLong
Gets the value of the minLong property.- Returns:
- possible object is
Long
-
setMinLong
Sets the value of the minLong property.- Parameters:
value- allowed object isLong
-
getMaxLong
Gets the value of the maxLong property.- Returns:
- possible object is
Long
-
setMaxLong
Sets the value of the maxLong 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
-
getMinDouble
Gets the value of the minDouble property.- Returns:
- possible object is
Double
-
setMinDouble
Sets the value of the minDouble property.- Parameters:
value- allowed object isDouble
-
getMaxDouble
Gets the value of the maxDouble property.- Returns:
- possible object is
Double
-
setMaxDouble
Sets the value of the maxDouble 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
-
getMinDate
Gets the value of the minDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setMinDate
Sets the value of the minDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getMaxDate
Gets the value of the maxDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setMaxDate
Sets the value of the maxDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-