Package com.scene7.ipsapi
Class SystemFieldCondition
java.lang.Object
com.scene7.ipsapi.SystemFieldCondition
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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dateVal property.Gets the value of the doubleVal property.getField()Gets the value of the field 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 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.voidSets 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.voidSets the value of the op property.voidSets the value of the value property.
-
Constructor Details
-
SystemFieldCondition
public SystemFieldCondition()
-
-
Method Details
-
getField
Gets the value of the field property.- Returns:
- possible object is
String
-
setField
Sets the value of the field 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
-
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
-
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
-