
tsg.ns.wsdl.coop.IssueSearchBasic Maven / Gradle / Ivy
package tsg.ns.wsdl.coop;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for IssueSearchBasic complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="IssueSearchBasic">
* <complexContent>
* <extension base="{urn:core_2023_1.platform.webservices.netsuite.com}SearchRecordBasic">
* <sequence>
* <element name="ageInMonths" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
* <element name="assigned" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="buildBroken" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="buildBrokenName" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
* <element name="buildFixed" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="buildFixedName" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
* <element name="buildTarget" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="buildTargetName" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
* <element name="caseCount" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
* <element name="caseNumber" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
* <element name="closedDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
* <element name="createdDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
* <element name="dateReleased" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
* <element name="details" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
* <element name="duplicateOf" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="eFix" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
* <element name="employeeOrTeam" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="eventStatus" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
* <element name="externalAbstract" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
* <element name="externalDetails" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
* <element name="externalFixedIn" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="externalId" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="externalIdString" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
* <element name="externalStatus" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="fixed" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
* <element name="fixedBy" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="internalId" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="internalIdNumber" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
* <element name="isOwner" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
* <element name="isReviewed" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
* <element name="isShowStopper" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
* <element name="issueAbstract" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
* <element name="issueNumber" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
* <element name="item" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="lastModifiedDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
* <element name="module" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="number" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
* <element name="originalFixedIn" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
* <element name="priority" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="product" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="productTeam" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="relatedIssue" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="relationship" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
* <element name="relationshipComment" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
* <element name="reportedBy" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="reproduce" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="resolved" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
* <element name="resolvedBy" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="reviewer" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="severity" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="source" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
* <element name="status" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="tags" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="tracking" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
* <element name="type" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="userType" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="versionBroken" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="versionFixed" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="versionTarget" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="customFieldList" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "IssueSearchBasic", namespace = "urn:common_2023_1.platform.webservices.netsuite.com", propOrder = {
"ageInMonths",
"assigned",
"buildBroken",
"buildBrokenName",
"buildFixed",
"buildFixedName",
"buildTarget",
"buildTargetName",
"caseCount",
"caseNumber",
"closedDate",
"createdDate",
"dateReleased",
"details",
"duplicateOf",
"eFix",
"employeeOrTeam",
"eventStatus",
"externalAbstract",
"externalDetails",
"externalFixedIn",
"externalId",
"externalIdString",
"externalStatus",
"fixed",
"fixedBy",
"internalId",
"internalIdNumber",
"isOwner",
"isReviewed",
"isShowStopper",
"issueAbstract",
"issueNumber",
"item",
"lastModifiedDate",
"module",
"number",
"originalFixedIn",
"priority",
"product",
"productTeam",
"relatedIssue",
"relationship",
"relationshipComment",
"reportedBy",
"reproduce",
"resolved",
"resolvedBy",
"reviewer",
"severity",
"source",
"status",
"tags",
"tracking",
"type",
"userType",
"versionBroken",
"versionFixed",
"versionTarget",
"customFieldList"
})
public class IssueSearchBasic
extends SearchRecordBasic
{
protected SearchLongField ageInMonths;
protected SearchMultiSelectField assigned;
protected SearchMultiSelectField buildBroken;
protected SearchStringField buildBrokenName;
protected SearchMultiSelectField buildFixed;
protected SearchStringField buildFixedName;
protected SearchMultiSelectField buildTarget;
protected SearchStringField buildTargetName;
protected SearchLongField caseCount;
protected SearchStringField caseNumber;
protected SearchDateField closedDate;
protected SearchDateField createdDate;
protected SearchDateField dateReleased;
protected SearchStringField details;
protected SearchMultiSelectField duplicateOf;
protected SearchBooleanField eFix;
protected SearchMultiSelectField employeeOrTeam;
protected SearchEnumMultiSelectField eventStatus;
protected SearchStringField externalAbstract;
protected SearchStringField externalDetails;
protected SearchMultiSelectField externalFixedIn;
protected SearchMultiSelectField externalId;
protected SearchStringField externalIdString;
protected SearchMultiSelectField externalStatus;
protected SearchDateField fixed;
protected SearchMultiSelectField fixedBy;
protected SearchMultiSelectField internalId;
protected SearchLongField internalIdNumber;
protected SearchBooleanField isOwner;
protected SearchBooleanField isReviewed;
protected SearchBooleanField isShowStopper;
protected SearchStringField issueAbstract;
protected SearchStringField issueNumber;
protected SearchMultiSelectField item;
protected SearchDateField lastModifiedDate;
protected SearchMultiSelectField module;
protected SearchLongField number;
protected SearchStringField originalFixedIn;
protected SearchMultiSelectField priority;
protected SearchMultiSelectField product;
protected SearchMultiSelectField productTeam;
protected SearchMultiSelectField relatedIssue;
protected SearchEnumMultiSelectField relationship;
protected SearchStringField relationshipComment;
protected SearchMultiSelectField reportedBy;
protected SearchMultiSelectField reproduce;
protected SearchDateField resolved;
protected SearchMultiSelectField resolvedBy;
protected SearchMultiSelectField reviewer;
protected SearchMultiSelectField severity;
protected SearchEnumMultiSelectField source;
protected SearchMultiSelectField status;
protected SearchMultiSelectField tags;
protected SearchBooleanField tracking;
protected SearchMultiSelectField type;
protected SearchMultiSelectField userType;
protected SearchMultiSelectField versionBroken;
protected SearchMultiSelectField versionFixed;
protected SearchMultiSelectField versionTarget;
protected SearchCustomFieldList customFieldList;
/**
* Gets the value of the ageInMonths property.
*
* @return
* possible object is
* {@link SearchLongField }
*
*/
public SearchLongField getAgeInMonths() {
return ageInMonths;
}
/**
* Sets the value of the ageInMonths property.
*
* @param value
* allowed object is
* {@link SearchLongField }
*
*/
public void setAgeInMonths(SearchLongField value) {
this.ageInMonths = value;
}
/**
* Gets the value of the assigned property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getAssigned() {
return assigned;
}
/**
* Sets the value of the assigned property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setAssigned(SearchMultiSelectField value) {
this.assigned = value;
}
/**
* Gets the value of the buildBroken property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getBuildBroken() {
return buildBroken;
}
/**
* Sets the value of the buildBroken property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setBuildBroken(SearchMultiSelectField value) {
this.buildBroken = value;
}
/**
* Gets the value of the buildBrokenName property.
*
* @return
* possible object is
* {@link SearchStringField }
*
*/
public SearchStringField getBuildBrokenName() {
return buildBrokenName;
}
/**
* Sets the value of the buildBrokenName property.
*
* @param value
* allowed object is
* {@link SearchStringField }
*
*/
public void setBuildBrokenName(SearchStringField value) {
this.buildBrokenName = value;
}
/**
* Gets the value of the buildFixed property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getBuildFixed() {
return buildFixed;
}
/**
* Sets the value of the buildFixed property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setBuildFixed(SearchMultiSelectField value) {
this.buildFixed = value;
}
/**
* Gets the value of the buildFixedName property.
*
* @return
* possible object is
* {@link SearchStringField }
*
*/
public SearchStringField getBuildFixedName() {
return buildFixedName;
}
/**
* Sets the value of the buildFixedName property.
*
* @param value
* allowed object is
* {@link SearchStringField }
*
*/
public void setBuildFixedName(SearchStringField value) {
this.buildFixedName = value;
}
/**
* Gets the value of the buildTarget property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getBuildTarget() {
return buildTarget;
}
/**
* Sets the value of the buildTarget property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setBuildTarget(SearchMultiSelectField value) {
this.buildTarget = value;
}
/**
* Gets the value of the buildTargetName property.
*
* @return
* possible object is
* {@link SearchStringField }
*
*/
public SearchStringField getBuildTargetName() {
return buildTargetName;
}
/**
* Sets the value of the buildTargetName property.
*
* @param value
* allowed object is
* {@link SearchStringField }
*
*/
public void setBuildTargetName(SearchStringField value) {
this.buildTargetName = value;
}
/**
* Gets the value of the caseCount property.
*
* @return
* possible object is
* {@link SearchLongField }
*
*/
public SearchLongField getCaseCount() {
return caseCount;
}
/**
* Sets the value of the caseCount property.
*
* @param value
* allowed object is
* {@link SearchLongField }
*
*/
public void setCaseCount(SearchLongField value) {
this.caseCount = value;
}
/**
* Gets the value of the caseNumber property.
*
* @return
* possible object is
* {@link SearchStringField }
*
*/
public SearchStringField getCaseNumber() {
return caseNumber;
}
/**
* Sets the value of the caseNumber property.
*
* @param value
* allowed object is
* {@link SearchStringField }
*
*/
public void setCaseNumber(SearchStringField value) {
this.caseNumber = value;
}
/**
* Gets the value of the closedDate property.
*
* @return
* possible object is
* {@link SearchDateField }
*
*/
public SearchDateField getClosedDate() {
return closedDate;
}
/**
* Sets the value of the closedDate property.
*
* @param value
* allowed object is
* {@link SearchDateField }
*
*/
public void setClosedDate(SearchDateField value) {
this.closedDate = value;
}
/**
* Gets the value of the createdDate property.
*
* @return
* possible object is
* {@link SearchDateField }
*
*/
public SearchDateField getCreatedDate() {
return createdDate;
}
/**
* Sets the value of the createdDate property.
*
* @param value
* allowed object is
* {@link SearchDateField }
*
*/
public void setCreatedDate(SearchDateField value) {
this.createdDate = value;
}
/**
* Gets the value of the dateReleased property.
*
* @return
* possible object is
* {@link SearchDateField }
*
*/
public SearchDateField getDateReleased() {
return dateReleased;
}
/**
* Sets the value of the dateReleased property.
*
* @param value
* allowed object is
* {@link SearchDateField }
*
*/
public void setDateReleased(SearchDateField value) {
this.dateReleased = value;
}
/**
* Gets the value of the details property.
*
* @return
* possible object is
* {@link SearchStringField }
*
*/
public SearchStringField getDetails() {
return details;
}
/**
* Sets the value of the details property.
*
* @param value
* allowed object is
* {@link SearchStringField }
*
*/
public void setDetails(SearchStringField value) {
this.details = value;
}
/**
* Gets the value of the duplicateOf property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getDuplicateOf() {
return duplicateOf;
}
/**
* Sets the value of the duplicateOf property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setDuplicateOf(SearchMultiSelectField value) {
this.duplicateOf = value;
}
/**
* Gets the value of the eFix property.
*
* @return
* possible object is
* {@link SearchBooleanField }
*
*/
public SearchBooleanField getEFix() {
return eFix;
}
/**
* Sets the value of the eFix property.
*
* @param value
* allowed object is
* {@link SearchBooleanField }
*
*/
public void setEFix(SearchBooleanField value) {
this.eFix = value;
}
/**
* Gets the value of the employeeOrTeam property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getEmployeeOrTeam() {
return employeeOrTeam;
}
/**
* Sets the value of the employeeOrTeam property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setEmployeeOrTeam(SearchMultiSelectField value) {
this.employeeOrTeam = value;
}
/**
* Gets the value of the eventStatus property.
*
* @return
* possible object is
* {@link SearchEnumMultiSelectField }
*
*/
public SearchEnumMultiSelectField getEventStatus() {
return eventStatus;
}
/**
* Sets the value of the eventStatus property.
*
* @param value
* allowed object is
* {@link SearchEnumMultiSelectField }
*
*/
public void setEventStatus(SearchEnumMultiSelectField value) {
this.eventStatus = value;
}
/**
* Gets the value of the externalAbstract property.
*
* @return
* possible object is
* {@link SearchStringField }
*
*/
public SearchStringField getExternalAbstract() {
return externalAbstract;
}
/**
* Sets the value of the externalAbstract property.
*
* @param value
* allowed object is
* {@link SearchStringField }
*
*/
public void setExternalAbstract(SearchStringField value) {
this.externalAbstract = value;
}
/**
* Gets the value of the externalDetails property.
*
* @return
* possible object is
* {@link SearchStringField }
*
*/
public SearchStringField getExternalDetails() {
return externalDetails;
}
/**
* Sets the value of the externalDetails property.
*
* @param value
* allowed object is
* {@link SearchStringField }
*
*/
public void setExternalDetails(SearchStringField value) {
this.externalDetails = value;
}
/**
* Gets the value of the externalFixedIn property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getExternalFixedIn() {
return externalFixedIn;
}
/**
* Sets the value of the externalFixedIn property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setExternalFixedIn(SearchMultiSelectField value) {
this.externalFixedIn = value;
}
/**
* Gets the value of the externalId property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getExternalId() {
return externalId;
}
/**
* Sets the value of the externalId property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setExternalId(SearchMultiSelectField value) {
this.externalId = value;
}
/**
* Gets the value of the externalIdString property.
*
* @return
* possible object is
* {@link SearchStringField }
*
*/
public SearchStringField getExternalIdString() {
return externalIdString;
}
/**
* Sets the value of the externalIdString property.
*
* @param value
* allowed object is
* {@link SearchStringField }
*
*/
public void setExternalIdString(SearchStringField value) {
this.externalIdString = value;
}
/**
* Gets the value of the externalStatus property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getExternalStatus() {
return externalStatus;
}
/**
* Sets the value of the externalStatus property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setExternalStatus(SearchMultiSelectField value) {
this.externalStatus = value;
}
/**
* Gets the value of the fixed property.
*
* @return
* possible object is
* {@link SearchDateField }
*
*/
public SearchDateField getFixed() {
return fixed;
}
/**
* Sets the value of the fixed property.
*
* @param value
* allowed object is
* {@link SearchDateField }
*
*/
public void setFixed(SearchDateField value) {
this.fixed = value;
}
/**
* Gets the value of the fixedBy property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getFixedBy() {
return fixedBy;
}
/**
* Sets the value of the fixedBy property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setFixedBy(SearchMultiSelectField value) {
this.fixedBy = value;
}
/**
* Gets the value of the internalId property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getInternalId() {
return internalId;
}
/**
* Sets the value of the internalId property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setInternalId(SearchMultiSelectField value) {
this.internalId = value;
}
/**
* Gets the value of the internalIdNumber property.
*
* @return
* possible object is
* {@link SearchLongField }
*
*/
public SearchLongField getInternalIdNumber() {
return internalIdNumber;
}
/**
* Sets the value of the internalIdNumber property.
*
* @param value
* allowed object is
* {@link SearchLongField }
*
*/
public void setInternalIdNumber(SearchLongField value) {
this.internalIdNumber = value;
}
/**
* Gets the value of the isOwner property.
*
* @return
* possible object is
* {@link SearchBooleanField }
*
*/
public SearchBooleanField getIsOwner() {
return isOwner;
}
/**
* Sets the value of the isOwner property.
*
* @param value
* allowed object is
* {@link SearchBooleanField }
*
*/
public void setIsOwner(SearchBooleanField value) {
this.isOwner = value;
}
/**
* Gets the value of the isReviewed property.
*
* @return
* possible object is
* {@link SearchBooleanField }
*
*/
public SearchBooleanField getIsReviewed() {
return isReviewed;
}
/**
* Sets the value of the isReviewed property.
*
* @param value
* allowed object is
* {@link SearchBooleanField }
*
*/
public void setIsReviewed(SearchBooleanField value) {
this.isReviewed = value;
}
/**
* Gets the value of the isShowStopper property.
*
* @return
* possible object is
* {@link SearchBooleanField }
*
*/
public SearchBooleanField getIsShowStopper() {
return isShowStopper;
}
/**
* Sets the value of the isShowStopper property.
*
* @param value
* allowed object is
* {@link SearchBooleanField }
*
*/
public void setIsShowStopper(SearchBooleanField value) {
this.isShowStopper = value;
}
/**
* Gets the value of the issueAbstract property.
*
* @return
* possible object is
* {@link SearchStringField }
*
*/
public SearchStringField getIssueAbstract() {
return issueAbstract;
}
/**
* Sets the value of the issueAbstract property.
*
* @param value
* allowed object is
* {@link SearchStringField }
*
*/
public void setIssueAbstract(SearchStringField value) {
this.issueAbstract = value;
}
/**
* Gets the value of the issueNumber property.
*
* @return
* possible object is
* {@link SearchStringField }
*
*/
public SearchStringField getIssueNumber() {
return issueNumber;
}
/**
* Sets the value of the issueNumber property.
*
* @param value
* allowed object is
* {@link SearchStringField }
*
*/
public void setIssueNumber(SearchStringField value) {
this.issueNumber = value;
}
/**
* Gets the value of the item property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getItem() {
return item;
}
/**
* Sets the value of the item property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setItem(SearchMultiSelectField value) {
this.item = value;
}
/**
* Gets the value of the lastModifiedDate property.
*
* @return
* possible object is
* {@link SearchDateField }
*
*/
public SearchDateField getLastModifiedDate() {
return lastModifiedDate;
}
/**
* Sets the value of the lastModifiedDate property.
*
* @param value
* allowed object is
* {@link SearchDateField }
*
*/
public void setLastModifiedDate(SearchDateField value) {
this.lastModifiedDate = value;
}
/**
* Gets the value of the module property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getModule() {
return module;
}
/**
* Sets the value of the module property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setModule(SearchMultiSelectField value) {
this.module = value;
}
/**
* Gets the value of the number property.
*
* @return
* possible object is
* {@link SearchLongField }
*
*/
public SearchLongField getNumber() {
return number;
}
/**
* Sets the value of the number property.
*
* @param value
* allowed object is
* {@link SearchLongField }
*
*/
public void setNumber(SearchLongField value) {
this.number = value;
}
/**
* Gets the value of the originalFixedIn property.
*
* @return
* possible object is
* {@link SearchStringField }
*
*/
public SearchStringField getOriginalFixedIn() {
return originalFixedIn;
}
/**
* Sets the value of the originalFixedIn property.
*
* @param value
* allowed object is
* {@link SearchStringField }
*
*/
public void setOriginalFixedIn(SearchStringField value) {
this.originalFixedIn = value;
}
/**
* Gets the value of the priority property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getPriority() {
return priority;
}
/**
* Sets the value of the priority property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setPriority(SearchMultiSelectField value) {
this.priority = value;
}
/**
* Gets the value of the product property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getProduct() {
return product;
}
/**
* Sets the value of the product property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setProduct(SearchMultiSelectField value) {
this.product = value;
}
/**
* Gets the value of the productTeam property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getProductTeam() {
return productTeam;
}
/**
* Sets the value of the productTeam property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setProductTeam(SearchMultiSelectField value) {
this.productTeam = value;
}
/**
* Gets the value of the relatedIssue property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getRelatedIssue() {
return relatedIssue;
}
/**
* Sets the value of the relatedIssue property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setRelatedIssue(SearchMultiSelectField value) {
this.relatedIssue = value;
}
/**
* Gets the value of the relationship property.
*
* @return
* possible object is
* {@link SearchEnumMultiSelectField }
*
*/
public SearchEnumMultiSelectField getRelationship() {
return relationship;
}
/**
* Sets the value of the relationship property.
*
* @param value
* allowed object is
* {@link SearchEnumMultiSelectField }
*
*/
public void setRelationship(SearchEnumMultiSelectField value) {
this.relationship = value;
}
/**
* Gets the value of the relationshipComment property.
*
* @return
* possible object is
* {@link SearchStringField }
*
*/
public SearchStringField getRelationshipComment() {
return relationshipComment;
}
/**
* Sets the value of the relationshipComment property.
*
* @param value
* allowed object is
* {@link SearchStringField }
*
*/
public void setRelationshipComment(SearchStringField value) {
this.relationshipComment = value;
}
/**
* Gets the value of the reportedBy property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getReportedBy() {
return reportedBy;
}
/**
* Sets the value of the reportedBy property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setReportedBy(SearchMultiSelectField value) {
this.reportedBy = value;
}
/**
* Gets the value of the reproduce property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getReproduce() {
return reproduce;
}
/**
* Sets the value of the reproduce property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setReproduce(SearchMultiSelectField value) {
this.reproduce = value;
}
/**
* Gets the value of the resolved property.
*
* @return
* possible object is
* {@link SearchDateField }
*
*/
public SearchDateField getResolved() {
return resolved;
}
/**
* Sets the value of the resolved property.
*
* @param value
* allowed object is
* {@link SearchDateField }
*
*/
public void setResolved(SearchDateField value) {
this.resolved = value;
}
/**
* Gets the value of the resolvedBy property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getResolvedBy() {
return resolvedBy;
}
/**
* Sets the value of the resolvedBy property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setResolvedBy(SearchMultiSelectField value) {
this.resolvedBy = value;
}
/**
* Gets the value of the reviewer property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getReviewer() {
return reviewer;
}
/**
* Sets the value of the reviewer property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setReviewer(SearchMultiSelectField value) {
this.reviewer = value;
}
/**
* Gets the value of the severity property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getSeverity() {
return severity;
}
/**
* Sets the value of the severity property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setSeverity(SearchMultiSelectField value) {
this.severity = value;
}
/**
* Gets the value of the source property.
*
* @return
* possible object is
* {@link SearchEnumMultiSelectField }
*
*/
public SearchEnumMultiSelectField getSource() {
return source;
}
/**
* Sets the value of the source property.
*
* @param value
* allowed object is
* {@link SearchEnumMultiSelectField }
*
*/
public void setSource(SearchEnumMultiSelectField value) {
this.source = value;
}
/**
* Gets the value of the status property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getStatus() {
return status;
}
/**
* Sets the value of the status property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setStatus(SearchMultiSelectField value) {
this.status = value;
}
/**
* Gets the value of the tags property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getTags() {
return tags;
}
/**
* Sets the value of the tags property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setTags(SearchMultiSelectField value) {
this.tags = value;
}
/**
* Gets the value of the tracking property.
*
* @return
* possible object is
* {@link SearchBooleanField }
*
*/
public SearchBooleanField getTracking() {
return tracking;
}
/**
* Sets the value of the tracking property.
*
* @param value
* allowed object is
* {@link SearchBooleanField }
*
*/
public void setTracking(SearchBooleanField value) {
this.tracking = value;
}
/**
* Gets the value of the type property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getType() {
return type;
}
/**
* Sets the value of the type property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setType(SearchMultiSelectField value) {
this.type = value;
}
/**
* Gets the value of the userType property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getUserType() {
return userType;
}
/**
* Sets the value of the userType property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setUserType(SearchMultiSelectField value) {
this.userType = value;
}
/**
* Gets the value of the versionBroken property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getVersionBroken() {
return versionBroken;
}
/**
* Sets the value of the versionBroken property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setVersionBroken(SearchMultiSelectField value) {
this.versionBroken = value;
}
/**
* Gets the value of the versionFixed property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getVersionFixed() {
return versionFixed;
}
/**
* Sets the value of the versionFixed property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setVersionFixed(SearchMultiSelectField value) {
this.versionFixed = value;
}
/**
* Gets the value of the versionTarget property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getVersionTarget() {
return versionTarget;
}
/**
* Sets the value of the versionTarget property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setVersionTarget(SearchMultiSelectField value) {
this.versionTarget = value;
}
/**
* Gets the value of the customFieldList property.
*
* @return
* possible object is
* {@link SearchCustomFieldList }
*
*/
public SearchCustomFieldList getCustomFieldList() {
return customFieldList;
}
/**
* Sets the value of the customFieldList property.
*
* @param value
* allowed object is
* {@link SearchCustomFieldList }
*
*/
public void setCustomFieldList(SearchCustomFieldList value) {
this.customFieldList = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy