public class

ApplicationInfo

extends Object
implements Serializable
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2013_2.ApplicationInfo

Class Overview

Java class for ApplicationInfo complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected String applicationId
Public Constructors
ApplicationInfo()
Public Methods
String getApplicationId()
Gets the value of the applicationId property.
void setApplicationId(String value)
Sets the value of the applicationId property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String applicationId

Public Constructors

public ApplicationInfo ()

Public Methods

public String getApplicationId ()

Gets the value of the applicationId property.

Returns
  • possible object is String

public void setApplicationId (String value)

Sets the value of the applicationId property.

Parameters
value Allowed object is String