Package com.sforce.soap.partner
Class FieldLayoutComponent
- java.lang.Object
-
- com.sforce.soap.partner.DescribeLayoutComponent
-
- com.sforce.soap.partner.FieldLayoutComponent
-
- All Implemented Interfaces:
IDescribeLayoutComponent,IFieldLayoutComponent,XMLizable
public class FieldLayoutComponent extends DescribeLayoutComponent implements IFieldLayoutComponent
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description FieldLayoutComponent()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeLayoutComponent[]getComponents()element : components of type {urn:partner.soap.sforce.com}DescribeLayoutComponent java type: com.sforce.soap.partner.DescribeLayoutComponent[]FieldTypegetFieldType()element : fieldType of type {urn:partner.soap.sforce.com}fieldType java type: com.sforce.soap.partner.FieldTypevoidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetComponents(IDescribeLayoutComponent[] components)protected voidsetComponents(XmlInputStream __in, TypeMapper __typeMapper)voidsetFieldType(FieldType fieldType)protected voidsetFieldType(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)-
Methods inherited from class com.sforce.soap.partner.DescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setDisplayLines, setTabOrder, setTabOrder, setType, setType, setValue, setValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.sforce.soap.partner.IDescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValue
-
-
-
-
Method Detail
-
getComponents
public DescribeLayoutComponent[] getComponents()
Description copied from interface:IFieldLayoutComponentelement : components of type {urn:partner.soap.sforce.com}DescribeLayoutComponent java type: com.sforce.soap.partner.DescribeLayoutComponent[]- Specified by:
getComponentsin interfaceIFieldLayoutComponent
-
setComponents
public void setComponents(IDescribeLayoutComponent[] components)
- Specified by:
setComponentsin interfaceIFieldLayoutComponent
-
setComponents
protected void setComponents(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFieldType
public FieldType getFieldType()
Description copied from interface:IFieldLayoutComponentelement : fieldType of type {urn:partner.soap.sforce.com}fieldType java type: com.sforce.soap.partner.FieldType- Specified by:
getFieldTypein interfaceIFieldLayoutComponent
-
setFieldType
public void setFieldType(FieldType fieldType)
- Specified by:
setFieldTypein interfaceIFieldLayoutComponent
-
setFieldType
protected void setFieldType(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 classDescribeLayoutComponent- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classDescribeLayoutComponent- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classDescribeLayoutComponent- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classDescribeLayoutComponent- Throws:
IOExceptionConnectionException
-
toString
public String toString()
- Overrides:
toStringin classDescribeLayoutComponent
-
-