Package com.sforce.soap.partner
Class DescribeDataCategoryGroupStructureResult
- java.lang.Object
-
- com.sforce.soap.partner.DescribeDataCategoryGroupStructureResult
-
- All Implemented Interfaces:
IDescribeDataCategoryGroupStructureResult,XMLizable
public class DescribeDataCategoryGroupStructureResult extends Object implements XMLizable, IDescribeDataCategoryGroupStructureResult
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 DescribeDataCategoryGroupStructureResult()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()element : description of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetSobject()element : sobject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringDataCategory[]getTopCategories()element : topCategories of type {urn:partner.soap.sforce.com}DataCategory java type: com.sforce.soap.partner.DataCategory[]voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper)voidsetDescription(String description)protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetLabel(String label)protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper)voidsetName(String name)protected voidsetSobject(XmlInputStream __in, TypeMapper __typeMapper)voidsetSobject(String sobject)voidsetTopCategories(IDataCategory[] topCategories)protected voidsetTopCategories(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getDescription
public String getDescription()
Description copied from interface:IDescribeDataCategoryGroupStructureResultelement : description of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getDescriptionin interfaceIDescribeDataCategoryGroupStructureResult
-
setDescription
public void setDescription(String description)
- Specified by:
setDescriptionin interfaceIDescribeDataCategoryGroupStructureResult
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
Description copied from interface:IDescribeDataCategoryGroupStructureResultelement : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getLabelin interfaceIDescribeDataCategoryGroupStructureResult
-
setLabel
public void setLabel(String label)
- Specified by:
setLabelin interfaceIDescribeDataCategoryGroupStructureResult
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
Description copied from interface:IDescribeDataCategoryGroupStructureResultelement : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getNamein interfaceIDescribeDataCategoryGroupStructureResult
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceIDescribeDataCategoryGroupStructureResult
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSobject
public String getSobject()
Description copied from interface:IDescribeDataCategoryGroupStructureResultelement : sobject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSobjectin interfaceIDescribeDataCategoryGroupStructureResult
-
setSobject
public void setSobject(String sobject)
- Specified by:
setSobjectin interfaceIDescribeDataCategoryGroupStructureResult
-
setSobject
protected void setSobject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTopCategories
public DataCategory[] getTopCategories()
Description copied from interface:IDescribeDataCategoryGroupStructureResultelement : topCategories of type {urn:partner.soap.sforce.com}DataCategory java type: com.sforce.soap.partner.DataCategory[]- Specified by:
getTopCategoriesin interfaceIDescribeDataCategoryGroupStructureResult
-
setTopCategories
public void setTopCategories(IDataCategory[] topCategories)
- Specified by:
setTopCategoriesin interfaceIDescribeDataCategoryGroupStructureResult
-
setTopCategories
protected void setTopCategories(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
-
-