Package pt.cienciavitae.ns.groups
Class ObjectFactory
- java.lang.Object
-
- pt.cienciavitae.ns.groups.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the pt.cienciavitae.ns.groups 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: pt.cienciavitae.ns.groups
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmploymentServiceCtypecreateEmploymentServiceCtype()Create an instance ofEmploymentServiceCtypeEmploymentServiceCtype.EmploymentcreateEmploymentServiceCtypeEmployment()Create an instance ofEmploymentServiceCtype.EmploymentEmploymentServiceCtype.ServicecreateEmploymentServiceCtypeService()Create an instance ofEmploymentServiceCtype.ServiceEmploymentsServicesCtypecreateEmploymentsServicesCtype()Create an instance ofEmploymentsServicesCtypeFundingOutputCtypecreateFundingOutputCtype()Create an instance ofFundingOutputCtypeFundingOutputCtype.FundingcreateFundingOutputCtypeFunding()Create an instance ofFundingOutputCtype.FundingFundingOutputCtype.OutputcreateFundingOutputCtypeOutput()Create an instance ofFundingOutputCtype.OutputFundingsOutputsCtypecreateFundingsOutputsCtype()Create an instance ofFundingsOutputsCtypeGroupscreateGroups()Create an instance ofGroups
-
-
-
Method Detail
-
createEmploymentServiceCtype
public EmploymentServiceCtype createEmploymentServiceCtype()
Create an instance ofEmploymentServiceCtype
-
createFundingOutputCtype
public FundingOutputCtype createFundingOutputCtype()
Create an instance ofFundingOutputCtype
-
createFundingsOutputsCtype
public FundingsOutputsCtype createFundingsOutputsCtype()
Create an instance ofFundingsOutputsCtype
-
createEmploymentsServicesCtype
public EmploymentsServicesCtype createEmploymentsServicesCtype()
Create an instance ofEmploymentsServicesCtype
-
createEmploymentServiceCtypeEmployment
public EmploymentServiceCtype.Employment createEmploymentServiceCtypeEmployment()
Create an instance ofEmploymentServiceCtype.Employment
-
createEmploymentServiceCtypeService
public EmploymentServiceCtype.Service createEmploymentServiceCtypeService()
Create an instance ofEmploymentServiceCtype.Service
-
createFundingOutputCtypeFunding
public FundingOutputCtype.Funding createFundingOutputCtypeFunding()
Create an instance ofFundingOutputCtype.Funding
-
createFundingOutputCtypeOutput
public FundingOutputCtype.Output createFundingOutputCtypeOutput()
Create an instance ofFundingOutputCtype.Output
-
-