Package com.sforce.soap.partner
Interface IDescribeNouns_element
-
- All Known Implementing Classes:
DescribeNouns_element
public interface IDescribeNouns_elementThis 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 booleangetIncludeFields()element : includeFields of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanString[]getNouns()element : nouns of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]booleangetOnlyRenamed()element : onlyRenamed of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisIncludeFields()booleanisOnlyRenamed()voidsetIncludeFields(boolean includeFields)voidsetNouns(String[] nouns)voidsetOnlyRenamed(boolean onlyRenamed)
-
-
-
Method Detail
-
getNouns
String[] getNouns()
element : nouns of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
-
setNouns
void setNouns(String[] nouns)
-
getOnlyRenamed
boolean getOnlyRenamed()
element : onlyRenamed of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isOnlyRenamed
boolean isOnlyRenamed()
-
setOnlyRenamed
void setOnlyRenamed(boolean onlyRenamed)
-
getIncludeFields
boolean getIncludeFields()
element : includeFields of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isIncludeFields
boolean isIncludeFields()
-
setIncludeFields
void setIncludeFields(boolean includeFields)
-
-