Package com.scene7.ipsapi
Class MetadataCondition
- java.lang.Object
-
- com.scene7.ipsapi.MetadataCondition
-
public class MetadataCondition extends java.lang.ObjectJava 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/2022-11-01-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 Constructor Description MetadataCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendargetDateVal()Gets the value of the dateVal 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.javax.xml.datatype.XMLGregorianCalendargetMaxDate()Gets the value of the maxDate property.java.lang.DoublegetMaxDouble()Gets the value of the maxDouble property.java.lang.LonggetMaxLong()Gets the value of the maxLong property.javax.xml.datatype.XMLGregorianCalendargetMinDate()Gets the value of the minDate property.java.lang.DoublegetMinDouble()Gets the value of the minDouble property.java.lang.LonggetMinLong()Gets the value of the minLong property.java.lang.StringgetOp()Gets the value of the op property.java.lang.StringgetValue()Gets the value of the value property.StringArraygetValues()Gets the value of the values property.java.lang.BooleanisBoolVal()Gets the value of the boolVal property.java.lang.BooleanisCaseSensitive()Gets the value of the caseSensitive property.voidsetBoolVal(java.lang.Boolean value)Sets the value of the boolVal property.voidsetCaseSensitive(java.lang.Boolean value)Sets the value of the caseSensitive property.voidsetDateVal(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the dateVal 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.voidsetMaxDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the maxDate property.voidsetMaxDouble(java.lang.Double value)Sets the value of the maxDouble property.voidsetMaxLong(java.lang.Long value)Sets the value of the maxLong property.voidsetMinDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the minDate property.voidsetMinDouble(java.lang.Double value)Sets the value of the minDouble property.voidsetMinLong(java.lang.Long value)Sets the value of the minLong property.voidsetOp(java.lang.String value)Sets the value of the op property.voidsetValue(java.lang.String value)Sets the value of the value property.voidsetValues(StringArray value)Sets the value of the values 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
-
getOp
public java.lang.String getOp()
Gets the value of the op property.- Returns:
- possible object is
String
-
setOp
public void setOp(java.lang.String value)
Sets the value of the op property.- Parameters:
value- allowed object isString
-
isCaseSensitive
public java.lang.Boolean isCaseSensitive()
Gets the value of the caseSensitive property.- Returns:
- possible object is
Boolean
-
setCaseSensitive
public void setCaseSensitive(java.lang.Boolean value)
Sets the value of the caseSensitive property.- Parameters:
value- allowed object isBoolean
-
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
-
getValues
public StringArray getValues()
Gets the value of the values property.- Returns:
- possible object is
StringArray
-
setValues
public void setValues(StringArray value)
Sets the value of the values property.- Parameters:
value- allowed object isStringArray
-
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
-
getMinLong
public java.lang.Long getMinLong()
Gets the value of the minLong property.- Returns:
- possible object is
Long
-
setMinLong
public void setMinLong(java.lang.Long value)
Sets the value of the minLong property.- Parameters:
value- allowed object isLong
-
getMaxLong
public java.lang.Long getMaxLong()
Gets the value of the maxLong property.- Returns:
- possible object is
Long
-
setMaxLong
public void setMaxLong(java.lang.Long value)
Sets the value of the maxLong 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
-
getMinDouble
public java.lang.Double getMinDouble()
Gets the value of the minDouble property.- Returns:
- possible object is
Double
-
setMinDouble
public void setMinDouble(java.lang.Double value)
Sets the value of the minDouble property.- Parameters:
value- allowed object isDouble
-
getMaxDouble
public java.lang.Double getMaxDouble()
Gets the value of the maxDouble property.- Returns:
- possible object is
Double
-
setMaxDouble
public void setMaxDouble(java.lang.Double value)
Sets the value of the maxDouble 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
-
getMinDate
public javax.xml.datatype.XMLGregorianCalendar getMinDate()
Gets the value of the minDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setMinDate
public void setMinDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the minDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getMaxDate
public javax.xml.datatype.XMLGregorianCalendar getMaxDate()
Gets the value of the maxDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setMaxDate
public void setMaxDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the maxDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-