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 -
Method Summary
Modifier and TypeMethodDescriptionelement : description of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : sobject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : 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) voidprotected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetSobject(XmlInputStream __in, TypeMapper __typeMapper) voidsetSobject(String sobject) voidsetTopCategories(IDataCategory[] topCategories) protected voidsetTopCategories(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DescribeDataCategoryGroupStructureResult
public DescribeDataCategoryGroupStructureResult()Constructor
-
-
Method Details
-
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
- Specified by:
setDescriptionin interfaceIDescribeDataCategoryGroupStructureResult
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setLabelin interfaceIDescribeDataCategoryGroupStructureResult
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setNamein interfaceIDescribeDataCategoryGroupStructureResult
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setSobjectin interfaceIDescribeDataCategoryGroupStructureResult
-
setSobject
protected void setSobject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
- 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
-