Package com.sforce.soap.partner
Class DescribeNounResult
java.lang.Object
com.sforce.soap.partner.DescribeNounResult
- All Implemented Interfaces:
IDescribeNounResult,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 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(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetCaseValues(INameCaseValue[] caseValues) protected voidsetCaseValues(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) voidsetDeveloperName(String developerName) voidprotected voidsetGender(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetPluralAlias(XmlInputStream __in, TypeMapper __typeMapper) voidsetPluralAlias(String pluralAlias) voidsetStartsWith(StartsWith startsWith) protected voidsetStartsWith(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, 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(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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(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
-