Package com.sforce.soap.metadata
Class ChannelLayout
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.ChannelLayout
- 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 TypeMethodDescriptionbooleanbooleanString[]getLabel()booleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetDoesExcludeFieldLabels(boolean doesExcludeFieldLabels) protected voidsetDoesExcludeFieldLabels(XmlInputStream __in, TypeMapper __typeMapper) voidsetDoesExcludeFiles(boolean doesExcludeFiles) protected voidsetDoesExcludeFiles(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetEnabledChannels(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnabledChannels(String[] enabledChannels) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetLayoutItems(ChannelLayoutItem[] layoutItems) protected voidsetLayoutItems(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetRecordType(XmlInputStream __in, TypeMapper __typeMapper) voidsetRecordType(String recordType) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
ChannelLayout
public ChannelLayout()Constructor
-
-
Method Details
-
getDoesExcludeFieldLabels
public boolean getDoesExcludeFieldLabels() -
isDoesExcludeFieldLabels
public boolean isDoesExcludeFieldLabels() -
setDoesExcludeFieldLabels
public void setDoesExcludeFieldLabels(boolean doesExcludeFieldLabels) -
setDoesExcludeFieldLabels
protected void setDoesExcludeFieldLabels(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDoesExcludeFiles
public boolean getDoesExcludeFiles() -
isDoesExcludeFiles
public boolean isDoesExcludeFiles() -
setDoesExcludeFiles
public void setDoesExcludeFiles(boolean doesExcludeFiles) -
setDoesExcludeFiles
protected void setDoesExcludeFiles(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnabledChannels
-
setEnabledChannels
-
setEnabledChannels
protected void setEnabledChannels(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLayoutItems
-
setLayoutItems
-
setLayoutItems
protected void setLayoutItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRecordType
-
setRecordType
-
setRecordType
protected void setRecordType(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 classMetadata- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
toString
-