Package com.sforce.soap.metadata
Class DataConnectorAttribute
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.DataConnectorAttribute
- 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 TypeMethodDescriptionbooleangetMax()getMin()intgetOrder()booleanbooleanbooleanbooleanbooleanbooleanbooleanisSecure()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetCapabilities(DataConnectorCapability[] capabilities) protected voidsetCapabilities(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetCommand(XmlInputStream __in, TypeMapper __typeMapper) voidsetCommand(String command) protected voidsetCommandAttributes(XmlInputStream __in, TypeMapper __typeMapper) voidsetCommandAttributes(String commandAttributes) voidsetDataType(DataConnectorDataType dataType) protected voidsetDataType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDefaultValue(XmlInputStream __in, TypeMapper __typeMapper) voidsetDefaultValue(String defaultValue) voidsetEditable(boolean editable) protected voidsetEditable(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetExternalName(XmlInputStream __in, TypeMapper __typeMapper) voidsetExternalName(String externalName) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) protected voidsetMax(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetMin(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetOptions(DataConnectorAttributeOpt[] options) protected voidsetOptions(XmlInputStream __in, TypeMapper __typeMapper) voidsetOrder(int order) protected voidsetOrder(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetPattern(XmlInputStream __in, TypeMapper __typeMapper) voidsetPattern(String pattern) protected voidsetPlaceholder(XmlInputStream __in, TypeMapper __typeMapper) voidsetPlaceholder(String placeholder) voidsetReadonly(boolean readonly) protected voidsetReadonly(XmlInputStream __in, TypeMapper __typeMapper) voidsetRequired(boolean required) protected voidsetRequired(XmlInputStream __in, TypeMapper __typeMapper) voidsetSecure(boolean secure) protected voidsetSecure(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetTooltip(XmlInputStream __in, TypeMapper __typeMapper) voidsetTooltip(String tooltip) voidsetTranslations(LocalizedValue[] translations) protected voidsetTranslations(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetValidationMessageError(XmlInputStream __in, TypeMapper __typeMapper) voidsetValidationMessageError(String validationMessageError) 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
-
DataConnectorAttribute
public DataConnectorAttribute()Constructor
-
-
Method Details
-
getCapabilities
-
setCapabilities
-
setCapabilities
protected void setCapabilities(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCommand
-
setCommand
-
setCommand
protected void setCommand(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCommandAttributes
-
setCommandAttributes
-
setCommandAttributes
protected void setCommandAttributes(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDataType
-
setDataType
-
setDataType
protected void setDataType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDefaultValue
-
setDefaultValue
-
setDefaultValue
protected void setDefaultValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEditable
public boolean getEditable() -
isEditable
public boolean isEditable() -
setEditable
public void setEditable(boolean editable) -
setEditable
protected void setEditable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getExternalName
-
setExternalName
-
setExternalName
protected void setExternalName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMax
-
setMax
-
setMax
protected void setMax(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMin
-
setMin
-
setMin
protected void setMin(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOptions
-
setOptions
-
setOptions
protected void setOptions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOrder
public int getOrder() -
setOrder
public void setOrder(int order) -
setOrder
protected void setOrder(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPattern
-
setPattern
-
setPattern
protected void setPattern(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPlaceholder
-
setPlaceholder
-
setPlaceholder
protected void setPlaceholder(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getReadonly
public boolean getReadonly() -
isReadonly
public boolean isReadonly() -
setReadonly
public void setReadonly(boolean readonly) -
setReadonly
protected void setReadonly(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRequired
public boolean getRequired() -
isRequired
public boolean isRequired() -
setRequired
public void setRequired(boolean required) -
setRequired
protected void setRequired(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSecure
public boolean getSecure() -
isSecure
public boolean isSecure() -
setSecure
public void setSecure(boolean secure) -
setSecure
protected void setSecure(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTooltip
-
setTooltip
-
setTooltip
protected void setTooltip(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTranslations
-
setTranslations
-
setTranslations
protected void setTranslations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getValidationMessageError
-
setValidationMessageError
-
setValidationMessageError
protected void setValidationMessageError(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
-