Package pt.cienciavitae.ns.common
Class ObjectFactory
- java.lang.Object
-
- pt.cienciavitae.ns.common.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.common 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.common
-
Method Summary
-
-
-
Method Detail
-
createPrivacyLevelCtype
public PrivacyLevelCtype createPrivacyLevelCtype()
Create an instance ofPrivacyLevelCtype
-
createResearchClassificationsCtype
public ResearchClassificationsCtype createResearchClassificationsCtype()
Create an instance ofResearchClassificationsCtype
-
createResearchClassificationCtype
public ResearchClassificationCtype createResearchClassificationCtype()
Create an instance ofResearchClassificationCtype
-
createKeywordsCtype
public KeywordsCtype createKeywordsCtype()
Create an instance ofKeywordsCtype
-
createInstitutionsCtype
public InstitutionsCtype createInstitutionsCtype()
Create an instance ofInstitutionsCtype
-
createInstitutionCtype
public InstitutionCtype createInstitutionCtype()
Create an instance ofInstitutionCtype
-
createContainerCtype
public ContainerCtype createContainerCtype()
Create an instance ofContainerCtype
-
createContainerLastdateCtype
public ContainerLastdateCtype createContainerLastdateCtype()
Create an instance ofContainerLastdateCtype
-
createVersionContainerCtype
public VersionContainerCtype createVersionContainerCtype()
Create an instance ofVersionContainerCtype
-
createRecordCtype
public RecordCtype createRecordCtype()
Create an instance ofRecordCtype
-
createExtendedRecordCtype
public ExtendedRecordCtype createExtendedRecordCtype()
Create an instance ofExtendedRecordCtype
-
createContactTypeCtype
public ContactTypeCtype createContactTypeCtype()
Create an instance ofContactTypeCtype
-
createAuthorsCtype
public AuthorsCtype createAuthorsCtype()
Create an instance ofAuthorsCtype
-
createAuthorCtype
public AuthorCtype createAuthorCtype()
Create an instance ofAuthorCtype
-
createSupervisorsCtype
public SupervisorsCtype createSupervisorsCtype()
Create an instance ofSupervisorsCtype
-
createSupervisorCtype
public SupervisorCtype createSupervisorCtype()
Create an instance ofSupervisorCtype
-
createSupervisorRoleCtype
public SupervisorRoleCtype createSupervisorRoleCtype()
Create an instance ofSupervisorRoleCtype
-
createInstitutionIdentifiersCtype
public InstitutionIdentifiersCtype createInstitutionIdentifiersCtype()
Create an instance ofInstitutionIdentifiersCtype
-
createInstitutionAddressCtype
public InstitutionAddressCtype createInstitutionAddressCtype()
Create an instance ofInstitutionAddressCtype
-
createInstitutionSectorCtype
public InstitutionSectorCtype createInstitutionSectorCtype()
Create an instance ofInstitutionSectorCtype
-
createInstitutionIdentifierCtype
public InstitutionIdentifierCtype createInstitutionIdentifierCtype()
Create an instance ofInstitutionIdentifierCtype
-
createIso3166CountryCtype
public Iso3166CountryCtype createIso3166CountryCtype()
Create an instance ofIso3166CountryCtype
-
createIso4217CurrencyCtype
public Iso4217CurrencyCtype createIso4217CurrencyCtype()
Create an instance ofIso4217CurrencyCtype
-
createIdentifierRelationshipTypeCtype
public IdentifierRelationshipTypeCtype createIdentifierRelationshipTypeCtype()
Create an instance ofIdentifierRelationshipTypeCtype
-
createResearchClassifications
public JAXBElement<ResearchClassificationsCtype> createResearchClassifications(ResearchClassificationsCtype value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ResearchClassificationsCtype>
-
createResearchClassification
public JAXBElement<ResearchClassificationCtype> createResearchClassification(ResearchClassificationCtype value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ResearchClassificationCtype>
-
createKeywords
public JAXBElement<KeywordsCtype> createKeywords(KeywordsCtype value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeywordsCtype>
-
createKeyword
public JAXBElement<String> createKeyword(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createInstitutions
public JAXBElement<InstitutionsCtype> createInstitutions(InstitutionsCtype value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<InstitutionsCtype>
-
createInstitution
public JAXBElement<InstitutionCtype> createInstitution(InstitutionCtype value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<InstitutionCtype>
-
createFundingInstitutions
public JAXBElement<InstitutionsCtype> createFundingInstitutions(InstitutionsCtype value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<InstitutionsCtype>
-
createFundingInstitution
public JAXBElement<InstitutionCtype> createFundingInstitution(InstitutionCtype value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<InstitutionCtype>
-
-