Package com.sforce.soap.metadata
Class MktDataModelAttributes
java.lang.Object
com.sforce.soap.metadata.MktDataModelAttributes
- All Implemented Interfaces:
XMLizable
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 TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetCreationType(DefinitionCreationType creationType) protected voidsetCreationType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDataModelTaxonomy(XmlInputStream __in, TypeMapper __typeMapper) voidsetDataModelTaxonomy(String dataModelTaxonomy) protected voidsetDataSpaceName(XmlInputStream __in, TypeMapper __typeMapper) voidsetDataSpaceName(String dataSpaceName) protected voidsetDataSpacePrefix(XmlInputStream __in, TypeMapper __typeMapper) voidsetDataSpacePrefix(String dataSpacePrefix) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) voidsetIsEnabled(boolean isEnabled) protected voidsetIsEnabled(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsSegmentable(boolean isSegmentable) protected voidsetIsSegmentable(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsUsedForMetrics(boolean isUsedForMetrics) protected voidsetIsUsedForMetrics(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabelOverride(XmlInputStream __in, TypeMapper __typeMapper) voidsetLabelOverride(String labelOverride) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) protected voidsetObjectCategory(XmlInputStream __in, TypeMapper __typeMapper) voidsetObjectCategory(String objectCategory) protected voidsetReferenceEntityGroup(XmlInputStream __in, TypeMapper __typeMapper) voidsetReferenceEntityGroup(String referenceEntityGroup) protected voidsetReferenceEntityName(XmlInputStream __in, TypeMapper __typeMapper) voidsetReferenceEntityName(String referenceEntityName) protected voidsetReferenceEntitySubjectArea(XmlInputStream __in, TypeMapper __typeMapper) voidsetReferenceEntitySubjectArea(String referenceEntitySubjectArea) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
MktDataModelAttributes
public MktDataModelAttributes()Constructor
-
-
Method Details
-
getCreationType
-
setCreationType
-
setCreationType
protected void setCreationType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDataModelTaxonomy
-
setDataModelTaxonomy
-
setDataModelTaxonomy
protected void setDataModelTaxonomy(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDataSpaceName
-
setDataSpaceName
-
setDataSpaceName
protected void setDataSpaceName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDataSpacePrefix
-
setDataSpacePrefix
-
setDataSpacePrefix
protected void setDataSpacePrefix(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsEnabled
public boolean getIsEnabled() -
isIsEnabled
public boolean isIsEnabled() -
setIsEnabled
public void setIsEnabled(boolean isEnabled) -
setIsEnabled
protected void setIsEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsSegmentable
public boolean getIsSegmentable() -
isIsSegmentable
public boolean isIsSegmentable() -
setIsSegmentable
public void setIsSegmentable(boolean isSegmentable) -
setIsSegmentable
protected void setIsSegmentable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsUsedForMetrics
public boolean getIsUsedForMetrics() -
isIsUsedForMetrics
public boolean isIsUsedForMetrics() -
setIsUsedForMetrics
public void setIsUsedForMetrics(boolean isUsedForMetrics) -
setIsUsedForMetrics
protected void setIsUsedForMetrics(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabelOverride
-
setLabelOverride
-
setLabelOverride
protected void setLabelOverride(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getObjectCategory
-
setObjectCategory
-
setObjectCategory
protected void setObjectCategory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getReferenceEntityGroup
-
setReferenceEntityGroup
-
setReferenceEntityGroup
protected void setReferenceEntityGroup(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getReferenceEntityName
-
setReferenceEntityName
-
setReferenceEntityName
protected void setReferenceEntityName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getReferenceEntitySubjectArea
-
setReferenceEntitySubjectArea
-
setReferenceEntitySubjectArea
protected void setReferenceEntitySubjectArea(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
-