public class DescribeLayoutComponent extends java.lang.Object implements XMLizable, IDescribeLayoutComponent
| Constructor and Description |
|---|
DescribeLayoutComponent()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDisplayLines()
element : displayLines of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
int |
getTabOrder()
element : tabOrder of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
LayoutComponentType |
getType()
element : type of type {urn:partner.soap.sforce.com}layoutComponentType
java type: com.sforce.soap.partner.LayoutComponentType
|
java.lang.String |
getValue()
element : value of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDisplayLines(int displayLines) |
protected void |
setDisplayLines(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setTabOrder(int tabOrder) |
protected void |
setTabOrder(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setType(LayoutComponentType type) |
protected void |
setType(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setValue(java.lang.String value) |
protected void |
setValue(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public int getDisplayLines()
IDescribeLayoutComponentgetDisplayLines in interface IDescribeLayoutComponentpublic void setDisplayLines(int displayLines)
setDisplayLines in interface IDescribeLayoutComponentprotected void setDisplayLines(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getTabOrder()
IDescribeLayoutComponentgetTabOrder in interface IDescribeLayoutComponentpublic void setTabOrder(int tabOrder)
setTabOrder in interface IDescribeLayoutComponentprotected void setTabOrder(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic LayoutComponentType getType()
IDescribeLayoutComponentgetType in interface IDescribeLayoutComponentpublic void setType(LayoutComponentType type)
setType in interface IDescribeLayoutComponentprotected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getValue()
IDescribeLayoutComponentgetValue in interface IDescribeLayoutComponentpublic void setValue(java.lang.String value)
setValue in interface IDescribeLayoutComponentprotected void setValue(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizablejava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.