Package com.sforce.soap.partner
Class DescribeNounResult
java.lang.Object
com.sforce.soap.partner.DescribeNounResult
- All Implemented Interfaces:
IDescribeNounResult,com.sforce.ws.bind.XMLizable
public class DescribeNounResult
extends Object
implements com.sforce.ws.bind.XMLizable, IDescribeNounResult
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 TypeMethodDescriptionelement : caseValues of type {urn:partner.soap.sforce.com}NameCaseValue java type: com.sforce.soap.partner.NameCaseValue[]element : developerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : gender of type {urn:partner.soap.sforce.com}Gender java type: com.sforce.soap.partner.GendergetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : pluralAlias of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : startsWith of type {urn:partner.soap.sforce.com}StartsWith java type: com.sforce.soap.partner.StartsWithvoidload(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)voidsetCaseValues(INameCaseValue[] caseValues)protected voidsetCaseValues(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetDeveloperName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetDeveloperName(String developerName)voidprotected voidsetGender(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidprotected voidsetPluralAlias(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetPluralAlias(String pluralAlias)voidsetStartsWith(StartsWith startsWith)protected voidsetStartsWith(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
-
DescribeNounResult
public DescribeNounResult()Constructor
-
-
Method Details
-
getCaseValues
Description copied from interface:IDescribeNounResultelement : caseValues of type {urn:partner.soap.sforce.com}NameCaseValue java type: com.sforce.soap.partner.NameCaseValue[]- Specified by:
getCaseValuesin interfaceIDescribeNounResult
-
setCaseValues
- Specified by:
setCaseValuesin interfaceIDescribeNounResult
-
setCaseValues
protected void setCaseValues(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getDeveloperName
Description copied from interface:IDescribeNounResultelement : developerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getDeveloperNamein interfaceIDescribeNounResult
-
setDeveloperName
- Specified by:
setDeveloperNamein interfaceIDescribeNounResult
-
setDeveloperName
protected void setDeveloperName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getGender
Description copied from interface:IDescribeNounResultelement : gender of type {urn:partner.soap.sforce.com}Gender java type: com.sforce.soap.partner.Gender- Specified by:
getGenderin interfaceIDescribeNounResult
-
setGender
- Specified by:
setGenderin interfaceIDescribeNounResult
-
setGender
protected void setGender(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getName
Description copied from interface:IDescribeNounResultelement : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getNamein interfaceIDescribeNounResult
-
setName
- Specified by:
setNamein interfaceIDescribeNounResult
-
setName
protected void setName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getPluralAlias
Description copied from interface:IDescribeNounResultelement : pluralAlias of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getPluralAliasin interfaceIDescribeNounResult
-
setPluralAlias
- Specified by:
setPluralAliasin interfaceIDescribeNounResult
-
setPluralAlias
protected void setPluralAlias(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getStartsWith
Description copied from interface:IDescribeNounResultelement : startsWith of type {urn:partner.soap.sforce.com}StartsWith java type: com.sforce.soap.partner.StartsWith- Specified by:
getStartsWithin interfaceIDescribeNounResult
-
setStartsWith
- Specified by:
setStartsWithin interfaceIDescribeNounResult
-
setStartsWith
protected void setStartsWith(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
-