public class MetadataCondition extends Object
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/2019-09-10-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 and Description |
|---|
MetadataCondition() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDateVal()
Gets the value of the dateVal 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.
|
XMLGregorianCalendar |
getMaxDate()
Gets the value of the maxDate property.
|
Double |
getMaxDouble()
Gets the value of the maxDouble property.
|
Long |
getMaxLong()
Gets the value of the maxLong property.
|
XMLGregorianCalendar |
getMinDate()
Gets the value of the minDate property.
|
Double |
getMinDouble()
Gets the value of the minDouble property.
|
Long |
getMinLong()
Gets the value of the minLong property.
|
String |
getOp()
Gets the value of the op property.
|
String |
getValue()
Gets the value of the value property.
|
StringArray |
getValues()
Gets the value of the values property.
|
Boolean |
isBoolVal()
Gets the value of the boolVal property.
|
Boolean |
isCaseSensitive()
Gets the value of the caseSensitive property.
|
void |
setBoolVal(Boolean value)
Sets the value of the boolVal property.
|
void |
setCaseSensitive(Boolean value)
Sets the value of the caseSensitive property.
|
void |
setDateVal(XMLGregorianCalendar value)
Sets the value of the dateVal 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 |
setMaxDate(XMLGregorianCalendar value)
Sets the value of the maxDate property.
|
void |
setMaxDouble(Double value)
Sets the value of the maxDouble property.
|
void |
setMaxLong(Long value)
Sets the value of the maxLong property.
|
void |
setMinDate(XMLGregorianCalendar value)
Sets the value of the minDate property.
|
void |
setMinDouble(Double value)
Sets the value of the minDouble property.
|
void |
setMinLong(Long value)
Sets the value of the minLong property.
|
void |
setOp(String value)
Sets the value of the op property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setValues(StringArray value)
Sets the value of the values property.
|
public String getFieldHandle()
Stringpublic void setFieldHandle(String value)
value - allowed object is
Stringpublic void setOp(String value)
value - allowed object is
Stringpublic Boolean isCaseSensitive()
Booleanpublic void setCaseSensitive(Boolean value)
value - allowed object is
Booleanpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic StringArray getValues()
StringArraypublic void setValues(StringArray value)
value - allowed object is
StringArraypublic Boolean isBoolVal()
Booleanpublic void setBoolVal(Boolean value)
value - allowed object is
Booleanpublic Long getLongVal()
Longpublic void setLongVal(Long value)
value - allowed object is
Longpublic Long getMinLong()
Longpublic void setMinLong(Long value)
value - allowed object is
Longpublic Long getMaxLong()
Longpublic void setMaxLong(Long value)
value - allowed object is
Longpublic Double getDoubleVal()
Doublepublic void setDoubleVal(Double value)
value - allowed object is
Doublepublic Double getMinDouble()
Doublepublic void setMinDouble(Double value)
value - allowed object is
Doublepublic Double getMaxDouble()
Doublepublic void setMaxDouble(Double value)
value - allowed object is
Doublepublic XMLGregorianCalendar getDateVal()
XMLGregorianCalendarpublic void setDateVal(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getMinDate()
XMLGregorianCalendarpublic void setMinDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getMaxDate()
XMLGregorianCalendarpublic void setMaxDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2010 - 2020 Adobe. All Rights Reserved