Package com.sforce.soap.partner
Class DescribeNouns_element
- java.lang.Object
-
- com.sforce.soap.partner.DescribeNouns_element
-
- All Implemented Interfaces:
IDescribeNouns_element,XMLizable
public class DescribeNouns_element extends Object implements XMLizable, IDescribeNouns_element
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description DescribeNouns_element()Constructor
-
Method Summary
All Methods Instance Methods Concrete 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()voidload(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)voidsetNouns(String[] nouns)voidsetOnlyRenamed(boolean onlyRenamed)protected voidsetOnlyRenamed(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getNouns
public String[] 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
public void setNouns(String[] nouns)
- 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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-