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