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
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 TypeMethodDescriptionbyte[]getName()booleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetContentSource(SControlContentSource contentSource) protected voidsetContentSource(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) voidsetEncodingKey(Encoding encodingKey) protected voidsetEncodingKey(XmlInputStream __in, TypeMapper __typeMapper) voidsetFileContent(byte[] fileContent) protected voidsetFileContent(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetFileName(XmlInputStream __in, TypeMapper __typeMapper) voidsetFileName(String fileName) protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetSupportsCaching(boolean supportsCaching) protected voidsetSupportsCaching(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.MetadataWithContent
getContent, setContent, setContentMethods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
Scontrol
public Scontrol()Constructor
-
-
Method Details
-
getContentSource
-
setContentSource
-
setContentSource
protected void setContentSource(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEncodingKey
-
setEncodingKey
-
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
-
setFileName
-
setFileName
protected void setFileName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getName
-
setName
-
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
- 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
- Overrides:
toStringin classMetadataWithContent
-