Package com.sforce.soap.metadata
Class OmniSupervisorConfig
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.OmniSupervisorConfig
-
-
Constructor Summary
Constructors Constructor Description OmniSupervisorConfig()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getIsTimelineHidden
public boolean getIsTimelineHidden()
-
isIsTimelineHidden
public boolean isIsTimelineHidden()
-
setIsTimelineHidden
public void setIsTimelineHidden(boolean isTimelineHidden)
-
setIsTimelineHidden
protected void setIsTimelineHidden(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOmniSupervisorConfigAction
public OmniSupervisorConfigAction[] getOmniSupervisorConfigAction()
-
setOmniSupervisorConfigAction
public void setOmniSupervisorConfigAction(OmniSupervisorConfigAction[] omniSupervisorConfigAction)
-
setOmniSupervisorConfigAction
protected void setOmniSupervisorConfigAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOmniSupervisorConfigGroup
public OmniSupervisorConfigGroup[] getOmniSupervisorConfigGroup()
-
setOmniSupervisorConfigGroup
public void setOmniSupervisorConfigGroup(OmniSupervisorConfigGroup[] omniSupervisorConfigGroup)
-
setOmniSupervisorConfigGroup
protected void setOmniSupervisorConfigGroup(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOmniSupervisorConfigProfile
public OmniSupervisorConfigProfile[] getOmniSupervisorConfigProfile()
-
setOmniSupervisorConfigProfile
public void setOmniSupervisorConfigProfile(OmniSupervisorConfigProfile[] omniSupervisorConfigProfile)
-
setOmniSupervisorConfigProfile
protected void setOmniSupervisorConfigProfile(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOmniSupervisorConfigQueue
public OmniSupervisorConfigQueue[] getOmniSupervisorConfigQueue()
-
setOmniSupervisorConfigQueue
public void setOmniSupervisorConfigQueue(OmniSupervisorConfigQueue[] omniSupervisorConfigQueue)
-
setOmniSupervisorConfigQueue
protected void setOmniSupervisorConfigQueue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOmniSupervisorConfigSkill
public OmniSupervisorConfigSkill[] getOmniSupervisorConfigSkill()
-
setOmniSupervisorConfigSkill
public void setOmniSupervisorConfigSkill(OmniSupervisorConfigSkill[] omniSupervisorConfigSkill)
-
setOmniSupervisorConfigSkill
protected void setOmniSupervisorConfigSkill(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOmniSupervisorConfigTab
public OmniSupervisorConfigTab[] getOmniSupervisorConfigTab()
-
setOmniSupervisorConfigTab
public void setOmniSupervisorConfigTab(OmniSupervisorConfigTab[] omniSupervisorConfigTab)
-
setOmniSupervisorConfigTab
protected void setOmniSupervisorConfigTab(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSkillVisibility
public OmniSuperSkillVisibilityType getSkillVisibility()
-
setSkillVisibility
public void setSkillVisibility(OmniSuperSkillVisibilityType skillVisibility)
-
setSkillVisibility
protected void setSkillVisibility(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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-