@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
| 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.w3.cv.ac
|
public static final QName _Agent_QNAME
public static final QName _AgentPlaysRoleCorePublicService_QNAME
public static final QName _AgentProvidesCorePublicService_QNAME
public static final QName _AgentUsesCorePublicService_QNAME
public static final QName _Channel_QNAME
public static final QName _CoreAddress_QNAME
public static final QName _CoreBusiness_QNAME
public static final QName _CoreLocation_QNAME
public static final QName _CorePerson_QNAME
public static final QName _CorePublicService_QNAME
public static final QName _CreatorAgent_QNAME
public static final QName _FormalFramework_QNAME
public static final QName _Geometry_QNAME
public static final QName _ImplementsFormalFramework_QNAME
public static final QName _Input_QNAME
public static final QName _Jurisdiction_QNAME
public static final QName _LegalEntityCoreAddress_QNAME
public static final QName _LegalEntityCoreLocation_QNAME
public static final QName _LocationCoreAddress_QNAME
public static final QName _LocationGeometry_QNAME
public static final QName _Output_QNAME
public static final QName _PeriodOfTime_QNAME
public static final QName _PersonCitizenshipJurisdiction_QNAME
public static final QName _PersonCoreAddress_QNAME
public static final QName _PersonCountryOfBirthCoreLocation_QNAME
public static final QName _PersonCountryOfDeathCoreLocation_QNAME
public static final QName _PersonPlaceOfBirthCoreLocation_QNAME
public static final QName _PersonPlaceOfDeathCoreLocation_QNAME
public static final QName _PersonResidencyJurisdiction_QNAME
public static final QName _PublicServiceChannel_QNAME
public static final QName _PublicServiceFollowsRule_QNAME
public static final QName _PublicServiceInput_QNAME
public static final QName _PublicServicePhysicallyAvailableAtCoreLocation_QNAME
public static final QName _PublicServiceProducesOutput_QNAME
public static final QName _PublicServiceSpatialCoreLocation_QNAME
public static final QName _PublicServiceTemporalPeriodOfTime_QNAME
public static final QName _RegisteredCoreAddress_QNAME
public static final QName _RelatedCorePublicService_QNAME
public static final QName _RelatedFormalFramework_QNAME
public static final QName _RequiresCorePublicService_QNAME
public static final QName _Rule_QNAME
public ObjectFactory()
@Nonnull public AgentType createAgentType()
AgentTypenull.@Nonnull public CorePublicServiceType createCorePublicServiceType()
CorePublicServiceTypenull.@Nonnull public ChannelType createChannelType()
ChannelTypenull.@Nonnull public CoreAddressType createCoreAddressType()
CoreAddressTypenull.@Nonnull public CoreBusinessType createCoreBusinessType()
CoreBusinessTypenull.@Nonnull public CoreLocationType createCoreLocationType()
CoreLocationTypenull.@Nonnull public CorePersonType createCorePersonType()
CorePersonTypenull.@Nonnull public FormalFrameworkType createFormalFrameworkType()
FormalFrameworkTypenull.@Nonnull public GeometryType createGeometryType()
GeometryTypenull.@Nonnull public InputType createInputType()
InputTypenull.@Nonnull public JurisdictionType createJurisdictionType()
JurisdictionTypenull.@Nonnull public OutputType createOutputType()
OutputTypenull.@Nonnull public PeriodOfTimeType createPeriodOfTimeType()
PeriodOfTimeTypenull.@Nonnull public RuleType createRuleType()
RuleTypenull.@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<CorePublicServiceType> createAgentPlaysRoleCorePublicService(@Nullable CorePublicServiceType value)
value - Java instance representing xml element's value.JAXBElement<CorePublicServiceType> The created JAXBElement and never null.@Nonnull public JAXBElement<CorePublicServiceType> createAgentProvidesCorePublicService(@Nullable CorePublicServiceType value)
value - Java instance representing xml element's value.JAXBElement<CorePublicServiceType> The created JAXBElement and never null.@Nonnull public JAXBElement<CorePublicServiceType> createAgentUsesCorePublicService(@Nullable CorePublicServiceType value)
value - Java instance representing xml element's value.JAXBElement<CorePublicServiceType> The created JAXBElement and never null.@Nonnull public JAXBElement<ChannelType> createChannel(@Nullable ChannelType value)
value - Java instance representing xml element's value.JAXBElement<ChannelType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreAddressType> createCoreAddress(@Nullable CoreAddressType value)
value - Java instance representing xml element's value.JAXBElement<CoreAddressType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreBusinessType> createCoreBusiness(@Nullable CoreBusinessType value)
value - Java instance representing xml element's value.JAXBElement<CoreBusinessType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreLocationType> createCoreLocation(@Nullable CoreLocationType value)
value - Java instance representing xml element's value.JAXBElement<CoreLocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<CorePersonType> createCorePerson(@Nullable CorePersonType value)
value - Java instance representing xml element's value.JAXBElement<CorePersonType> The created JAXBElement and never null.@Nonnull public JAXBElement<CorePublicServiceType> createCorePublicService(@Nullable CorePublicServiceType value)
value - Java instance representing xml element's value.JAXBElement<CorePublicServiceType> The created JAXBElement and never null.@Nonnull public JAXBElement<AgentType> createCreatorAgent(@Nullable AgentType value)
value - Java instance representing xml element's value.JAXBElement<AgentType> The created JAXBElement and never null.@Nonnull public JAXBElement<FormalFrameworkType> createFormalFramework(@Nullable FormalFrameworkType value)
value - Java instance representing xml element's value.JAXBElement<FormalFrameworkType> The created JAXBElement and never null.@Nonnull public JAXBElement<GeometryType> createGeometry(@Nullable GeometryType value)
value - Java instance representing xml element's value.JAXBElement<GeometryType> The created JAXBElement and never null.@Nonnull public JAXBElement<FormalFrameworkType> createImplementsFormalFramework(@Nullable FormalFrameworkType value)
value - Java instance representing xml element's value.JAXBElement<FormalFrameworkType> The created JAXBElement and never null.@Nonnull public JAXBElement<InputType> createInput(@Nullable InputType value)
value - Java instance representing xml element's value.JAXBElement<InputType> The created JAXBElement and never null.@Nonnull public JAXBElement<JurisdictionType> createJurisdiction(@Nullable JurisdictionType value)
value - Java instance representing xml element's value.JAXBElement<JurisdictionType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreAddressType> createLegalEntityCoreAddress(@Nullable CoreAddressType value)
value - Java instance representing xml element's value.JAXBElement<CoreAddressType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreLocationType> createLegalEntityCoreLocation(@Nullable CoreLocationType value)
value - Java instance representing xml element's value.JAXBElement<CoreLocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreAddressType> createLocationCoreAddress(@Nullable CoreAddressType value)
value - Java instance representing xml element's value.JAXBElement<CoreAddressType> The created JAXBElement and never null.@Nonnull public JAXBElement<GeometryType> createLocationGeometry(@Nullable GeometryType value)
value - Java instance representing xml element's value.JAXBElement<GeometryType> The created JAXBElement and never null.@Nonnull public JAXBElement<OutputType> createOutput(@Nullable OutputType value)
value - Java instance representing xml element's value.JAXBElement<OutputType> The created JAXBElement and never null.@Nonnull public JAXBElement<PeriodOfTimeType> createPeriodOfTime(@Nullable PeriodOfTimeType value)
value - Java instance representing xml element's value.JAXBElement<PeriodOfTimeType> The created JAXBElement and never null.@Nonnull public JAXBElement<JurisdictionType> createPersonCitizenshipJurisdiction(@Nullable JurisdictionType value)
value - Java instance representing xml element's value.JAXBElement<JurisdictionType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreAddressType> createPersonCoreAddress(@Nullable CoreAddressType value)
value - Java instance representing xml element's value.JAXBElement<CoreAddressType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreLocationType> createPersonCountryOfBirthCoreLocation(@Nullable CoreLocationType value)
value - Java instance representing xml element's value.JAXBElement<CoreLocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreLocationType> createPersonCountryOfDeathCoreLocation(@Nullable CoreLocationType value)
value - Java instance representing xml element's value.JAXBElement<CoreLocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreLocationType> createPersonPlaceOfBirthCoreLocation(@Nullable CoreLocationType value)
value - Java instance representing xml element's value.JAXBElement<CoreLocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreLocationType> createPersonPlaceOfDeathCoreLocation(@Nullable CoreLocationType value)
value - Java instance representing xml element's value.JAXBElement<CoreLocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<JurisdictionType> createPersonResidencyJurisdiction(@Nullable JurisdictionType value)
value - Java instance representing xml element's value.JAXBElement<JurisdictionType> The created JAXBElement and never null.@Nonnull public JAXBElement<ChannelType> createPublicServiceChannel(@Nullable ChannelType value)
value - Java instance representing xml element's value.JAXBElement<ChannelType> The created JAXBElement and never null.@Nonnull public JAXBElement<RuleType> createPublicServiceFollowsRule(@Nullable RuleType value)
value - Java instance representing xml element's value.JAXBElement<RuleType> The created JAXBElement and never null.@Nonnull public JAXBElement<InputType> createPublicServiceInput(@Nullable InputType value)
value - Java instance representing xml element's value.JAXBElement<InputType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreLocationType> createPublicServicePhysicallyAvailableAtCoreLocation(@Nullable CoreLocationType value)
value - Java instance representing xml element's value.JAXBElement<CoreLocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<OutputType> createPublicServiceProducesOutput(@Nullable OutputType value)
value - Java instance representing xml element's value.JAXBElement<OutputType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreLocationType> createPublicServiceSpatialCoreLocation(@Nullable CoreLocationType value)
value - Java instance representing xml element's value.JAXBElement<CoreLocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<PeriodOfTimeType> createPublicServiceTemporalPeriodOfTime(@Nullable PeriodOfTimeType value)
value - Java instance representing xml element's value.JAXBElement<PeriodOfTimeType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreAddressType> createRegisteredCoreAddress(@Nullable CoreAddressType value)
value - Java instance representing xml element's value.JAXBElement<CoreAddressType> The created JAXBElement and never null.@Nonnull public JAXBElement<CorePublicServiceType> createRelatedCorePublicService(@Nullable CorePublicServiceType value)
value - Java instance representing xml element's value.JAXBElement<CorePublicServiceType> The created JAXBElement and never null.@Nonnull public JAXBElement<FormalFrameworkType> createRelatedFormalFramework(@Nullable FormalFrameworkType value)
value - Java instance representing xml element's value.JAXBElement<FormalFrameworkType> The created JAXBElement and never null.@Nonnull public JAXBElement<CorePublicServiceType> createRequiresCorePublicService(@Nullable CorePublicServiceType value)
value - Java instance representing xml element's value.JAXBElement<CorePublicServiceType> The created JAXBElement and never null.@Nonnull public JAXBElement<RuleType> createRule(@Nullable RuleType value)
value - Java instance representing xml element's value.JAXBElement<RuleType> The created JAXBElement and never null.Copyright © 2020–2021 toop.eu. All rights reserved.