@CodingStyleguideUnaware public class ObjectFactory extends Object
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
| Modifier and Type | Field and Description |
|---|---|
static QName |
_ActedOnBehalfOf_QNAME |
static QName |
_Activity_QNAME |
static QName |
_Agent_QNAME |
static QName |
_AtLocation_QNAME |
static QName |
_Entity_QNAME |
static QName |
_HadActivity_QNAME |
static QName |
_HadPlan_QNAME |
static QName |
_HadRole_QNAME |
static QName |
_QualifiedAssotiation_QNAME |
static QName |
_QualifiedAttribution_QNAME |
static QName |
_QualifiedInfluence_QNAME |
static QName |
_WasGeneratedBy_QNAME |
static QName |
_WasInfluencedBy_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.toop.edm.jaxb.prov
|
public static final QName _ActedOnBehalfOf_QNAME
public static final QName _Activity_QNAME
public static final QName _Agent_QNAME
public static final QName _AtLocation_QNAME
public static final QName _Entity_QNAME
public static final QName _HadActivity_QNAME
public static final QName _HadPlan_QNAME
public static final QName _HadRole_QNAME
public static final QName _QualifiedAttribution_QNAME
public static final QName _QualifiedAssotiation_QNAME
public static final QName _QualifiedInfluence_QNAME
public static final QName _WasInfluencedBy_QNAME
public static final QName _WasGeneratedBy_QNAME
public ObjectFactory()
@Nonnull public AgentType createAgentType()
AgentTypenull.@Nonnull public ActivityType createActivityType()
ActivityTypenull.@Nonnull public AttributionType createAttributionType()
AttributionTypenull.@Nonnull public AssotiationType createAssotiationType()
AssotiationTypenull.@Nonnull public InfluenceType createInfluenceType()
InfluenceTypenull.@Nonnull public JAXBElement<AgentType> createActedOnBehalfOf(@Nullable AgentType value)
value - Java instance representing xml element's value.JAXBElement<AgentType> The created JAXBElement and never null.@Nonnull public JAXBElement<ActivityType> createActivity(@Nullable ActivityType value)
value - Java instance representing xml element's value.JAXBElement<ActivityType> The created JAXBElement and never null.@Nonnull public JAXBElement<AgentType> createAgent(@Nullable AgentType value)
value - Java instance representing xml element's value.JAXBElement<AgentType> The created JAXBElement and never null.@Nonnull public JAXBElement<Object> createAtLocation(@Nullable Object value)
value - Java instance representing xml element's value.JAXBElement<Object> The created JAXBElement and never null.@Nonnull public JAXBElement<Object> createEntity(@Nullable Object value)
value - Java instance representing xml element's value.JAXBElement<Object> The created JAXBElement and never null.@Nonnull public JAXBElement<ActivityType> createHadActivity(@Nullable ActivityType value)
value - Java instance representing xml element's value.JAXBElement<ActivityType> The created JAXBElement and never null.@Nonnull public JAXBElement<Object> createHadPlan(@Nullable Object value)
value - Java instance representing xml element's value.JAXBElement<Object> The created JAXBElement and never null.@Nonnull public JAXBElement<Object> createHadRole(@Nullable Object value)
value - Java instance representing xml element's value.JAXBElement<Object> The created JAXBElement and never null.@Nonnull public JAXBElement<AttributionType> createQualifiedAttribution(@Nullable AttributionType value)
value - Java instance representing xml element's value.JAXBElement<AttributionType> The created JAXBElement and never null.@Nonnull public JAXBElement<AssotiationType> createQualifiedAssotiation(@Nullable AssotiationType value)
value - Java instance representing xml element's value.JAXBElement<AssotiationType> The created JAXBElement and never null.@Nonnull public JAXBElement<InfluenceType> createQualifiedInfluence(@Nullable InfluenceType value)
value - Java instance representing xml element's value.JAXBElement<InfluenceType> The created JAXBElement and never null.@Nonnull public JAXBElement<AgentType> createWasInfluencedBy(@Nullable AgentType value)
value - Java instance representing xml element's value.JAXBElement<AgentType> The created JAXBElement and never null.@Nonnull public JAXBElement<ActivityType> createWasGeneratedBy(@Nullable ActivityType value)
value - Java instance representing xml element's value.JAXBElement<ActivityType> The created JAXBElement and never null.Copyright © 2020–2021 toop.eu. All rights reserved.