public class

CustomRecordTypeOnlineForms

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.setup.customization_2010_2.CustomRecordTypeOnlineForms

Class Overview

Java class for CustomRecordTypeOnlineForms complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CustomRecordTypeOnlineForms">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="onlineFormName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="isOnline" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="templateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String isOnline
protected String onlineFormName
protected String templateName
Public Constructors
CustomRecordTypeOnlineForms()
Public Methods
String getIsOnline()
Gets the value of the isOnline property.
String getOnlineFormName()
Gets the value of the onlineFormName property.
String getTemplateName()
Gets the value of the templateName property.
void setIsOnline(String value)
Sets the value of the isOnline property.
void setOnlineFormName(String value)
Sets the value of the onlineFormName property.
void setTemplateName(String value)
Sets the value of the templateName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String isOnline

protected String onlineFormName

protected String templateName

Public Constructors

public CustomRecordTypeOnlineForms ()

Public Methods

public String getIsOnline ()

Gets the value of the isOnline property.

Returns
  • possible object is String

public String getOnlineFormName ()

Gets the value of the onlineFormName property.

Returns
  • possible object is String

public String getTemplateName ()

Gets the value of the templateName property.

Returns
  • possible object is String

public void setIsOnline (String value)

Sets the value of the isOnline property.

Parameters
value Allowed object is String

public void setOnlineFormName (String value)

Sets the value of the onlineFormName property.

Parameters
value Allowed object is String

public void setTemplateName (String value)

Sets the value of the templateName property.

Parameters
value Allowed object is String