Package com.sforce.soap.metadata
Class RegisteredExternalService
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.RegisteredExternalService
-
-
Constructor Summary
Constructors Constructor Description RegisteredExternalService()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getConfigUrl
public String getConfigUrl()
-
setConfigUrl
public void setConfigUrl(String configUrl)
-
setConfigUrl
protected void setConfigUrl(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
-
getDocumentationUrl
public String getDocumentationUrl()
-
setDocumentationUrl
public void setDocumentationUrl(String documentationUrl)
-
setDocumentationUrl
protected void setDocumentationUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExtensionPointName
public ExtensionPointName getExtensionPointName()
-
setExtensionPointName
public void setExtensionPointName(ExtensionPointName extensionPointName)
-
setExtensionPointName
protected void setExtensionPointName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExternalServiceProvider
public String getExternalServiceProvider()
-
setExternalServiceProvider
public void setExternalServiceProvider(String externalServiceProvider)
-
setExternalServiceProvider
protected void setExternalServiceProvider(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExternalServiceProviderType
public RegistryProviderType getExternalServiceProviderType()
-
setExternalServiceProviderType
public void setExternalServiceProviderType(RegistryProviderType externalServiceProviderType)
-
setExternalServiceProviderType
protected void setExternalServiceProviderType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIconUri
public String getIconUri()
-
setIconUri
public void setIconUri(String iconUri)
-
setIconUri
protected void setIconUri(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsApplication
public boolean getIsApplication()
-
isIsApplication
public boolean isIsApplication()
-
setIsApplication
public void setIsApplication(boolean isApplication)
-
setIsApplication
protected void setIsApplication(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsProtected
public boolean getIsProtected()
-
isIsProtected
public boolean isIsProtected()
-
setIsProtected
public void setIsProtected(boolean isProtected)
-
setIsProtected
protected void setIsProtected(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
-
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
-
-