Package com.sforce.soap.metadata
Class StaticDynamicValMapping
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.StaticDynamicValMapping
- 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 TypeMethodDescriptionvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAttribute(XmlInputStream __in, TypeMapper __typeMapper) voidsetAttribute(String attribute) protected voidsetDynamicValue(XmlInputStream __in, TypeMapper __typeMapper) voidsetDynamicValue(String dynamicValue) protected voidsetDynamicValueObject(XmlInputStream __in, TypeMapper __typeMapper) voidsetDynamicValueObject(String dynamicValueObject) protected voidsetDynamicValueObjectField(XmlInputStream __in, TypeMapper __typeMapper) voidsetDynamicValueObjectField(String dynamicValueObjectField) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) protected voidsetStaticValue(XmlInputStream __in, TypeMapper __typeMapper) voidsetStaticValue(String staticValue) protected voidsetStaticValueObject(XmlInputStream __in, TypeMapper __typeMapper) voidsetStaticValueObject(String staticValueObject) protected voidsetStaticValueObjectField(XmlInputStream __in, TypeMapper __typeMapper) voidsetStaticValueObjectField(String staticValueObjectField) protected voidsetUniqueConstraintFormula(XmlInputStream __in, TypeMapper __typeMapper) voidsetUniqueConstraintFormula(String uniqueConstraintFormula) 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
-
StaticDynamicValMapping
public StaticDynamicValMapping()Constructor
-
-
Method Details
-
getAttribute
-
setAttribute
-
setAttribute
protected void setAttribute(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDynamicValue
-
setDynamicValue
-
setDynamicValue
protected void setDynamicValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDynamicValueObject
-
setDynamicValueObject
-
setDynamicValueObject
protected void setDynamicValueObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDynamicValueObjectField
-
setDynamicValueObjectField
-
setDynamicValueObjectField
protected void setDynamicValueObjectField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStaticValue
-
setStaticValue
-
setStaticValue
protected void setStaticValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStaticValueObject
-
setStaticValueObject
-
setStaticValueObject
protected void setStaticValueObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStaticValueObjectField
-
setStaticValueObjectField
-
setStaticValueObjectField
protected void setStaticValueObjectField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUniqueConstraintFormula
-
setUniqueConstraintFormula
-
setUniqueConstraintFormula
protected void setUniqueConstraintFormula(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
-