Package com.sforce.soap.metadata
Class OmniUiCard
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.OmniUiCard
-
-
Constructor Summary
Constructors Constructor Description OmniUiCard()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getAuthorName
public String getAuthorName()
-
setAuthorName
public void setAuthorName(String authorName)
-
setAuthorName
protected void setAuthorName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getClonedFromOmniUiCardKey
public String getClonedFromOmniUiCardKey()
-
setClonedFromOmniUiCardKey
public void setClonedFromOmniUiCardKey(String clonedFromOmniUiCardKey)
-
setClonedFromOmniUiCardKey
protected void setClonedFromOmniUiCardKey(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDataSourceConfig
public String getDataSourceConfig()
-
setDataSourceConfig
public void setDataSourceConfig(String dataSourceConfig)
-
setDataSourceConfig
protected void setDataSourceConfig(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
-
getIsActive
public boolean getIsActive()
-
isIsActive
public boolean isIsActive()
-
setIsActive
public void setIsActive(boolean isActive)
-
setIsActive
protected void setIsActive(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
-
getOmniUiCardType
public OmniUiCardType getOmniUiCardType()
-
setOmniUiCardType
public void setOmniUiCardType(OmniUiCardType omniUiCardType)
-
setOmniUiCardType
protected void setOmniUiCardType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOverrideKey
public String getOverrideKey()
-
setOverrideKey
public void setOverrideKey(String overrideKey)
-
setOverrideKey
protected void setOverrideKey(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPropertySetConfig
public String getPropertySetConfig()
-
setPropertySetConfig
public void setPropertySetConfig(String propertySetConfig)
-
setPropertySetConfig
protected void setPropertySetConfig(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSampleDataSourceResponse
public String getSampleDataSourceResponse()
-
setSampleDataSourceResponse
public void setSampleDataSourceResponse(String sampleDataSourceResponse)
-
setSampleDataSourceResponse
protected void setSampleDataSourceResponse(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStylingConfiguration
public String getStylingConfiguration()
-
setStylingConfiguration
public void setStylingConfiguration(String stylingConfiguration)
-
setStylingConfiguration
protected void setStylingConfiguration(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVersionNumber
public String getVersionNumber()
-
setVersionNumber
public void setVersionNumber(String versionNumber)
-
setVersionNumber
protected void setVersionNumber(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
-
-