Package com.sforce.soap.metadata
Class FieldSetItem
- java.lang.Object
-
- com.sforce.soap.metadata.FieldSetItem
-
-
Constructor Summary
Constructors Constructor Description FieldSetItem()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAlternativeDisplayFormat
public String getAlternativeDisplayFormat()
-
setAlternativeDisplayFormat
public void setAlternativeDisplayFormat(String alternativeDisplayFormat)
-
setAlternativeDisplayFormat
protected void setAlternativeDisplayFormat(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getField
public String getField()
-
setField
public void setField(String field)
-
setField
protected void setField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsFieldManaged
public boolean getIsFieldManaged()
-
isIsFieldManaged
public boolean isIsFieldManaged()
-
setIsFieldManaged
public void setIsFieldManaged(boolean isFieldManaged)
-
setIsFieldManaged
protected void setIsFieldManaged(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsRequired
public boolean getIsRequired()
-
isIsRequired
public boolean isIsRequired()
-
setIsRequired
public void setIsRequired(boolean isRequired)
-
setIsRequired
protected void setIsRequired(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
-
-