From c039de71dcc66c101a49c854ea1fd16e07bdb425 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Sun, 30 Sep 2018 16:17:33 +0200 Subject: rebuild eID4U JAXB classes --- .../attributes/xjc/europass/ObjectFactory.java | 335 +++++++++++++++++++++ 1 file changed, 335 insertions(+) create mode 100644 id/server/modules/eID4UExtensions/src/main/java/at/gv/egiz/eid4u/impl/attributes/xjc/europass/ObjectFactory.java (limited to 'id/server/modules/eID4UExtensions/src/main/java/at/gv/egiz/eid4u/impl/attributes/xjc/europass/ObjectFactory.java') diff --git a/id/server/modules/eID4UExtensions/src/main/java/at/gv/egiz/eid4u/impl/attributes/xjc/europass/ObjectFactory.java b/id/server/modules/eID4UExtensions/src/main/java/at/gv/egiz/eid4u/impl/attributes/xjc/europass/ObjectFactory.java new file mode 100644 index 000000000..a62b4492c --- /dev/null +++ b/id/server/modules/eID4UExtensions/src/main/java/at/gv/egiz/eid4u/impl/attributes/xjc/europass/ObjectFactory.java @@ -0,0 +1,335 @@ +// +// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0-b170531.0717 generiert +// Siehe https://jaxb.java.net/ +// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. +// Generiert: 2018.09.30 um 04:14:23 PM CEST +// + + +package at.gv.egiz.eid4u.impl.attributes.xjc.europass; + +import javax.xml.bind.annotation.XmlRegistry; + + +/** + * This object contains factory methods for each + * Java content interface and Java element interface + * generated in the at.gv.egiz.eid4u.impl.attributes.xjc.europass 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. + * + */ +@XmlRegistry +public class ObjectFactory { + + + /** + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.gv.egiz.eid4u.impl.attributes.xjc.europass + * + */ + public ObjectFactory() { + } + + /** + * Create an instance of {@link LinguisticSkillType } + * + */ + public LinguisticSkillType createLinguisticSkillType() { + return new LinguisticSkillType(); + } + + /** + * Create an instance of {@link MetadataListType } + * + */ + public MetadataListType createMetadataListType() { + return new MetadataListType(); + } + + /** + * Create an instance of {@link LabelType } + * + */ + public LabelType createLabelType() { + return new LabelType(); + } + + /** + * Create an instance of {@link PeriodType } + * + */ + public PeriodType createPeriodType() { + return new PeriodType(); + } + + /** + * Create an instance of {@link DateType } + * + */ + public DateType createDateType() { + return new DateType(); + } + + /** + * Create an instance of {@link GenericDocumentationType } + * + */ + public GenericDocumentationType createGenericDocumentationType() { + return new GenericDocumentationType(); + } + + /** + * Create an instance of {@link DocumentationHeadingLabelType } + * + */ + public DocumentationHeadingLabelType createDocumentationHeadingLabelType() { + return new DocumentationHeadingLabelType(); + } + + /** + * Create an instance of {@link IntraDocumentDocumentationType } + * + */ + public IntraDocumentDocumentationType createIntraDocumentDocumentationType() { + return new IntraDocumentDocumentationType(); + } + + /** + * Create an instance of {@link InternalReferenceType } + * + */ + public InternalReferenceType createInternalReferenceType() { + return new InternalReferenceType(); + } + + /** + * Create an instance of {@link ExtraDocumentDocumentationType } + * + */ + public ExtraDocumentDocumentationType createExtraDocumentDocumentationType() { + return new ExtraDocumentDocumentationType(); + } + + /** + * Create an instance of {@link ExternalReferenceType } + * + */ + public ExternalReferenceType createExternalReferenceType() { + return new ExternalReferenceType(); + } + + /** + * Create an instance of {@link InterDocumentDocumentationType } + * + */ + public InterDocumentDocumentationType createInterDocumentDocumentationType() { + return new InterDocumentDocumentationType(); + } + + /** + * Create an instance of {@link EuropassDocumentReferenceType } + * + */ + public EuropassDocumentReferenceType createEuropassDocumentReferenceType() { + return new EuropassDocumentReferenceType(); + } + + /** + * Create an instance of {@link ExperienceType } + * + */ + public ExperienceType createExperienceType() { + return new ExperienceType(); + } + + /** + * Create an instance of {@link AbstractExperienceListType } + * + */ + public AbstractExperienceListType createAbstractExperienceListType() { + return new AbstractExperienceListType(); + } + + /** + * Create an instance of {@link ExperienceListType } + * + */ + public ExperienceListType createExperienceListType() { + return new ExperienceListType(); + } + + /** + * Create an instance of {@link CertificateListType } + * + */ + public CertificateListType createCertificateListType() { + return new CertificateListType(); + } + + /** + * Create an instance of {@link CertificateType } + * + */ + public CertificateType createCertificateType() { + return new CertificateType(); + } + + /** + * Create an instance of {@link GenericSkillType } + * + */ + public GenericSkillType createGenericSkillType() { + return new GenericSkillType(); + } + + /** + * Create an instance of {@link MotherLanguageType } + * + */ + public MotherLanguageType createMotherLanguageType() { + return new MotherLanguageType(); + } + + /** + * Create an instance of {@link ForeignLanguageType } + * + */ + public ForeignLanguageType createForeignLanguageType() { + return new ForeignLanguageType(); + } + + /** + * Create an instance of {@link AttachmentListType } + * + */ + public AttachmentListType createAttachmentListType() { + return new AttachmentListType(); + } + + /** + * Create an instance of {@link AttachmentType } + * + */ + public AttachmentType createAttachmentType() { + return new AttachmentType(); + } + + /** + * Create an instance of {@link FileDataType } + * + */ + public FileDataType createFileDataType() { + return new FileDataType(); + } + + /** + * Create an instance of {@link PhotoDataType } + * + */ + public PhotoDataType createPhotoDataType() { + return new PhotoDataType(); + } + + /** + * Create an instance of {@link SignatureDataType } + * + */ + public SignatureDataType createSignatureDataType() { + return new SignatureDataType(); + } + + /** + * Create an instance of {@link MotherTongueSkillType } + * + */ + public MotherTongueSkillType createMotherTongueSkillType() { + return new MotherTongueSkillType(); + } + + /** + * Create an instance of {@link ForeignLanguageSkillType } + * + */ + public ForeignLanguageSkillType createForeignLanguageSkillType() { + return new ForeignLanguageSkillType(); + } + + /** + * Create an instance of {@link ProficiencyLevelType } + * + */ + public ProficiencyLevelType createProficiencyLevelType() { + return new ProficiencyLevelType(); + } + + /** + * Create an instance of {@link LinguisticCertificateListType } + * + */ + public LinguisticCertificateListType createLinguisticCertificateListType() { + return new LinguisticCertificateListType(); + } + + /** + * Create an instance of {@link LinguisticCertificateType } + * + */ + public LinguisticCertificateType createLinguisticCertificateType() { + return new LinguisticCertificateType(); + } + + /** + * Create an instance of {@link LinguisticExperienceType } + * + */ + public LinguisticExperienceType createLinguisticExperienceType() { + return new LinguisticExperienceType(); + } + + /** + * Create an instance of {@link LinguisticExperienceListType } + * + */ + public LinguisticExperienceListType createLinguisticExperienceListType() { + return new LinguisticExperienceListType(); + } + + /** + * Create an instance of {@link LinguisticExperienceAreaType } + * + */ + public LinguisticExperienceAreaType createLinguisticExperienceAreaType() { + return new LinguisticExperienceAreaType(); + } + + /** + * Create an instance of {@link LinguisticSkillType.MotherTongueList } + * + */ + public LinguisticSkillType.MotherTongueList createLinguisticSkillTypeMotherTongueList() { + return new LinguisticSkillType.MotherTongueList(); + } + + /** + * Create an instance of {@link LinguisticSkillType.ForeignLanguageList } + * + */ + public LinguisticSkillType.ForeignLanguageList createLinguisticSkillTypeForeignLanguageList() { + return new LinguisticSkillType.ForeignLanguageList(); + } + + /** + * Create an instance of {@link MetadataListType.Metadata } + * + */ + public MetadataListType.Metadata createMetadataListTypeMetadata() { + return new MetadataListType.Metadata(); + } + +} -- cgit v1.2.3