public class

IssueRelatedIssues

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.support_2013_2.IssueRelatedIssues

Class Overview

Java class for IssueRelatedIssues complex type.

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

 <complexType name="IssueRelatedIssues">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="relationship" type="{urn:types.support_2013_2.lists.webservices.netsuite.com}IssueRelationship" minOccurs="0"/>
         <element name="issueNumber" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="relationshipComment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef issueNumber
protected IssueRelationship relationship
protected String relationshipComment
Public Constructors
IssueRelatedIssues()
Public Methods
RecordRef getIssueNumber()
Gets the value of the issueNumber property.
IssueRelationship getRelationship()
Gets the value of the relationship property.
String getRelationshipComment()
Gets the value of the relationshipComment property.
void setIssueNumber(RecordRef value)
Sets the value of the issueNumber property.
void setRelationship(IssueRelationship value)
Sets the value of the relationship property.
void setRelationshipComment(String value)
Sets the value of the relationshipComment property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef issueNumber

protected IssueRelationship relationship

protected String relationshipComment

Public Constructors

public IssueRelatedIssues ()

Public Methods

public RecordRef getIssueNumber ()

Gets the value of the issueNumber property.

Returns

public IssueRelationship getRelationship ()

Gets the value of the relationship property.

Returns

public String getRelationshipComment ()

Gets the value of the relationshipComment property.

Returns
  • possible object is String

public void setIssueNumber (RecordRef value)

Sets the value of the issueNumber property.

Parameters
value Allowed object is RecordRef

public void setRelationship (IssueRelationship value)

Sets the value of the relationship property.

Parameters
value Allowed object is IssueRelationship

public void setRelationshipComment (String value)

Sets the value of the relationshipComment property.

Parameters
value Allowed object is String