Class ObjectFactory
- java.lang.Object
-
- eu.europa.data.europass.model.credentials.w3c_.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 Summary
Fields Modifier and Type Field Description static QName_CredentialSubject_QNAMEstatic QName_Issued_QNAMEstatic QName_Issuer_QNAMEstatic QName_Proof_QNAMEstatic QName_Type_QNAMEstatic QName_ValidFrom_QNAMEstatic QName_ValidUntil_QNAME
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<CredentialSubjectType>createCredentialSubject(CredentialSubjectType value)IdReferenceTypecreateIdReferenceType()Create an instance ofIdReferenceTypejavax.xml.bind.JAXBElement<OffsetDateTime>createIssued(OffsetDateTime value)javax.xml.bind.JAXBElement<IdReferenceType>createIssuer(IdReferenceType value)javax.xml.bind.JAXBElement<ProofType>createProof(ProofType value)javax.xml.bind.JAXBElement<CredentialType>createType(CredentialType value)javax.xml.bind.JAXBElement<OffsetDateTime>createValidFrom(OffsetDateTime value)javax.xml.bind.JAXBElement<OffsetDateTime>createValidUntil(OffsetDateTime value)
-
-
-
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
-
-
Method Detail
-
createIdReferenceType
@Nonnull public IdReferenceType createIdReferenceType()
Create an instance ofIdReferenceType- Returns:
- The created IdReferenceType object and never
null.
-
createType
@Nonnull public javax.xml.bind.JAXBElement<CredentialType> createType(@Nullable CredentialType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CredentialType>The created JAXBElement and nevernull.
-
createValidFrom
@Nonnull public javax.xml.bind.JAXBElement<OffsetDateTime> createValidFrom(@Nullable OffsetDateTime value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OffsetDateTime>The created JAXBElement and nevernull.
-
createIssued
@Nonnull public javax.xml.bind.JAXBElement<OffsetDateTime> createIssued(@Nullable OffsetDateTime value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OffsetDateTime>The created JAXBElement and nevernull.
-
createValidUntil
@Nonnull public javax.xml.bind.JAXBElement<OffsetDateTime> createValidUntil(@Nullable OffsetDateTime value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OffsetDateTime>The created JAXBElement and nevernull.
-
createIssuer
@Nonnull public javax.xml.bind.JAXBElement<IdReferenceType> createIssuer(@Nullable IdReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<IdReferenceType>The created JAXBElement and nevernull.
-
createCredentialSubject
@Nonnull public javax.xml.bind.JAXBElement<CredentialSubjectType> createCredentialSubject(@Nullable CredentialSubjectType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CredentialSubjectType>The created JAXBElement and nevernull.
-
-