Package com.sforce.soap.partner
Class DescribeNouns_element
java.lang.Object
com.sforce.soap.partner.DescribeNouns_element
- All Implemented Interfaces:
IDescribeNouns_element,com.sforce.ws.bind.XMLizable
public class DescribeNouns_element
extends Object
implements com.sforce.ws.bind.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 -
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetIncludeFields(boolean includeFields)protected voidsetIncludeFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetNouns(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidvoidsetOnlyRenamed(boolean onlyRenamed)protected voidsetOnlyRenamed(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)toString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Throws:
IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
-