Package com.sforce.soap.partner
Class DescribeDataCategoryGroupStructures_element
java.lang.Object
com.sforce.soap.partner.DescribeDataCategoryGroupStructures_element
- All Implemented Interfaces:
IDescribeDataCategoryGroupStructures_element,XMLizable
public class DescribeDataCategoryGroupStructures_element
extends Object
implements XMLizable, IDescribeDataCategoryGroupStructures_element
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 TypeMethodDescriptiongetPairs()element : pairs of type {urn:partner.soap.sforce.com}DataCategoryGroupSobjectTypePair java type: com.sforce.soap.partner.DataCategoryGroupSobjectTypePair[]booleanelement : topCategoriesOnly of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetPairs(XmlInputStream __in, TypeMapper __typeMapper) voidsetTopCategoriesOnly(boolean topCategoriesOnly) protected voidsetTopCategoriesOnly(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DescribeDataCategoryGroupStructures_element
public DescribeDataCategoryGroupStructures_element()Constructor
-
-
Method Details
-
getPairs
Description copied from interface:IDescribeDataCategoryGroupStructures_elementelement : pairs of type {urn:partner.soap.sforce.com}DataCategoryGroupSobjectTypePair java type: com.sforce.soap.partner.DataCategoryGroupSobjectTypePair[]- Specified by:
getPairsin interfaceIDescribeDataCategoryGroupStructures_element
-
setPairs
- Specified by:
setPairsin interfaceIDescribeDataCategoryGroupStructures_element
-
setPairs
protected void setPairs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTopCategoriesOnly
public boolean getTopCategoriesOnly()Description copied from interface:IDescribeDataCategoryGroupStructures_elementelement : topCategoriesOnly of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getTopCategoriesOnlyin interfaceIDescribeDataCategoryGroupStructures_element
-
isTopCategoriesOnly
public boolean isTopCategoriesOnly()- Specified by:
isTopCategoriesOnlyin interfaceIDescribeDataCategoryGroupStructures_element
-
setTopCategoriesOnly
public void setTopCategoriesOnly(boolean topCategoriesOnly) - Specified by:
setTopCategoriesOnlyin interfaceIDescribeDataCategoryGroupStructures_element
-
setTopCategoriesOnly
protected void setTopCategoriesOnly(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
-