Package com.sforce.soap.metadata
Class ExternalServiceRegistration
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ExternalServiceRegistration
-
-
Constructor Summary
Constructors Constructor Description ExternalServiceRegistration()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNamedCredential
public String getNamedCredential()
-
setNamedCredential
public void setNamedCredential(String namedCredential)
-
setNamedCredential
protected void setNamedCredential(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNamedCredentialReference
public String getNamedCredentialReference()
-
setNamedCredentialReference
public void setNamedCredentialReference(String namedCredentialReference)
-
setNamedCredentialReference
protected void setNamedCredentialReference(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOperations
public ExternalServiceOperation[] getOperations()
-
setOperations
public void setOperations(ExternalServiceOperation[] operations)
-
setOperations
protected void setOperations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getProviderAssetEndpoint
public String getProviderAssetEndpoint()
-
setProviderAssetEndpoint
public void setProviderAssetEndpoint(String providerAssetEndpoint)
-
setProviderAssetEndpoint
protected void setProviderAssetEndpoint(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRegistrationProvider
public String getRegistrationProvider()
-
setRegistrationProvider
public void setRegistrationProvider(String registrationProvider)
-
setRegistrationProvider
protected void setRegistrationProvider(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRegistrationProviderType
public ExternalServiceRegistrationProviderType getRegistrationProviderType()
-
setRegistrationProviderType
public void setRegistrationProviderType(ExternalServiceRegistrationProviderType registrationProviderType)
-
setRegistrationProviderType
protected void setRegistrationProviderType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSchema
public String getSchema()
-
setSchema
public void setSchema(String schema)
-
setSchema
protected void setSchema(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSchemaAbsoluteUrl
public String getSchemaAbsoluteUrl()
-
setSchemaAbsoluteUrl
public void setSchemaAbsoluteUrl(String schemaAbsoluteUrl)
-
setSchemaAbsoluteUrl
protected void setSchemaAbsoluteUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSchemaType
public String getSchemaType()
-
setSchemaType
public void setSchemaType(String schemaType)
-
setSchemaType
protected void setSchemaType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSchemaUploadFileExtension
public String getSchemaUploadFileExtension()
-
setSchemaUploadFileExtension
public void setSchemaUploadFileExtension(String schemaUploadFileExtension)
-
setSchemaUploadFileExtension
protected void setSchemaUploadFileExtension(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSchemaUploadFileName
public String getSchemaUploadFileName()
-
setSchemaUploadFileName
public void setSchemaUploadFileName(String schemaUploadFileName)
-
setSchemaUploadFileName
protected void setSchemaUploadFileName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSchemaUrl
public String getSchemaUrl()
-
setSchemaUrl
public void setSchemaUrl(String schemaUrl)
-
setSchemaUrl
protected void setSchemaUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getServiceBinding
public String getServiceBinding()
-
setServiceBinding
public void setServiceBinding(String serviceBinding)
-
setServiceBinding
protected void setServiceBinding(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getServiceDescriptor
public String getServiceDescriptor()
-
setServiceDescriptor
public void setServiceDescriptor(String serviceDescriptor)
-
setServiceDescriptor
protected void setServiceDescriptor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStatus
public String getStatus()
-
setStatus
public void setStatus(String status)
-
setStatus
protected void setStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSystemVersion
public int getSystemVersion()
-
setSystemVersion
public void setSystemVersion(int systemVersion)
-
setSystemVersion
protected void setSystemVersion(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
-
-