Package com.sforce.soap.partner
Class DescribeNounResult
- java.lang.Object
-
- com.sforce.soap.partner.DescribeNounResult
-
- All Implemented Interfaces:
IDescribeNounResult,XMLizable
public class DescribeNounResult extends Object implements 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 Constructor Description DescribeNounResult()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NameCaseValue[]getCaseValues()element : caseValues of type {urn:partner.soap.sforce.com}NameCaseValue java type: com.sforce.soap.partner.NameCaseValue[]StringgetDeveloperName()element : developerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringGendergetGender()element : gender of type {urn:partner.soap.sforce.com}Gender java type: com.sforce.soap.partner.GenderStringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetPluralAlias()element : pluralAlias of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStartsWithgetStartsWith()element : 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)voidsetGender(Gender gender)protected voidsetGender(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper)voidsetName(String name)protected voidsetPluralAlias(XmlInputStream __in, TypeMapper __typeMapper)voidsetPluralAlias(String pluralAlias)voidsetStartsWith(StartsWith startsWith)protected voidsetStartsWith(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getCaseValues
public NameCaseValue[] 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
public void setCaseValues(INameCaseValue[] caseValues)
- Specified by:
setCaseValuesin interfaceIDescribeNounResult
-
setCaseValues
protected void setCaseValues(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDeveloperName
public String 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
public void setDeveloperName(String developerName)
- Specified by:
setDeveloperNamein interfaceIDescribeNounResult
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getGender
public Gender 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
public void setGender(Gender gender)
- Specified by:
setGenderin interfaceIDescribeNounResult
-
setGender
protected void setGender(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String 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
public void setName(String name)
- Specified by:
setNamein interfaceIDescribeNounResult
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPluralAlias
public String 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
public void setPluralAlias(String pluralAlias)
- Specified by:
setPluralAliasin interfaceIDescribeNounResult
-
setPluralAlias
protected void setPluralAlias(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStartsWith
public StartsWith 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
public void setStartsWith(StartsWith startsWith)
- 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
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
-
-