Package com.sforce.soap.metadata
Class MktDataModelAttributes
- java.lang.Object
-
- com.sforce.soap.metadata.MktDataModelAttributes
-
-
Constructor Summary
Constructors Constructor Description MktDataModelAttributes()Constructor
-
Method Summary
-
-
-
Method Detail
-
getCreationType
public DefinitionCreationType getCreationType()
-
setCreationType
public void setCreationType(DefinitionCreationType creationType)
-
setCreationType
protected void setCreationType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDataModelTaxonomy
public String getDataModelTaxonomy()
-
setDataModelTaxonomy
public void setDataModelTaxonomy(String dataModelTaxonomy)
-
setDataModelTaxonomy
protected void setDataModelTaxonomy(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDataSpaceName
public String getDataSpaceName()
-
setDataSpaceName
public void setDataSpaceName(String dataSpaceName)
-
setDataSpaceName
protected void setDataSpaceName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDataSpacePrefix
public String getDataSpacePrefix()
-
setDataSpacePrefix
public void setDataSpacePrefix(String dataSpacePrefix)
-
setDataSpacePrefix
protected void setDataSpacePrefix(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
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
-
getObjectCategory
public String getObjectCategory()
-
setObjectCategory
public void setObjectCategory(String objectCategory)
-
setObjectCategory
protected void setObjectCategory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getReferenceEntityGroup
public String getReferenceEntityGroup()
-
setReferenceEntityGroup
public void setReferenceEntityGroup(String referenceEntityGroup)
-
setReferenceEntityGroup
protected void setReferenceEntityGroup(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getReferenceEntityName
public String getReferenceEntityName()
-
setReferenceEntityName
public void setReferenceEntityName(String referenceEntityName)
-
setReferenceEntityName
protected void setReferenceEntityName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getReferenceEntitySubjectArea
public String getReferenceEntitySubjectArea()
-
setReferenceEntitySubjectArea
public void setReferenceEntitySubjectArea(String referenceEntitySubjectArea)
-
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
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
-
-