Package com.sforce.soap.partner
Class DescribeNouns_element
java.lang.Object
com.sforce.soap.partner.DescribeNouns_element
- All Implemented Interfaces:
IDescribeNouns_element,XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
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: booleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetIncludeFields(boolean includeFields) protected voidsetIncludeFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetNouns(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetOnlyRenamed(boolean onlyRenamed) protected voidsetOnlyRenamed(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DescribeNouns_element
public DescribeNouns_element()Constructor
-
-
Method Details
-
getNouns
Description copied from interface:IDescribeNouns_elementelement : nouns of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]- Specified by:
getNounsin interfaceIDescribeNouns_element
-
setNouns
- Specified by:
setNounsin interfaceIDescribeNouns_element
-
setNouns
protected void setNouns(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOnlyRenamed
public boolean getOnlyRenamed()Description copied from interface:IDescribeNouns_elementelement : onlyRenamed of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getOnlyRenamedin interfaceIDescribeNouns_element
-
isOnlyRenamed
public boolean isOnlyRenamed()- Specified by:
isOnlyRenamedin interfaceIDescribeNouns_element
-
setOnlyRenamed
public void setOnlyRenamed(boolean onlyRenamed) - Specified by:
setOnlyRenamedin interfaceIDescribeNouns_element
-
setOnlyRenamed
protected void setOnlyRenamed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIncludeFields
public boolean getIncludeFields()Description copied from interface:IDescribeNouns_elementelement : includeFields of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getIncludeFieldsin interfaceIDescribeNouns_element
-
isIncludeFields
public boolean isIncludeFields()- Specified by:
isIncludeFieldsin interfaceIDescribeNouns_element
-
setIncludeFields
public void setIncludeFields(boolean includeFields) - Specified by:
setIncludeFieldsin interfaceIDescribeNouns_element
-
setIncludeFields
protected void setIncludeFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-