Package com.sforce.soap.metadata
Class Scontrol
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.MetadataWithContent
-
- com.sforce.soap.metadata.Scontrol
-
- All Implemented Interfaces:
XMLizable
public class Scontrol extends MetadataWithContent
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 Scontrol()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.MetadataWithContent
getContent, setContent, setContent
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getContentSource
public SControlContentSource getContentSource()
-
setContentSource
public void setContentSource(SControlContentSource contentSource)
-
setContentSource
protected void setContentSource(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
-
getEncodingKey
public Encoding getEncodingKey()
-
setEncodingKey
public void setEncodingKey(Encoding encodingKey)
-
setEncodingKey
protected void setEncodingKey(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFileContent
public byte[] getFileContent()
-
setFileContent
public void setFileContent(byte[] fileContent)
-
setFileContent
protected void setFileContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFileName
public String getFileName()
-
setFileName
public void setFileName(String fileName)
-
setFileName
protected void setFileName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSupportsCaching
public boolean getSupportsCaching()
-
isSupportsCaching
public boolean isSupportsCaching()
-
setSupportsCaching
public void setSupportsCaching(boolean supportsCaching)
-
setSupportsCaching
protected void setSupportsCaching(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- Overrides:
writein classMetadataWithContent- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadataWithContent- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadataWithContent- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadataWithContent- Throws:
IOExceptionConnectionException
-
toString
public String toString()
- Overrides:
toStringin classMetadataWithContent
-
-