Package com.sforce.soap.partner
Interface IDescribeNouns_element
- All Known Implementing Classes:
DescribeNouns_element
public interface IDescribeNouns_element
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanelement : 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[]booleanelement : onlyRenamed of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanbooleanvoidsetIncludeFields(boolean includeFields) voidvoidsetOnlyRenamed(boolean onlyRenamed)
-
Method Details
-
getNouns
String[] getNouns()element : nouns of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[] -
setNouns
-
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)
-