| java.lang.Object | |
| ↳ | com.netsuite.webservices.setup.customization_2010_2.CustomRecordTypeLinks |
Java class for CustomRecordTypeLinks complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomRecordTypeLinks">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="linkCenter" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="linkSection" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="linkLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| linkCenter | |||||||||||
| linkLabel | |||||||||||
| linkSection | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the linkCenter property.
| |||||||||||
Gets the value of the linkLabel property.
| |||||||||||
Gets the value of the linkSection property.
| |||||||||||
Sets the value of the linkCenter property.
| |||||||||||
Sets the value of the linkLabel property.
| |||||||||||
Sets the value of the linkSection property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the linkCenter property.
RecordRef
Gets the value of the linkLabel property.
Gets the value of the linkSection property.
RecordRef
Sets the value of the linkCenter property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the linkLabel property.
| value | Allowed object is String |
|---|
Sets the value of the linkSection property.
| value | Allowed object is
RecordRef
|
|---|