Package pt.cienciavitae.ns.person_info
Class ObjectFactory
- java.lang.Object
-
- pt.cienciavitae.ns.person_info.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.person_info 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.person_info
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateOfBirthCtypecreateDateOfBirthCtype()Create an instance ofDateOfBirthCtypeGenderCtypecreateGenderCtype()Create an instance ofGenderCtypePersonInfocreatePersonInfo()Create an instance ofPersonInfoPhotographyCtypecreatePhotographyCtype()Create an instance ofPhotographyCtype
-
-
-
Method Detail
-
createPersonInfo
public PersonInfo createPersonInfo()
Create an instance ofPersonInfo
-
createDateOfBirthCtype
public DateOfBirthCtype createDateOfBirthCtype()
Create an instance ofDateOfBirthCtype
-
createGenderCtype
public GenderCtype createGenderCtype()
Create an instance ofGenderCtype
-
createPhotographyCtype
public PhotographyCtype createPhotographyCtype()
Create an instance ofPhotographyCtype
-
-