Package com.sforce.soap.metadata
Class ValueSet
- java.lang.Object
-
- com.sforce.soap.metadata.ValueSet
-
-
Constructor Summary
Constructors Constructor Description ValueSet()Constructor
-
Method Summary
-
-
-
Method Detail
-
getControllingField
public String getControllingField()
-
setControllingField
public void setControllingField(String controllingField)
-
setControllingField
protected void setControllingField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRestricted
public boolean getRestricted()
-
isRestricted
public boolean isRestricted()
-
setRestricted
public void setRestricted(boolean restricted)
-
setRestricted
protected void setRestricted(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getValueSetDefinition
public ValueSetValuesDefinition getValueSetDefinition()
-
setValueSetDefinition
public void setValueSetDefinition(ValueSetValuesDefinition valueSetDefinition)
-
setValueSetDefinition
protected void setValueSetDefinition(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getValueSetName
public String getValueSetName()
-
setValueSetName
public void setValueSetName(String valueSetName)
-
setValueSetName
protected void setValueSetName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getValueSettings
public ValueSettings[] getValueSettings()
-
setValueSettings
public void setValueSettings(ValueSettings[] valueSettings)
-
setValueSettings
protected void setValueSettings(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- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-