Package com.sforce.soap.metadata
Class ValueTypeField
java.lang.Object
com.sforce.soap.metadata.ValueTypeField
- 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 TypeMethodDescriptionString[]booleanbooleanintgetName()booleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetFields(ValueTypeField[] fields) protected voidsetFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetForeignKeyDomain(XmlInputStream __in, TypeMapper __typeMapper) voidsetForeignKeyDomain(String[] foreignKeyDomain) voidsetIsForeignKey(boolean isForeignKey) protected voidsetIsForeignKey(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsNameField(boolean isNameField) protected voidsetIsNameField(XmlInputStream __in, TypeMapper __typeMapper) voidsetMinOccurs(int minOccurs) protected voidsetMinOccurs(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetPicklistValues(PicklistEntry[] picklistValues) protected voidsetPicklistValues(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetSoapType(XmlInputStream __in, TypeMapper __typeMapper) voidsetSoapType(String soapType) voidsetValueRequired(boolean valueRequired) protected voidsetValueRequired(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ValueTypeField
public ValueTypeField()Constructor
-
-
Method Details
-
getFields
-
setFields
-
setFields
protected void setFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getForeignKeyDomain
-
setForeignKeyDomain
-
setForeignKeyDomain
protected void setForeignKeyDomain(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsForeignKey
public boolean getIsForeignKey() -
isIsForeignKey
public boolean isIsForeignKey() -
setIsForeignKey
public void setIsForeignKey(boolean isForeignKey) -
setIsForeignKey
protected void setIsForeignKey(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsNameField
public boolean getIsNameField() -
isIsNameField
public boolean isIsNameField() -
setIsNameField
public void setIsNameField(boolean isNameField) -
setIsNameField
protected void setIsNameField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMinOccurs
public int getMinOccurs() -
setMinOccurs
public void setMinOccurs(int minOccurs) -
setMinOccurs
protected void setMinOccurs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getName
-
setName
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPicklistValues
-
setPicklistValues
-
setPicklistValues
protected void setPicklistValues(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSoapType
-
setSoapType
-
setSoapType
protected void setSoapType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getValueRequired
public boolean getValueRequired() -
isValueRequired
public boolean isValueRequired() -
setValueRequired
public void setValueRequired(boolean valueRequired) -
setValueRequired
protected void setValueRequired(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
- 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
-
toString
-