Package com.sforce.soap.metadata
Class NetworkTabSet
- java.lang.Object
-
- com.sforce.soap.metadata.NetworkTabSet
-
-
Constructor Summary
Constructors Constructor Description NetworkTabSet()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getCustomTab()StringgetDefaultTab()String[]getStandardTab()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetCustomTab(XmlInputStream __in, TypeMapper __typeMapper)voidsetCustomTab(String[] customTab)protected voidsetDefaultTab(XmlInputStream __in, TypeMapper __typeMapper)voidsetDefaultTab(String defaultTab)protected voidsetStandardTab(XmlInputStream __in, TypeMapper __typeMapper)voidsetStandardTab(String[] standardTab)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getCustomTab
public String[] getCustomTab()
-
setCustomTab
public void setCustomTab(String[] customTab)
-
setCustomTab
protected void setCustomTab(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDefaultTab
public String getDefaultTab()
-
setDefaultTab
public void setDefaultTab(String defaultTab)
-
setDefaultTab
protected void setDefaultTab(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStandardTab
public String[] getStandardTab()
-
setStandardTab
public void setStandardTab(String[] standardTab)
-
setStandardTab
protected void setStandardTab(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
-
-