Package com.sforce.soap.metadata
Class DataConnector
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.DataConnector
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIcon()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetAttributes(DataConnectorAttribute[] attributes) protected voidsetAttributes(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) voidsetErrors(DataConnectorError[] errors) protected voidsetErrors(XmlInputStream __in, TypeMapper __typeMapper) voidsetFeatures(DataConnectorFeature[] features) protected voidsetFeatures(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetIcon(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetLicenseAgreement(XmlInputStream __in, TypeMapper __typeMapper) voidsetLicenseAgreement(String licenseAgreement) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) protected voidsetOwnerLocation(XmlInputStream __in, TypeMapper __typeMapper) voidsetOwnerLocation(String ownerLocation) protected voidsetOwnerLogo(XmlInputStream __in, TypeMapper __typeMapper) voidsetOwnerLogo(String ownerLogo) protected voidsetOwnerName(XmlInputStream __in, TypeMapper __typeMapper) voidsetOwnerName(String ownerName) protected voidsetParentConnector(XmlInputStream __in, TypeMapper __typeMapper) voidsetParentConnector(String parentConnector) voidsetReleaseLevel(DataConnectorReleaseLevel releaseLevel) protected voidsetReleaseLevel(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetSupportEmail(XmlInputStream __in, TypeMapper __typeMapper) voidsetSupportEmail(String supportEmail) protected voidsetSupportMessage(XmlInputStream __in, TypeMapper __typeMapper) voidsetSupportMessage(String supportMessage) protected voidsetSupportPhone(XmlInputStream __in, TypeMapper __typeMapper) voidsetSupportPhone(String supportPhone) voidsetTranslations(LocalizedValue[] translations) protected voidsetTranslations(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
DataConnector
public DataConnector()Constructor
-
-
Method Details
-
getAttributes
-
setAttributes
-
setAttributes
protected void setAttributes(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getErrors
-
setErrors
-
setErrors
protected void setErrors(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFeatures
-
setFeatures
-
setFeatures
protected void setFeatures(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIcon
-
setIcon
-
setIcon
protected void setIcon(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLicenseAgreement
-
setLicenseAgreement
-
setLicenseAgreement
protected void setLicenseAgreement(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOwnerLocation
-
setOwnerLocation
-
setOwnerLocation
protected void setOwnerLocation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOwnerLogo
-
setOwnerLogo
-
setOwnerLogo
protected void setOwnerLogo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOwnerName
-
setOwnerName
-
setOwnerName
protected void setOwnerName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getParentConnector
-
setParentConnector
-
setParentConnector
protected void setParentConnector(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getReleaseLevel
-
setReleaseLevel
-
setReleaseLevel
protected void setReleaseLevel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSupportEmail
-
setSupportEmail
-
setSupportEmail
protected void setSupportEmail(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSupportMessage
-
setSupportMessage
-
setSupportMessage
protected void setSupportMessage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSupportPhone
-
setSupportPhone
-
setSupportPhone
protected void setSupportPhone(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTranslations
-
setTranslations
-
setTranslations
protected void setTranslations(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
- 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
-
toString
-