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
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 TypeMethodDescriptionelement : components of type {urn:partner.soap.sforce.com}DescribeLayoutComponent java type: com.sforce.soap.partner.DescribeLayoutComponent[]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) toString()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, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sforce.soap.partner.IDescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValue
-
Constructor Details
-
FieldLayoutComponent
public FieldLayoutComponent()Constructor
-
-
Method Details
-
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
- Specified by:
setComponentsin interfaceIFieldLayoutComponent
-
setComponents
protected void setComponents(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
- 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
- Overrides:
toStringin classDescribeLayoutComponent
-