public class RelatedListColumn extends Object implements com.sforce.ws.bind.XMLizable, IRelatedListColumn
| Constructor and Description |
|---|
RelatedListColumn()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getField()
element : field of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getFormat()
element : format of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getLookupId()
element : lookupId of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getName()
element : name 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 |
setField(String field) |
void |
setFormat(String format) |
void |
setLabel(String label) |
void |
setLookupId(String lookupId) |
void |
setName(String name) |
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 getField()
IRelatedListColumngetField in interface IRelatedListColumnpublic void setField(String field)
setField in interface IRelatedListColumnpublic String getFormat()
IRelatedListColumngetFormat in interface IRelatedListColumnpublic void setFormat(String format)
setFormat in interface IRelatedListColumnpublic String getLabel()
IRelatedListColumngetLabel in interface IRelatedListColumnpublic void setLabel(String label)
setLabel in interface IRelatedListColumnpublic String getLookupId()
IRelatedListColumngetLookupId in interface IRelatedListColumnpublic void setLookupId(String lookupId)
setLookupId in interface IRelatedListColumnpublic String getName()
IRelatedListColumngetName in interface IRelatedListColumnpublic void setName(String name)
setName in interface IRelatedListColumnpublic 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.