public class DataCategoryGroupSobjectTypePair extends Object implements com.sforce.ws.bind.XMLizable, IDataCategoryGroupSobjectTypePair
| Constructor and Description |
|---|
DataCategoryGroupSobjectTypePair()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDataCategoryGroupName()
element : dataCategoryGroupName 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
|
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 |
setDataCategoryGroupName(String dataCategoryGroupName) |
void |
setSobject(String sobject) |
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 DataCategoryGroupSobjectTypePair()
public String getDataCategoryGroupName()
IDataCategoryGroupSobjectTypePairgetDataCategoryGroupName in interface IDataCategoryGroupSobjectTypePairpublic void setDataCategoryGroupName(String dataCategoryGroupName)
setDataCategoryGroupName in interface IDataCategoryGroupSobjectTypePairpublic String getSobject()
IDataCategoryGroupSobjectTypePairgetSobject in interface IDataCategoryGroupSobjectTypePairpublic void setSobject(String sobject)
setSobject in interface IDataCategoryGroupSobjectTypePairpublic 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.