Class ObjectFactory
- java.lang.Object
-
- net.florianschoppmann.issuetracking.youtrack.restold.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the net.florianschoppmann.issuetracking.youtrack.restold 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.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.florianschoppmann.issuetracking.youtrack.restold
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportReportcreateImportReport()Create an instance ofImportReportImportReport.ItemcreateImportReportItem()Create an instance ofImportReport.ItemImportReport.Item.ErrorcreateImportReportItemError()Create an instance ofImportReport.Item.ErrorIssuescreateIssues()Create an instance ofIssuesIssues.IssuecreateIssuesIssue()Create an instance ofIssues.IssueIssues.Issue.CommentcreateIssuesIssueComment()Create an instance ofIssues.Issue.CommentIssues.Issue.FieldcreateIssuesIssueField()Create an instance ofIssues.Issue.FieldListcreateList()Create an instance ofListList.LinkcreateListLink()Create an instance ofList.Link
-
-
-
Method Detail
-
createImportReport
public ImportReport createImportReport()
Create an instance ofImportReport
-
createIssuesIssue
public Issues.Issue createIssuesIssue()
Create an instance ofIssues.Issue
-
createImportReportItem
public ImportReport.Item createImportReportItem()
Create an instance ofImportReport.Item
-
createIssuesIssueField
public Issues.Issue.Field createIssuesIssueField()
Create an instance ofIssues.Issue.Field
-
createIssuesIssueComment
public Issues.Issue.Comment createIssuesIssueComment()
Create an instance ofIssues.Issue.Comment
-
createImportReportItemError
public ImportReport.Item.Error createImportReportItemError()
Create an instance ofImportReport.Item.Error
-
-