Package com.scene7.ipsapi
Class SystemFieldCondition
- java.lang.Object
-
- com.scene7.ipsapi.SystemFieldCondition
-
public class SystemFieldCondition extends Object
Java class for SystemFieldCondition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SystemFieldCondition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="op" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" 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 SystemFieldCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetDateVal()Gets the value of the dateVal property.DoublegetDoubleVal()Gets the value of the doubleVal property.StringgetField()Gets the value of the field property.LonggetLongVal()Gets the value of the longVal property.XMLGregorianCalendargetMaxDate()Gets the value of the maxDate property.DoublegetMaxDouble()Gets the value of the maxDouble property.LonggetMaxLong()Gets the value of the maxLong property.XMLGregorianCalendargetMinDate()Gets the value of the minDate property.DoublegetMinDouble()Gets the value of the minDouble property.LonggetMinLong()Gets the value of the minLong property.StringgetOp()Gets the value of the op property.StringgetValue()Gets the value of the value property.BooleanisBoolVal()Gets the value of the boolVal property.voidsetBoolVal(Boolean value)Sets the value of the boolVal property.voidsetDateVal(XMLGregorianCalendar value)Sets the value of the dateVal property.voidsetDoubleVal(Double value)Sets the value of the doubleVal property.voidsetField(String value)Sets the value of the field 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.voidsetOp(String value)Sets the value of the op property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Method Detail
-
getField
public String getField()
Gets the value of the field property.- Returns:
- possible object is
String
-
setField
public void setField(String value)
Sets the value of the field property.- Parameters:
value- allowed object isString
-
setOp
public void setOp(String value)
Sets the value of the op property.- Parameters:
value- allowed object isString
-
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 isString
-
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 isBoolean
-
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 isLong
-
getMinLong
public Long getMinLong()
Gets the value of the minLong property.- Returns:
- possible object is
Long
-
setMinLong
public void setMinLong(Long value)
Sets the value of the minLong property.- Parameters:
value- allowed object isLong
-
getMaxLong
public Long getMaxLong()
Gets the value of the maxLong property.- Returns:
- possible object is
Long
-
setMaxLong
public void setMaxLong(Long value)
Sets the value of the maxLong property.- Parameters:
value- allowed object isLong
-
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 isDouble
-
getMinDouble
public Double getMinDouble()
Gets the value of the minDouble property.- Returns:
- possible object is
Double
-
setMinDouble
public void setMinDouble(Double value)
Sets the value of the minDouble property.- Parameters:
value- allowed object isDouble
-
getMaxDouble
public Double getMaxDouble()
Gets the value of the maxDouble property.- Returns:
- possible object is
Double
-
setMaxDouble
public void setMaxDouble(Double value)
Sets the value of the maxDouble property.- Parameters:
value- allowed object isDouble
-
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 isXMLGregorianCalendar
-
getMinDate
public XMLGregorianCalendar getMinDate()
Gets the value of the minDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setMinDate
public void setMinDate(XMLGregorianCalendar value)
Sets the value of the minDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getMaxDate
public XMLGregorianCalendar getMaxDate()
Gets the value of the maxDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setMaxDate
public void setMaxDate(XMLGregorianCalendar value)
Sets the value of the maxDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-