Class ObjectFactory
- java.lang.Object
-
- eu.de4a.iem.jaxb.t41.uc1.v2021_02_11.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.de4a.iem.jaxb.t41.uc1.v2021_02_11 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_HigherEducationEvidence_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.de4a.iem.jaxb.t41.uc1.v2021_02_11
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<HigherEducationEvidenceType>createHigherEducationEvidence(HigherEducationEvidenceType value)HigherEducationEvidenceTypecreateHigherEducationEvidenceType()Create an instance ofHigherEducationEvidenceType
-
-
-
Field Detail
-
_HigherEducationEvidence_QNAME
public static final QName _HigherEducationEvidence_QNAME
-
-
Method Detail
-
createHigherEducationEvidenceType
@Nonnull public HigherEducationEvidenceType createHigherEducationEvidenceType()
Create an instance ofHigherEducationEvidenceType- Returns:
- The created HigherEducationEvidenceType object and never
null.
-
createHigherEducationEvidence
@Nonnull public javax.xml.bind.JAXBElement<HigherEducationEvidenceType> createHigherEducationEvidence(@Nullable HigherEducationEvidenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<HigherEducationEvidenceType>The created JAXBElement and nevernull.
-
-