Class ObjectFactory


  • @CodingStyleguideUnaware
    public class ObjectFactory
    extends Object
    This object contains factory methods for each Java content interface and Java element interface generated in the eu.europa.data.europass.model.credentials.w3c_ 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.

    This class was annotated by ph-jaxb22-plugin -Xph-annotate

    • Field Detail

      • _Type_QNAME

        public static final QName _Type_QNAME
      • _ValidFrom_QNAME

        public static final QName _ValidFrom_QNAME
      • _Issued_QNAME

        public static final QName _Issued_QNAME
      • _ValidUntil_QNAME

        public static final QName _ValidUntil_QNAME
      • _Issuer_QNAME

        public static final QName _Issuer_QNAME
      • _CredentialSubject_QNAME

        public static final QName _CredentialSubject_QNAME
      • _Proof_QNAME

        public static final QName _Proof_QNAME
    • Constructor Detail

      • ObjectFactory

        public ObjectFactory()
        Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.europa.data.europass.model.credentials.w3c_
    • Method Detail

      • createIdReferenceType

        @Nonnull
        public IdReferenceType createIdReferenceType()
        Create an instance of IdReferenceType
        Returns:
        The created IdReferenceType object and never null.
      • createType

        @Nonnull
        public javax.xml.bind.JAXBElement<CredentialType> createType​(@Nullable
                                                                     CredentialType value)
        Create an instance of JAXBElement<CredentialType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<CredentialType> The created JAXBElement and never null.
      • createValidFrom

        @Nonnull
        public javax.xml.bind.JAXBElement<OffsetDateTime> createValidFrom​(@Nullable
                                                                          OffsetDateTime value)
        Create an instance of JAXBElement<OffsetDateTime>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<OffsetDateTime> The created JAXBElement and never null.
      • createIssued

        @Nonnull
        public javax.xml.bind.JAXBElement<OffsetDateTime> createIssued​(@Nullable
                                                                       OffsetDateTime value)
        Create an instance of JAXBElement<OffsetDateTime>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<OffsetDateTime> The created JAXBElement and never null.
      • createValidUntil

        @Nonnull
        public javax.xml.bind.JAXBElement<OffsetDateTime> createValidUntil​(@Nullable
                                                                           OffsetDateTime value)
        Create an instance of JAXBElement<OffsetDateTime>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<OffsetDateTime> The created JAXBElement and never null.
      • createIssuer

        @Nonnull
        public javax.xml.bind.JAXBElement<IdReferenceType> createIssuer​(@Nullable
                                                                        IdReferenceType value)
        Create an instance of JAXBElement<IdReferenceType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<IdReferenceType> The created JAXBElement and never null.
      • createProof

        @Nonnull
        public javax.xml.bind.JAXBElement<ProofType> createProof​(@Nullable
                                                                 ProofType value)
        Create an instance of JAXBElement<ProofType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<ProofType> The created JAXBElement and never null.