public class DescribeDataCategoryGroupStructureResult extends Object implements com.sforce.ws.bind.XMLizable, IDescribeDataCategoryGroupStructureResult
| Constructor and Description |
|---|
DescribeDataCategoryGroupStructureResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
element : description of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getSobject()
element : sobject of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
DataCategory[] |
getTopCategories()
element : topCategories of type {urn:partner.soap.sforce.com}DataCategory
java type: com.sforce.soap.partner.DataCategory[]
|
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setSobject(String sobject) |
void |
setTopCategories(IDataCategory[] topCategories) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public DescribeDataCategoryGroupStructureResult()
public String getDescription()
IDescribeDataCategoryGroupStructureResultgetDescription in interface IDescribeDataCategoryGroupStructureResultpublic void setDescription(String description)
setDescription in interface IDescribeDataCategoryGroupStructureResultpublic String getLabel()
IDescribeDataCategoryGroupStructureResultgetLabel in interface IDescribeDataCategoryGroupStructureResultpublic void setLabel(String label)
setLabel in interface IDescribeDataCategoryGroupStructureResultpublic String getName()
IDescribeDataCategoryGroupStructureResultgetName in interface IDescribeDataCategoryGroupStructureResultpublic void setName(String name)
setName in interface IDescribeDataCategoryGroupStructureResultpublic String getSobject()
IDescribeDataCategoryGroupStructureResultgetSobject in interface IDescribeDataCategoryGroupStructureResultpublic void setSobject(String sobject)
setSobject in interface IDescribeDataCategoryGroupStructureResultpublic DataCategory[] getTopCategories()
IDescribeDataCategoryGroupStructureResultgetTopCategories in interface IDescribeDataCategoryGroupStructureResultpublic void setTopCategories(IDataCategory[] topCategories)
setTopCategories in interface IDescribeDataCategoryGroupStructureResultpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.