| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.support_2013_2.IssueRelatedIssues |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| issueNumber | |||||||||||
| relationship | |||||||||||
| relationshipComment | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the issueNumber property.
| |||||||||||
Gets the value of the relationship property.
| |||||||||||
Gets the value of the relationshipComment property.
| |||||||||||
Sets the value of the issueNumber property.
| |||||||||||
Sets the value of the relationship property.
| |||||||||||
Sets the value of the relationshipComment property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the issueNumber property.
RecordRef
Gets the value of the relationship property.
IssueRelationship
Gets the value of the relationshipComment property.
Sets the value of the issueNumber property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the relationship property.
| value | Allowed object is
IssueRelationship
|
|---|
Sets the value of the relationshipComment property.
| value | Allowed object is String |
|---|