public interface IDataCategory
| Modifier and Type | Method and Description |
|---|---|
IDataCategory[] |
getChildCategories()
element : childCategories of type {urn:partner.soap.sforce.com}DataCategory
java type: com.sforce.soap.partner.DataCategory[]
|
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
|
void |
setChildCategories(IDataCategory[] childCategories) |
void |
setLabel(String label) |
void |
setName(String name) |
IDataCategory[] getChildCategories()
void setChildCategories(IDataCategory[] childCategories)
String getLabel()
void setLabel(String label)
String getName()
void setName(String name)
Copyright © 2015. All Rights Reserved.