Package com.sforce.soap.partner
Class DescribeLayoutComponent
java.lang.Object
com.sforce.soap.partner.DescribeLayoutComponent
- All Implemented Interfaces:
IDescribeLayoutComponent,com.sforce.ws.bind.XMLizable
- Direct Known Subclasses:
AnalyticsCloudComponent,Canvas,CustomLinkComponent,FieldComponent,FieldLayoutComponent,ReportChartComponent,VisualforcePage
public class DescribeLayoutComponent
extends Object
implements com.sforce.ws.bind.XMLizable, IDescribeLayoutComponent
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 TypeMethodDescriptionintelement : displayLines of type {http://www.w3.org/2001/XMLSchema}int java type: intintelement : tabOrder of type {http://www.w3.org/2001/XMLSchema}int java type: intgetType()element : type of type {urn:partner.soap.sforce.com}layoutComponentType java type: com.sforce.soap.partner.LayoutComponentTypegetValue()element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringvoidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetDisplayLines(int displayLines)protected voidsetDisplayLines(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetTabOrder(int tabOrder)protected voidsetTabOrder(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetType(LayoutComponentType type)protected voidsetType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetValue(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidtoString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
-
Constructor Details
-
DescribeLayoutComponent
public DescribeLayoutComponent()Constructor
-
-
Method Details
-
getDisplayLines
public int getDisplayLines()Description copied from interface:IDescribeLayoutComponentelement : displayLines of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getDisplayLinesin interfaceIDescribeLayoutComponent
-
setDisplayLines
public void setDisplayLines(int displayLines)- Specified by:
setDisplayLinesin interfaceIDescribeLayoutComponent
-
setDisplayLines
protected void setDisplayLines(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getTabOrder
public int getTabOrder()Description copied from interface:IDescribeLayoutComponentelement : tabOrder of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getTabOrderin interfaceIDescribeLayoutComponent
-
setTabOrder
public void setTabOrder(int tabOrder)- Specified by:
setTabOrderin interfaceIDescribeLayoutComponent
-
setTabOrder
protected void setTabOrder(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getType
Description copied from interface:IDescribeLayoutComponentelement : type of type {urn:partner.soap.sforce.com}layoutComponentType java type: com.sforce.soap.partner.LayoutComponentType- Specified by:
getTypein interfaceIDescribeLayoutComponent
-
setType
- Specified by:
setTypein interfaceIDescribeLayoutComponent
-
setType
protected void setType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getValue
Description copied from interface:IDescribeLayoutComponentelement : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getValuein interfaceIDescribeLayoutComponent
-
setValue
- Specified by:
setValuein interfaceIDescribeLayoutComponent
-
setValue
protected void setValue(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Throws:
IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
-