
tsg.ns.wsdl.coop.PartnerSearchRow Maven / Gradle / Ivy
package tsg.ns.wsdl.coop;
import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for PartnerSearchRow complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="PartnerSearchRow">
* <complexContent>
* <extension base="{urn:core_2023_1.platform.webservices.netsuite.com}SearchRow">
* <sequence>
* <element name="basic" type="{urn:common_2023_1.platform.webservices.netsuite.com}PartnerSearchRowBasic" minOccurs="0"/>
* <element name="campaignResponseJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}CampaignSearchRowBasic" minOccurs="0"/>
* <element name="contactJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}ContactSearchRowBasic" minOccurs="0"/>
* <element name="contactPrimaryJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}ContactSearchRowBasic" minOccurs="0"/>
* <element name="customerJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}CustomerSearchRowBasic" minOccurs="0"/>
* <element name="fileJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}FileSearchRowBasic" minOccurs="0"/>
* <element name="messagesJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}MessageSearchRowBasic" minOccurs="0"/>
* <element name="messagesFromJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}MessageSearchRowBasic" minOccurs="0"/>
* <element name="messagesToJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}MessageSearchRowBasic" minOccurs="0"/>
* <element name="opportunityJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}OpportunitySearchRowBasic" minOccurs="0"/>
* <element name="taxRegistrationJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}EntityTaxRegistrationSearchRowBasic" minOccurs="0"/>
* <element name="transactionJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}TransactionSearchRowBasic" minOccurs="0"/>
* <element name="userJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}EmployeeSearchRowBasic" minOccurs="0"/>
* <element name="userNotesJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}NoteSearchRowBasic" minOccurs="0"/>
* <element name="customSearchJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}CustomSearchRowBasic" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "PartnerSearchRow", namespace = "urn:relationships_2023_1.lists.webservices.netsuite.com", propOrder = {
"basic",
"campaignResponseJoin",
"contactJoin",
"contactPrimaryJoin",
"customerJoin",
"fileJoin",
"messagesJoin",
"messagesFromJoin",
"messagesToJoin",
"opportunityJoin",
"taxRegistrationJoin",
"transactionJoin",
"userJoin",
"userNotesJoin",
"customSearchJoin"
})
public class PartnerSearchRow
extends SearchRow
{
protected PartnerSearchRowBasic basic;
protected CampaignSearchRowBasic campaignResponseJoin;
protected ContactSearchRowBasic contactJoin;
protected ContactSearchRowBasic contactPrimaryJoin;
protected CustomerSearchRowBasic customerJoin;
protected FileSearchRowBasic fileJoin;
protected MessageSearchRowBasic messagesJoin;
protected MessageSearchRowBasic messagesFromJoin;
protected MessageSearchRowBasic messagesToJoin;
protected OpportunitySearchRowBasic opportunityJoin;
protected EntityTaxRegistrationSearchRowBasic taxRegistrationJoin;
protected TransactionSearchRowBasic transactionJoin;
protected EmployeeSearchRowBasic userJoin;
protected NoteSearchRowBasic userNotesJoin;
protected List customSearchJoin;
/**
* Gets the value of the basic property.
*
* @return
* possible object is
* {@link PartnerSearchRowBasic }
*
*/
public PartnerSearchRowBasic getBasic() {
return basic;
}
/**
* Sets the value of the basic property.
*
* @param value
* allowed object is
* {@link PartnerSearchRowBasic }
*
*/
public void setBasic(PartnerSearchRowBasic value) {
this.basic = value;
}
/**
* Gets the value of the campaignResponseJoin property.
*
* @return
* possible object is
* {@link CampaignSearchRowBasic }
*
*/
public CampaignSearchRowBasic getCampaignResponseJoin() {
return campaignResponseJoin;
}
/**
* Sets the value of the campaignResponseJoin property.
*
* @param value
* allowed object is
* {@link CampaignSearchRowBasic }
*
*/
public void setCampaignResponseJoin(CampaignSearchRowBasic value) {
this.campaignResponseJoin = value;
}
/**
* Gets the value of the contactJoin property.
*
* @return
* possible object is
* {@link ContactSearchRowBasic }
*
*/
public ContactSearchRowBasic getContactJoin() {
return contactJoin;
}
/**
* Sets the value of the contactJoin property.
*
* @param value
* allowed object is
* {@link ContactSearchRowBasic }
*
*/
public void setContactJoin(ContactSearchRowBasic value) {
this.contactJoin = value;
}
/**
* Gets the value of the contactPrimaryJoin property.
*
* @return
* possible object is
* {@link ContactSearchRowBasic }
*
*/
public ContactSearchRowBasic getContactPrimaryJoin() {
return contactPrimaryJoin;
}
/**
* Sets the value of the contactPrimaryJoin property.
*
* @param value
* allowed object is
* {@link ContactSearchRowBasic }
*
*/
public void setContactPrimaryJoin(ContactSearchRowBasic value) {
this.contactPrimaryJoin = value;
}
/**
* Gets the value of the customerJoin property.
*
* @return
* possible object is
* {@link CustomerSearchRowBasic }
*
*/
public CustomerSearchRowBasic getCustomerJoin() {
return customerJoin;
}
/**
* Sets the value of the customerJoin property.
*
* @param value
* allowed object is
* {@link CustomerSearchRowBasic }
*
*/
public void setCustomerJoin(CustomerSearchRowBasic value) {
this.customerJoin = value;
}
/**
* Gets the value of the fileJoin property.
*
* @return
* possible object is
* {@link FileSearchRowBasic }
*
*/
public FileSearchRowBasic getFileJoin() {
return fileJoin;
}
/**
* Sets the value of the fileJoin property.
*
* @param value
* allowed object is
* {@link FileSearchRowBasic }
*
*/
public void setFileJoin(FileSearchRowBasic value) {
this.fileJoin = value;
}
/**
* Gets the value of the messagesJoin property.
*
* @return
* possible object is
* {@link MessageSearchRowBasic }
*
*/
public MessageSearchRowBasic getMessagesJoin() {
return messagesJoin;
}
/**
* Sets the value of the messagesJoin property.
*
* @param value
* allowed object is
* {@link MessageSearchRowBasic }
*
*/
public void setMessagesJoin(MessageSearchRowBasic value) {
this.messagesJoin = value;
}
/**
* Gets the value of the messagesFromJoin property.
*
* @return
* possible object is
* {@link MessageSearchRowBasic }
*
*/
public MessageSearchRowBasic getMessagesFromJoin() {
return messagesFromJoin;
}
/**
* Sets the value of the messagesFromJoin property.
*
* @param value
* allowed object is
* {@link MessageSearchRowBasic }
*
*/
public void setMessagesFromJoin(MessageSearchRowBasic value) {
this.messagesFromJoin = value;
}
/**
* Gets the value of the messagesToJoin property.
*
* @return
* possible object is
* {@link MessageSearchRowBasic }
*
*/
public MessageSearchRowBasic getMessagesToJoin() {
return messagesToJoin;
}
/**
* Sets the value of the messagesToJoin property.
*
* @param value
* allowed object is
* {@link MessageSearchRowBasic }
*
*/
public void setMessagesToJoin(MessageSearchRowBasic value) {
this.messagesToJoin = value;
}
/**
* Gets the value of the opportunityJoin property.
*
* @return
* possible object is
* {@link OpportunitySearchRowBasic }
*
*/
public OpportunitySearchRowBasic getOpportunityJoin() {
return opportunityJoin;
}
/**
* Sets the value of the opportunityJoin property.
*
* @param value
* allowed object is
* {@link OpportunitySearchRowBasic }
*
*/
public void setOpportunityJoin(OpportunitySearchRowBasic value) {
this.opportunityJoin = value;
}
/**
* Gets the value of the taxRegistrationJoin property.
*
* @return
* possible object is
* {@link EntityTaxRegistrationSearchRowBasic }
*
*/
public EntityTaxRegistrationSearchRowBasic getTaxRegistrationJoin() {
return taxRegistrationJoin;
}
/**
* Sets the value of the taxRegistrationJoin property.
*
* @param value
* allowed object is
* {@link EntityTaxRegistrationSearchRowBasic }
*
*/
public void setTaxRegistrationJoin(EntityTaxRegistrationSearchRowBasic value) {
this.taxRegistrationJoin = value;
}
/**
* Gets the value of the transactionJoin property.
*
* @return
* possible object is
* {@link TransactionSearchRowBasic }
*
*/
public TransactionSearchRowBasic getTransactionJoin() {
return transactionJoin;
}
/**
* Sets the value of the transactionJoin property.
*
* @param value
* allowed object is
* {@link TransactionSearchRowBasic }
*
*/
public void setTransactionJoin(TransactionSearchRowBasic value) {
this.transactionJoin = value;
}
/**
* Gets the value of the userJoin property.
*
* @return
* possible object is
* {@link EmployeeSearchRowBasic }
*
*/
public EmployeeSearchRowBasic getUserJoin() {
return userJoin;
}
/**
* Sets the value of the userJoin property.
*
* @param value
* allowed object is
* {@link EmployeeSearchRowBasic }
*
*/
public void setUserJoin(EmployeeSearchRowBasic value) {
this.userJoin = value;
}
/**
* Gets the value of the userNotesJoin property.
*
* @return
* possible object is
* {@link NoteSearchRowBasic }
*
*/
public NoteSearchRowBasic getUserNotesJoin() {
return userNotesJoin;
}
/**
* Sets the value of the userNotesJoin property.
*
* @param value
* allowed object is
* {@link NoteSearchRowBasic }
*
*/
public void setUserNotesJoin(NoteSearchRowBasic value) {
this.userNotesJoin = value;
}
/**
* Gets the value of the customSearchJoin property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the customSearchJoin property.
*
*
* For example, to add a new item, do as follows:
*
* getCustomSearchJoin().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link CustomSearchRowBasic }
*
*
*/
public List getCustomSearchJoin() {
if (customSearchJoin == null) {
customSearchJoin = new ArrayList();
}
return this.customSearchJoin;
}
}