Package com.sforce.soap.partner
Interface IDescribeFilter
-
- All Known Implementing Classes:
DescribeFilter
public interface IDescribeFilterThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetColumn()element : column of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetNegated()element : negated of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetOperator()element : operator of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringString[]getValue()element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]StringgetValueSeparator()element : valueSeparator of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisNegated()voidsetColumn(String column)voidsetNegated(boolean negated)voidsetOperator(String operator)voidsetValue(String[] value)voidsetValueSeparator(String valueSeparator)
-
-
-
Method Detail
-
getColumn
String getColumn()
element : column of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setColumn
void setColumn(String column)
-
getNegated
boolean getNegated()
element : negated of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isNegated
boolean isNegated()
-
setNegated
void setNegated(boolean negated)
-
getOperator
String getOperator()
element : operator of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setOperator
void setOperator(String operator)
-
getValue
String[] getValue()
element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
-
setValue
void setValue(String[] value)
-
getValueSeparator
String getValueSeparator()
element : valueSeparator of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setValueSeparator
void setValueSeparator(String valueSeparator)
-
-