public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.support_2010_2.ObjectFactory

Class Overview

This object contains factory methods for each Java content interface and Java element interface generated in the com.netsuite.webservices.lists.support_2010_2 package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.

Summary

Fields
private static final QName _IssueSearch_QNAME
private static final QName _Issue_QNAME
private static final QName _SolutionSearch_QNAME
private static final QName _Solution_QNAME
private static final QName _SupportCaseIssue_QNAME
private static final QName _SupportCaseOrigin_QNAME
private static final QName _SupportCasePriority_QNAME
private static final QName _SupportCaseSearch_QNAME
private static final QName _SupportCaseStatus_QNAME
private static final QName _SupportCaseType_QNAME
private static final QName _SupportCase_QNAME
private static final QName _TopicSearch_QNAME
private static final QName _Topic_QNAME
Public Constructors
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.netsuite.webservices.lists.support_2010_2
Public Methods
EmailEmployeesList createEmailEmployeesList()
Create an instance of EmailEmployeesList
JAXBElement<Issue> createIssue(Issue value)
Create an instance of JAXBElement<Issue>}
Issue createIssue()
Create an instance of Issue
JAXBElement<IssueSearch> createIssueSearch(IssueSearch value)
Create an instance of JAXBElement<IssueSearch>}
IssueSearch createIssueSearch()
Create an instance of IssueSearch
IssueSearchAdvanced createIssueSearchAdvanced()
Create an instance of IssueSearchAdvanced
IssueSearchRow createIssueSearchRow()
Create an instance of IssueSearchRow
IssueVersion createIssueVersion()
Create an instance of IssueVersion
IssueVersionList createIssueVersionList()
Create an instance of IssueVersionList
JAXBElement<Solution> createSolution(Solution value)
Create an instance of JAXBElement<Solution>}
Solution createSolution()
Create an instance of Solution
SolutionSearch createSolutionSearch()
Create an instance of SolutionSearch
JAXBElement<SolutionSearch> createSolutionSearch(SolutionSearch value)
Create an instance of JAXBElement<SolutionSearch>}
SolutionSearchAdvanced createSolutionSearchAdvanced()
Create an instance of SolutionSearchAdvanced
SolutionSearchRow createSolutionSearchRow()
Create an instance of SolutionSearchRow
SolutionTopics createSolutionTopics()
Create an instance of SolutionTopics
SolutionTopicsList createSolutionTopicsList()
Create an instance of SolutionTopicsList
Solutions createSolutions()
Create an instance of Solutions
SolutionsList createSolutionsList()
Create an instance of SolutionsList
JAXBElement<SupportCase> createSupportCase(SupportCase value)
Create an instance of JAXBElement<SupportCase>}
SupportCase createSupportCase()
Create an instance of SupportCase
SupportCaseEscalateTo createSupportCaseEscalateTo()
Create an instance of SupportCaseEscalateTo
SupportCaseEscalateToList createSupportCaseEscalateToList()
Create an instance of SupportCaseEscalateToList
SupportCaseIssue createSupportCaseIssue()
Create an instance of SupportCaseIssue
JAXBElement<SupportCaseIssue> createSupportCaseIssue(SupportCaseIssue value)
Create an instance of JAXBElement<SupportCaseIssue>}
SupportCaseOrigin createSupportCaseOrigin()
Create an instance of SupportCaseOrigin
JAXBElement<SupportCaseOrigin> createSupportCaseOrigin(SupportCaseOrigin value)
Create an instance of JAXBElement<SupportCaseOrigin>}
SupportCasePriority createSupportCasePriority()
Create an instance of SupportCasePriority
JAXBElement<SupportCasePriority> createSupportCasePriority(SupportCasePriority value)
Create an instance of JAXBElement<SupportCasePriority>}
SupportCaseSearch createSupportCaseSearch()
Create an instance of SupportCaseSearch
JAXBElement<SupportCaseSearch> createSupportCaseSearch(SupportCaseSearch value)
Create an instance of JAXBElement<SupportCaseSearch>}
SupportCaseSearchAdvanced createSupportCaseSearchAdvanced()
Create an instance of SupportCaseSearchAdvanced
SupportCaseSearchRow createSupportCaseSearchRow()
Create an instance of SupportCaseSearchRow
SupportCaseSolutions createSupportCaseSolutions()
Create an instance of SupportCaseSolutions
SupportCaseSolutionsList createSupportCaseSolutionsList()
Create an instance of SupportCaseSolutionsList
SupportCaseStatus createSupportCaseStatus()
Create an instance of SupportCaseStatus
JAXBElement<SupportCaseStatus> createSupportCaseStatus(SupportCaseStatus value)
Create an instance of JAXBElement<SupportCaseStatus>}
JAXBElement<SupportCaseType> createSupportCaseType(SupportCaseType value)
Create an instance of JAXBElement<SupportCaseType>}
SupportCaseType createSupportCaseType()
Create an instance of SupportCaseType
JAXBElement<Topic> createTopic(Topic value)
Create an instance of JAXBElement<Topic>}
Topic createTopic()
Create an instance of Topic
JAXBElement<TopicSearch> createTopicSearch(TopicSearch value)
Create an instance of JAXBElement<TopicSearch>}
TopicSearch createTopicSearch()
Create an instance of TopicSearch
TopicSearchAdvanced createTopicSearchAdvanced()
Create an instance of TopicSearchAdvanced
TopicSearchRow createTopicSearchRow()
Create an instance of TopicSearchRow
TopicSolution createTopicSolution()
Create an instance of TopicSolution
TopicSolutionList createTopicSolutionList()
Create an instance of TopicSolutionList
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final QName _IssueSearch_QNAME

private static final QName _Issue_QNAME

private static final QName _SolutionSearch_QNAME

private static final QName _Solution_QNAME

private static final QName _SupportCaseIssue_QNAME

private static final QName _SupportCaseOrigin_QNAME

private static final QName _SupportCasePriority_QNAME

private static final QName _SupportCaseSearch_QNAME

private static final QName _SupportCaseStatus_QNAME

private static final QName _SupportCaseType_QNAME

private static final QName _SupportCase_QNAME

private static final QName _TopicSearch_QNAME

private static final QName _Topic_QNAME

Public Constructors

public ObjectFactory ()

Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.netsuite.webservices.lists.support_2010_2

Public Methods

public EmailEmployeesList createEmailEmployeesList ()

Create an instance of EmailEmployeesList

public JAXBElement<Issue> createIssue (Issue value)

Create an instance of JAXBElement<Issue>}

Parameters
value

public Issue createIssue ()

Create an instance of Issue

public JAXBElement<IssueSearch> createIssueSearch (IssueSearch value)

Create an instance of JAXBElement<IssueSearch>}

Parameters
value

public IssueSearch createIssueSearch ()

Create an instance of IssueSearch

public IssueSearchAdvanced createIssueSearchAdvanced ()

Create an instance of IssueSearchAdvanced

public IssueSearchRow createIssueSearchRow ()

Create an instance of IssueSearchRow

public IssueVersion createIssueVersion ()

Create an instance of IssueVersion

public IssueVersionList createIssueVersionList ()

Create an instance of IssueVersionList

public JAXBElement<Solution> createSolution (Solution value)

Create an instance of JAXBElement<Solution>}

Parameters
value

public Solution createSolution ()

Create an instance of Solution

public SolutionSearch createSolutionSearch ()

Create an instance of SolutionSearch

public JAXBElement<SolutionSearch> createSolutionSearch (SolutionSearch value)

Create an instance of JAXBElement<SolutionSearch>}

Parameters
value

public SolutionSearchAdvanced createSolutionSearchAdvanced ()

Create an instance of SolutionSearchAdvanced

public SolutionSearchRow createSolutionSearchRow ()

Create an instance of SolutionSearchRow

public SolutionTopics createSolutionTopics ()

Create an instance of SolutionTopics

public SolutionTopicsList createSolutionTopicsList ()

Create an instance of SolutionTopicsList

public Solutions createSolutions ()

Create an instance of Solutions

public SolutionsList createSolutionsList ()

Create an instance of SolutionsList

public JAXBElement<SupportCase> createSupportCase (SupportCase value)

Create an instance of JAXBElement<SupportCase>}

Parameters
value

public SupportCase createSupportCase ()

Create an instance of SupportCase

public SupportCaseEscalateTo createSupportCaseEscalateTo ()

Create an instance of SupportCaseEscalateTo

public SupportCaseEscalateToList createSupportCaseEscalateToList ()

Create an instance of SupportCaseEscalateToList

public SupportCaseIssue createSupportCaseIssue ()

Create an instance of SupportCaseIssue

public JAXBElement<SupportCaseIssue> createSupportCaseIssue (SupportCaseIssue value)

Create an instance of JAXBElement<SupportCaseIssue>}

Parameters
value

public SupportCaseOrigin createSupportCaseOrigin ()

Create an instance of SupportCaseOrigin

public JAXBElement<SupportCaseOrigin> createSupportCaseOrigin (SupportCaseOrigin value)

Create an instance of JAXBElement<SupportCaseOrigin>}

Parameters
value

public SupportCasePriority createSupportCasePriority ()

Create an instance of SupportCasePriority

public JAXBElement<SupportCasePriority> createSupportCasePriority (SupportCasePriority value)

Create an instance of JAXBElement<SupportCasePriority>}

Parameters
value

public SupportCaseSearch createSupportCaseSearch ()

Create an instance of SupportCaseSearch

public JAXBElement<SupportCaseSearch> createSupportCaseSearch (SupportCaseSearch value)

Create an instance of JAXBElement<SupportCaseSearch>}

Parameters
value

public SupportCaseSearchAdvanced createSupportCaseSearchAdvanced ()

Create an instance of SupportCaseSearchAdvanced

public SupportCaseSearchRow createSupportCaseSearchRow ()

Create an instance of SupportCaseSearchRow

public SupportCaseSolutions createSupportCaseSolutions ()

Create an instance of SupportCaseSolutions

public SupportCaseSolutionsList createSupportCaseSolutionsList ()

Create an instance of SupportCaseSolutionsList

public SupportCaseStatus createSupportCaseStatus ()

Create an instance of SupportCaseStatus

public JAXBElement<SupportCaseStatus> createSupportCaseStatus (SupportCaseStatus value)

Create an instance of JAXBElement<SupportCaseStatus>}

Parameters
value

public JAXBElement<SupportCaseType> createSupportCaseType (SupportCaseType value)

Create an instance of JAXBElement<SupportCaseType>}

Parameters
value

public SupportCaseType createSupportCaseType ()

Create an instance of SupportCaseType

public JAXBElement<Topic> createTopic (Topic value)

Create an instance of JAXBElement<Topic>}

Parameters
value

public Topic createTopic ()

Create an instance of Topic

public JAXBElement<TopicSearch> createTopicSearch (TopicSearch value)

Create an instance of JAXBElement<TopicSearch>}

Parameters
value

public TopicSearch createTopicSearch ()

Create an instance of TopicSearch

public TopicSearchAdvanced createTopicSearchAdvanced ()

Create an instance of TopicSearchAdvanced

public TopicSearchRow createTopicSearchRow ()

Create an instance of TopicSearchRow

public TopicSolution createTopicSolution ()

Create an instance of TopicSolution

public TopicSolutionList createTopicSolutionList ()

Create an instance of TopicSolutionList