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 Type
    Method
    Description
    boolean
    element : includeFields of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : nouns of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
    boolean
    element : onlyRenamed of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
     
    boolean
     
    void
    setIncludeFields(boolean includeFields)
     
    void
    setNouns(String[] nouns)
     
    void
    setOnlyRenamed(boolean onlyRenamed)
     
  • Method Details

    • 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)