public class RelatedListColumn extends Object
Java class for RelatedListColumn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelatedListColumn">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="format" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lookupId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
field |
protected String |
format |
protected String |
label |
protected String |
lookupId |
protected String |
name |
| Constructor and Description |
|---|
RelatedListColumn() |
| Modifier and Type | Method and Description |
|---|---|
String |
getField()
Gets the value of the field property.
|
String |
getFormat()
Gets the value of the format property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getLookupId()
Gets the value of the lookupId property.
|
String |
getName()
Gets the value of the name property.
|
void |
setField(String value)
Sets the value of the field property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setLookupId(String value)
Sets the value of the lookupId property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String field
protected String format
protected String label
protected String lookupId
protected String name
public String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getLookupId()
Stringpublic void setLookupId(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2016. All rights reserved.