Package com.sforce.soap.metadata
Class MlSlotClass
- java.lang.Object
-
- com.sforce.soap.metadata.MlSlotClass
-
-
Constructor Summary
Constructors Constructor Description MlSlotClass()Constructor
-
Method Summary
-
-
-
Method Detail
-
getDataType
public MlSlotClassDataType getDataType()
-
setDataType
public void setDataType(MlSlotClassDataType dataType)
-
setDataType
protected void setDataType(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
-
getDeveloperName
public String getDeveloperName()
-
setDeveloperName
public void setDeveloperName(String developerName)
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExtractionRegex
public String getExtractionRegex()
-
setExtractionRegex
public void setExtractionRegex(String extractionRegex)
-
setExtractionRegex
protected void setExtractionRegex(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExtractionType
public MlSlotClassExtractionType getExtractionType()
-
setExtractionType
public void setExtractionType(MlSlotClassExtractionType extractionType)
-
setExtractionType
protected void setExtractionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMlSlotClassValues
public MlSlotClassValue[] getMlSlotClassValues()
-
setMlSlotClassValues
public void setMlSlotClassValues(MlSlotClassValue[] mlSlotClassValues)
-
setMlSlotClassValues
protected void setMlSlotClassValues(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
-
-