public class DescribeLayout_element extends Object implements com.sforce.ws.bind.XMLizable, IDescribeLayout_element
| Constructor and Description |
|---|
DescribeLayout_element()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLayoutName()
element : layoutName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String[] |
getRecordTypeIds()
element : recordTypeIds of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String[]
|
String |
getSObjectType()
element : sObjectType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setLayoutName(String layoutName) |
void |
setRecordTypeIds(String[] recordTypeIds) |
void |
setSObjectType(String sObjectType) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public String getSObjectType()
IDescribeLayout_elementgetSObjectType in interface IDescribeLayout_elementpublic void setSObjectType(String sObjectType)
setSObjectType in interface IDescribeLayout_elementpublic String getLayoutName()
IDescribeLayout_elementgetLayoutName in interface IDescribeLayout_elementpublic void setLayoutName(String layoutName)
setLayoutName in interface IDescribeLayout_elementpublic String[] getRecordTypeIds()
IDescribeLayout_elementgetRecordTypeIds in interface IDescribeLayout_elementpublic void setRecordTypeIds(String[] recordTypeIds)
setRecordTypeIds in interface IDescribeLayout_elementpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.