public class

IssueVersion

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.support_2010_2.IssueVersion

Class Overview

Java class for IssueVersion complex type.

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

 <complexType name="IssueVersion">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="version" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="build" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef build
protected Boolean primary
protected RecordRef version
Public Constructors
IssueVersion()
Public Methods
RecordRef getBuild()
Gets the value of the build property.
RecordRef getVersion()
Gets the value of the version property.
Boolean isPrimary()
Gets the value of the primary property.
void setBuild(RecordRef value)
Sets the value of the build property.
void setPrimary(Boolean value)
Sets the value of the primary property.
void setVersion(RecordRef value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef build

protected Boolean primary

protected RecordRef version

Public Constructors

public IssueVersion ()

Public Methods

public RecordRef getBuild ()

Gets the value of the build property.

Returns

public RecordRef getVersion ()

Gets the value of the version property.

Returns

public Boolean isPrimary ()

Gets the value of the primary property.

Returns
  • possible object is Boolean

public void setBuild (RecordRef value)

Sets the value of the build property.

Parameters
value Allowed object is RecordRef

public void setPrimary (Boolean value)

Sets the value of the primary property.

Parameters
value Allowed object is Boolean

public void setVersion (RecordRef value)

Sets the value of the version property.

Parameters
value Allowed object is RecordRef