Package com.sforce.soap.metadata
Class EmbeddedServiceCustomComponent
- java.lang.Object
-
- com.sforce.soap.metadata.EmbeddedServiceCustomComponent
-
-
Constructor Summary
Constructors Constructor Description EmbeddedServiceCustomComponent()Constructor
-
Method Summary
-
-
-
Method Detail
-
getComponentBundleType
public EmbeddedServiceComponentBundleType getComponentBundleType()
-
setComponentBundleType
public void setComponentBundleType(EmbeddedServiceComponentBundleType componentBundleType)
-
setComponentBundleType
protected void setComponentBundleType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomComponent
public String getCustomComponent()
-
setCustomComponent
public void setCustomComponent(String customComponent)
-
setCustomComponent
protected void setCustomComponent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomComponentType
public EmbeddedServiceCustomComponentType getCustomComponentType()
-
setCustomComponentType
public void setCustomComponentType(EmbeddedServiceCustomComponentType customComponentType)
-
setCustomComponentType
protected void setCustomComponentType(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
-
-