public class

Issue

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.lists.support_2010_2.Issue

Class Overview

Java class for Issue complex type.

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

 <complexType name="Issue">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="customForm" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="issueNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="issueType" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="product" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="module" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="productTeam" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="source" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="reportedBy" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="reproduce" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="duplicateOf" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="severity" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="priority" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isShowStopper" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="assigned" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="reviewer" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isReviewed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="issueStatus" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="lastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="issueTagsList" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
         <element name="issueAbstract" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="newDetails" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="isOwner" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="trackCode" type="{urn:types.support_2010_2.lists.webservices.netsuite.com}IssueTrackCode" minOccurs="0"/>
         <element name="emailAssignee" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="emailEmployeesList" type="{urn:support_2010_2.lists.webservices.netsuite.com}EmailEmployeesList" minOccurs="0"/>
         <element name="emailCellsList" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
         <element name="externalAbstract" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="externalDetails" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="brokenInVersionList" type="{urn:support_2010_2.lists.webservices.netsuite.com}IssueVersionList" minOccurs="0"/>
         <element name="targetVersionList" type="{urn:support_2010_2.lists.webservices.netsuite.com}IssueVersionList" minOccurs="0"/>
         <element name="fixedInVersionList" type="{urn:support_2010_2.lists.webservices.netsuite.com}IssueVersionList" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef assigned
protected IssueVersionList brokenInVersionList
protected XMLGregorianCalendar createdDate
protected CustomFieldList customFieldList
protected RecordRef customForm
protected RecordRef duplicateOf
protected Boolean emailAssignee
protected RecordRefList emailCellsList
protected EmailEmployeesList emailEmployeesList
protected String externalAbstract
protected String externalDetails
protected String externalId
protected IssueVersionList fixedInVersionList
protected String internalId
protected Boolean isOwner
protected Boolean isReviewed
protected Boolean isShowStopper
protected String issueAbstract
protected String issueNumber
protected RecordRef issueStatus
protected RecordRefList issueTagsList
protected RecordRef issueType
protected RecordRef item
protected XMLGregorianCalendar lastModifiedDate
protected RecordRef module
protected String newDetails
protected RecordRef priority
protected RecordRef product
protected RecordRef productTeam
protected RecordRef reportedBy
protected RecordRef reproduce
protected RecordRef reviewer
protected RecordRef severity
protected RecordRef source
protected IssueVersionList targetVersionList
protected IssueTrackCode trackCode
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
Issue()
Public Methods
RecordRef getAssigned()
Gets the value of the assigned property.
IssueVersionList getBrokenInVersionList()
Gets the value of the brokenInVersionList property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getCustomForm()
Gets the value of the customForm property.
RecordRef getDuplicateOf()
Gets the value of the duplicateOf property.
RecordRefList getEmailCellsList()
Gets the value of the emailCellsList property.
EmailEmployeesList getEmailEmployeesList()
Gets the value of the emailEmployeesList property.
String getExternalAbstract()
Gets the value of the externalAbstract property.
String getExternalDetails()
Gets the value of the externalDetails property.
String getExternalId()
Gets the value of the externalId property.
IssueVersionList getFixedInVersionList()
Gets the value of the fixedInVersionList property.
String getInternalId()
Gets the value of the internalId property.
String getIssueAbstract()
Gets the value of the issueAbstract property.
String getIssueNumber()
Gets the value of the issueNumber property.
RecordRef getIssueStatus()
Gets the value of the issueStatus property.
RecordRefList getIssueTagsList()
Gets the value of the issueTagsList property.
RecordRef getIssueType()
Gets the value of the issueType property.
RecordRef getItem()
Gets the value of the item property.
XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.
RecordRef getModule()
Gets the value of the module property.
String getNewDetails()
Gets the value of the newDetails property.
RecordRef getPriority()
Gets the value of the priority property.
RecordRef getProduct()
Gets the value of the product property.
RecordRef getProductTeam()
Gets the value of the productTeam property.
RecordRef getReportedBy()
Gets the value of the reportedBy property.
RecordRef getReproduce()
Gets the value of the reproduce property.
RecordRef getReviewer()
Gets the value of the reviewer property.
RecordRef getSeverity()
Gets the value of the severity property.
RecordRef getSource()
Gets the value of the source property.
IssueVersionList getTargetVersionList()
Gets the value of the targetVersionList property.
IssueTrackCode getTrackCode()
Gets the value of the trackCode property.
Boolean isEmailAssignee()
Gets the value of the emailAssignee property.
Boolean isIsOwner()
Gets the value of the isOwner property.
Boolean isIsReviewed()
Gets the value of the isReviewed property.
Boolean isIsShowStopper()
Gets the value of the isShowStopper property.
void setAssigned(RecordRef value)
Sets the value of the assigned property.
void setBrokenInVersionList(IssueVersionList value)
Sets the value of the brokenInVersionList property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setCustomForm(RecordRef value)
Sets the value of the customForm property.
void setDuplicateOf(RecordRef value)
Sets the value of the duplicateOf property.
void setEmailAssignee(Boolean value)
Sets the value of the emailAssignee property.
void setEmailCellsList(RecordRefList value)
Sets the value of the emailCellsList property.
void setEmailEmployeesList(EmailEmployeesList value)
Sets the value of the emailEmployeesList property.
void setExternalAbstract(String value)
Sets the value of the externalAbstract property.
void setExternalDetails(String value)
Sets the value of the externalDetails property.
void setExternalId(String value)
Sets the value of the externalId property.
void setFixedInVersionList(IssueVersionList value)
Sets the value of the fixedInVersionList property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsOwner(Boolean value)
Sets the value of the isOwner property.
void setIsReviewed(Boolean value)
Sets the value of the isReviewed property.
void setIsShowStopper(Boolean value)
Sets the value of the isShowStopper property.
void setIssueAbstract(String value)
Sets the value of the issueAbstract property.
void setIssueNumber(String value)
Sets the value of the issueNumber property.
void setIssueStatus(RecordRef value)
Sets the value of the issueStatus property.
void setIssueTagsList(RecordRefList value)
Sets the value of the issueTagsList property.
void setIssueType(RecordRef value)
Sets the value of the issueType property.
void setItem(RecordRef value)
Sets the value of the item property.
void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
void setModule(RecordRef value)
Sets the value of the module property.
void setNewDetails(String value)
Sets the value of the newDetails property.
void setPriority(RecordRef value)
Sets the value of the priority property.
void setProduct(RecordRef value)
Sets the value of the product property.
void setProductTeam(RecordRef value)
Sets the value of the productTeam property.
void setReportedBy(RecordRef value)
Sets the value of the reportedBy property.
void setReproduce(RecordRef value)
Sets the value of the reproduce property.
void setReviewer(RecordRef value)
Sets the value of the reviewer property.
void setSeverity(RecordRef value)
Sets the value of the severity property.
void setSource(RecordRef value)
Sets the value of the source property.
void setTargetVersionList(IssueVersionList value)
Sets the value of the targetVersionList property.
void setTrackCode(IssueTrackCode value)
Sets the value of the trackCode property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected RecordRef assigned

protected IssueVersionList brokenInVersionList

protected XMLGregorianCalendar createdDate

protected CustomFieldList customFieldList

protected RecordRef customForm

protected RecordRef duplicateOf

protected Boolean emailAssignee

protected RecordRefList emailCellsList

protected EmailEmployeesList emailEmployeesList

protected String externalAbstract

protected String externalDetails

protected String externalId

protected IssueVersionList fixedInVersionList

protected String internalId

protected Boolean isOwner

protected Boolean isReviewed

protected Boolean isShowStopper

protected String issueAbstract

protected String issueNumber

protected RecordRef issueStatus

protected RecordRefList issueTagsList

protected RecordRef issueType

protected RecordRef item

protected XMLGregorianCalendar lastModifiedDate

protected RecordRef module

protected String newDetails

protected RecordRef priority

protected RecordRef product

protected RecordRef productTeam

protected RecordRef reportedBy

protected RecordRef reproduce

protected RecordRef reviewer

protected RecordRef severity

protected RecordRef source

protected IssueVersionList targetVersionList

protected IssueTrackCode trackCode

Public Constructors

public Issue ()

Public Methods

public RecordRef getAssigned ()

Gets the value of the assigned property.

Returns

public IssueVersionList getBrokenInVersionList ()

Gets the value of the brokenInVersionList property.

Returns

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getCustomForm ()

Gets the value of the customForm property.

Returns

public RecordRef getDuplicateOf ()

Gets the value of the duplicateOf property.

Returns

public RecordRefList getEmailCellsList ()

Gets the value of the emailCellsList property.

Returns

public EmailEmployeesList getEmailEmployeesList ()

Gets the value of the emailEmployeesList property.

Returns

public String getExternalAbstract ()

Gets the value of the externalAbstract property.

Returns
  • possible object is String

public String getExternalDetails ()

Gets the value of the externalDetails property.

Returns
  • possible object is String

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public IssueVersionList getFixedInVersionList ()

Gets the value of the fixedInVersionList property.

Returns

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public String getIssueAbstract ()

Gets the value of the issueAbstract property.

Returns
  • possible object is String

public String getIssueNumber ()

Gets the value of the issueNumber property.

Returns
  • possible object is String

public RecordRef getIssueStatus ()

Gets the value of the issueStatus property.

Returns

public RecordRefList getIssueTagsList ()

Gets the value of the issueTagsList property.

Returns

public RecordRef getIssueType ()

Gets the value of the issueType property.

Returns

public RecordRef getItem ()

Gets the value of the item property.

Returns

public XMLGregorianCalendar getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getModule ()

Gets the value of the module property.

Returns

public String getNewDetails ()

Gets the value of the newDetails property.

Returns
  • possible object is String

public RecordRef getPriority ()

Gets the value of the priority property.

Returns

public RecordRef getProduct ()

Gets the value of the product property.

Returns

public RecordRef getProductTeam ()

Gets the value of the productTeam property.

Returns

public RecordRef getReportedBy ()

Gets the value of the reportedBy property.

Returns

public RecordRef getReproduce ()

Gets the value of the reproduce property.

Returns

public RecordRef getReviewer ()

Gets the value of the reviewer property.

Returns

public RecordRef getSeverity ()

Gets the value of the severity property.

Returns

public RecordRef getSource ()

Gets the value of the source property.

Returns

public IssueVersionList getTargetVersionList ()

Gets the value of the targetVersionList property.

Returns

public IssueTrackCode getTrackCode ()

Gets the value of the trackCode property.

Returns

public Boolean isEmailAssignee ()

Gets the value of the emailAssignee property.

Returns
  • possible object is Boolean

public Boolean isIsOwner ()

Gets the value of the isOwner property.

Returns
  • possible object is Boolean

public Boolean isIsReviewed ()

Gets the value of the isReviewed property.

Returns
  • possible object is Boolean

public Boolean isIsShowStopper ()

Gets the value of the isShowStopper property.

Returns
  • possible object is Boolean

public void setAssigned (RecordRef value)

Sets the value of the assigned property.

Parameters
value Allowed object is RecordRef

public void setBrokenInVersionList (IssueVersionList value)

Sets the value of the brokenInVersionList property.

Parameters
value Allowed object is IssueVersionList

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setCustomForm (RecordRef value)

Sets the value of the customForm property.

Parameters
value Allowed object is RecordRef

public void setDuplicateOf (RecordRef value)

Sets the value of the duplicateOf property.

Parameters
value Allowed object is RecordRef

public void setEmailAssignee (Boolean value)

Sets the value of the emailAssignee property.

Parameters
value Allowed object is Boolean

public void setEmailCellsList (RecordRefList value)

Sets the value of the emailCellsList property.

Parameters
value Allowed object is RecordRefList

public void setEmailEmployeesList (EmailEmployeesList value)

Sets the value of the emailEmployeesList property.

Parameters
value Allowed object is EmailEmployeesList

public void setExternalAbstract (String value)

Sets the value of the externalAbstract property.

Parameters
value Allowed object is String

public void setExternalDetails (String value)

Sets the value of the externalDetails property.

Parameters
value Allowed object is String

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setFixedInVersionList (IssueVersionList value)

Sets the value of the fixedInVersionList property.

Parameters
value Allowed object is IssueVersionList

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setIsOwner (Boolean value)

Sets the value of the isOwner property.

Parameters
value Allowed object is Boolean

public void setIsReviewed (Boolean value)

Sets the value of the isReviewed property.

Parameters
value Allowed object is Boolean

public void setIsShowStopper (Boolean value)

Sets the value of the isShowStopper property.

Parameters
value Allowed object is Boolean

public void setIssueAbstract (String value)

Sets the value of the issueAbstract property.

Parameters
value Allowed object is String

public void setIssueNumber (String value)

Sets the value of the issueNumber property.

Parameters
value Allowed object is String

public void setIssueStatus (RecordRef value)

Sets the value of the issueStatus property.

Parameters
value Allowed object is RecordRef

public void setIssueTagsList (RecordRefList value)

Sets the value of the issueTagsList property.

Parameters
value Allowed object is RecordRefList

public void setIssueType (RecordRef value)

Sets the value of the issueType property.

Parameters
value Allowed object is RecordRef

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setLastModifiedDate (XMLGregorianCalendar value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setModule (RecordRef value)

Sets the value of the module property.

Parameters
value Allowed object is RecordRef

public void setNewDetails (String value)

Sets the value of the newDetails property.

Parameters
value Allowed object is String

public void setPriority (RecordRef value)

Sets the value of the priority property.

Parameters
value Allowed object is RecordRef

public void setProduct (RecordRef value)

Sets the value of the product property.

Parameters
value Allowed object is RecordRef

public void setProductTeam (RecordRef value)

Sets the value of the productTeam property.

Parameters
value Allowed object is RecordRef

public void setReportedBy (RecordRef value)

Sets the value of the reportedBy property.

Parameters
value Allowed object is RecordRef

public void setReproduce (RecordRef value)

Sets the value of the reproduce property.

Parameters
value Allowed object is RecordRef

public void setReviewer (RecordRef value)

Sets the value of the reviewer property.

Parameters
value Allowed object is RecordRef

public void setSeverity (RecordRef value)

Sets the value of the severity property.

Parameters
value Allowed object is RecordRef

public void setSource (RecordRef value)

Sets the value of the source property.

Parameters
value Allowed object is RecordRef

public void setTargetVersionList (IssueVersionList value)

Sets the value of the targetVersionList property.

Parameters
value Allowed object is IssueVersionList

public void setTrackCode (IssueTrackCode value)

Sets the value of the trackCode property.

Parameters
value Allowed object is IssueTrackCode