Package com.sforce.soap.partner
Class DataCategoryGroupSobjectTypePair
- java.lang.Object
-
- com.sforce.soap.partner.DataCategoryGroupSobjectTypePair
-
- All Implemented Interfaces:
IDataCategoryGroupSobjectTypePair,XMLizable
public class DataCategoryGroupSobjectTypePair extends Object implements XMLizable, IDataCategoryGroupSobjectTypePair
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description DataCategoryGroupSobjectTypePair()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDataCategoryGroupName()element : dataCategoryGroupName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetSobject()element : sobject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringvoidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetDataCategoryGroupName(XmlInputStream __in, TypeMapper __typeMapper)voidsetDataCategoryGroupName(String dataCategoryGroupName)protected voidsetSobject(XmlInputStream __in, TypeMapper __typeMapper)voidsetSobject(String sobject)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getDataCategoryGroupName
public String getDataCategoryGroupName()
Description copied from interface:IDataCategoryGroupSobjectTypePairelement : dataCategoryGroupName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getDataCategoryGroupNamein interfaceIDataCategoryGroupSobjectTypePair
-
setDataCategoryGroupName
public void setDataCategoryGroupName(String dataCategoryGroupName)
- Specified by:
setDataCategoryGroupNamein interfaceIDataCategoryGroupSobjectTypePair
-
setDataCategoryGroupName
protected void setDataCategoryGroupName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSobject
public String getSobject()
Description copied from interface:IDataCategoryGroupSobjectTypePairelement : sobject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSobjectin interfaceIDataCategoryGroupSobjectTypePair
-
setSobject
public void setSobject(String sobject)
- Specified by:
setSobjectin interfaceIDataCategoryGroupSobjectTypePair
-
setSobject
protected void setSobject(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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-