@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.cv.agent
|
public static final QName _Alias_QNAME
public static final QName _AlternativeName_QNAME
public static final QName _BirthFamilyName_QNAME
public static final QName _DateOfBirth_QNAME
public static final QName _DateOfDeath_QNAME
public static final QName _Email_QNAME
public static final QName _FamilyName_QNAME
public static final QName _Fax_QNAME
public static final QName _FormalName_QNAME
public static final QName _FullName_QNAME
public static final QName _Gender_QNAME
public static final QName _GivenName_QNAME
public static final QName _Citizenship_QNAME
public static final QName _LegalForm_QNAME
public static final QName _InternetAddress_QNAME
public static final QName _OwnedBy_QNAME
public static final QName _RoleOf_QNAME
public static final QName _PatronimicName_QNAME
public static final QName _Size_QNAME
public static final QName _TaxIdentifier_QNAME
public static final QName _Telephone_QNAME
public static final QName _Address_QNAME
public static final QName _AvailabilityRestriction_QNAME
public static final QName _DefaultContactPoint_QNAME
public static final QName _HasContactPoint_QNAME
public static final QName _Channel_QNAME
public static final QName _CountryOfBirth_QNAME
public static final QName _CountryOfDeath_QNAME
public static final QName _Interval_QNAME
public static final QName _LegalLocation_QNAME
public static final QName _Location_QNAME
public static final QName _FormalLocation_QNAME
public static final QName _PlaceOfBirth_QNAME
public static final QName _PlaceOfDeath_QNAME
public static final QName _Role_QNAME
public static final QName _RegisteredLocation_QNAME
public static final QName _Agent_QNAME
public static final QName _Channel__QNAME
public static final QName _ContactPoint_QNAME
public static final QName _FormalOrganization_QNAME
public static final QName _Location__QNAME
public static final QName _OpeningHoursSpecificationHours_QNAME
public static final QName _Organization_QNAME
public static final QName _Person_QNAME
public static final QName _PublicOrganization_QNAME
public static final QName _RegisteredOrganization_QNAME
public static final QName _Role__QNAME
public static final QName _System_QNAME
public ObjectFactory()
@Nonnull public OpeningHoursSpecificationType createOpeningHoursSpecificationType()
OpeningHoursSpecificationTypenull.@Nonnull public ContactPointType createContactPointType()
ContactPointTypenull.@Nonnull public ChannelType createChannelType()
ChannelTypenull.@Nonnull public LocationType createLocationType()
LocationTypenull.@Nonnull public RoleType createRoleType()
RoleTypenull.@Nonnull public AgentType createAgentType()
AgentTypenull.@Nonnull public FormalOrganizationType createFormalOrganizationType()
FormalOrganizationTypenull.@Nonnull public OrganizationType createOrganizationType()
OrganizationTypenull.@Nonnull public PersonType createPersonType()
PersonTypenull.@Nonnull public PublicOrganizationType createPublicOrganizationType()
PublicOrganizationTypenull.@Nonnull public RegisteredOrganizationType createRegisteredOrganizationType()
RegisteredOrganizationTypenull.@Nonnull public SystemType createSystemType()
SystemTypenull.@Nonnull public BusinessType createBusinessType()
BusinessTypenull.@Nonnull public JAXBElement<NameType> createAlias(@Nullable NameType value)
value - Java instance representing xml element's value.JAXBElement<NameType> The created JAXBElement and never null.@Nonnull public JAXBElement<NameType> createAlternativeName(@Nullable NameType value)
value - Java instance representing xml element's value.JAXBElement<NameType> The created JAXBElement and never null.@Nonnull public JAXBElement<NameType> createBirthFamilyName(@Nullable NameType value)
value - Java instance representing xml element's value.JAXBElement<NameType> The created JAXBElement and never null.@Nonnull public JAXBElement<DateType> createDateOfBirth(@Nullable DateType value)
value - Java instance representing xml element's value.JAXBElement<DateType> The created JAXBElement and never null.@Nonnull public JAXBElement<DateType> createDateOfDeath(@Nullable DateType value)
value - Java instance representing xml element's value.JAXBElement<DateType> The created JAXBElement and never null.@Nonnull public JAXBElement<URIType> createEmail(@Nullable URIType value)
value - Java instance representing xml element's value.JAXBElement<URIType> The created JAXBElement and never null.@Nonnull public JAXBElement<NameType> createFamilyName(@Nullable NameType value)
value - Java instance representing xml element's value.JAXBElement<NameType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createFax(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<NameType> createFormalName(@Nullable NameType value)
value - Java instance representing xml element's value.JAXBElement<NameType> The created JAXBElement and never null.@Nonnull public JAXBElement<NameType> createFullName(@Nullable NameType value)
value - Java instance representing xml element's value.JAXBElement<NameType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createGender(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<NameType> createGivenName(@Nullable NameType value)
value - Java instance representing xml element's value.JAXBElement<NameType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createCitizenship(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createLegalForm(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<URIType> createInternetAddress(@Nullable URIType value)
value - Java instance representing xml element's value.JAXBElement<URIType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDReferenceType> createOwnedBy(@Nullable IDReferenceType value)
value - Java instance representing xml element's value.JAXBElement<IDReferenceType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDReferenceType> createRoleOf(@Nullable IDReferenceType value)
value - Java instance representing xml element's value.JAXBElement<IDReferenceType> The created JAXBElement and never null.@Nonnull public JAXBElement<NameType> createPatronimicName(@Nullable NameType value)
value - Java instance representing xml element's value.JAXBElement<NameType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createSize(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDType> createTaxIdentifier(@Nullable IDType value)
value - Java instance representing xml element's value.JAXBElement<IDType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createTelephone(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<AddressType> createAddress(@Nullable AddressType value)
value - Java instance representing xml element's value.JAXBElement<AddressType> The created JAXBElement and never null.@Nonnull public JAXBElement<OpeningHoursSpecificationType> createAvailabilityRestriction(@Nullable OpeningHoursSpecificationType value)
value - Java instance representing xml element's value.JAXBElement<OpeningHoursSpecificationType> The created JAXBElement and never null.@Nonnull public JAXBElement<ContactPointType> createDefaultContactPoint(@Nullable ContactPointType value)
value - Java instance representing xml element's value.JAXBElement<ContactPointType> The created JAXBElement and never null.@Nonnull public JAXBElement<ContactPointType> createHasContactPoint(@Nullable ContactPointType value)
value - Java instance representing xml element's value.JAXBElement<ContactPointType> 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<LocationType> createCountryOfBirth(@Nullable LocationType value)
value - Java instance representing xml element's value.JAXBElement<LocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<LocationType> createCountryOfDeath(@Nullable LocationType value)
value - Java instance representing xml element's value.JAXBElement<LocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<PeriodType> createInterval(@Nullable PeriodType value)
value - Java instance representing xml element's value.JAXBElement<PeriodType> The created JAXBElement and never null.@Nonnull public JAXBElement<LocationType> createLegalLocation(@Nullable LocationType value)
value - Java instance representing xml element's value.JAXBElement<LocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<LocationType> createLocation(@Nullable LocationType value)
value - Java instance representing xml element's value.JAXBElement<LocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<LocationType> createFormalLocation(@Nullable LocationType value)
value - Java instance representing xml element's value.JAXBElement<LocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<LocationType> createPlaceOfBirth(@Nullable LocationType value)
value - Java instance representing xml element's value.JAXBElement<LocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<LocationType> createPlaceOfDeath(@Nullable LocationType value)
value - Java instance representing xml element's value.JAXBElement<LocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<RoleType> createRole(@Nullable RoleType value)
value - Java instance representing xml element's value.JAXBElement<RoleType> The created JAXBElement and never null.@Nonnull public JAXBElement<LocationType> createRegisteredLocation(@Nullable LocationType value)
value - Java instance representing xml element's value.JAXBElement<LocationType> 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<ChannelType> createChannel_(@Nullable ChannelType value)
value - Java instance representing xml element's value.JAXBElement<ChannelType> The created JAXBElement and never null.@Nonnull public JAXBElement<ContactPointType> createContactPoint(@Nullable ContactPointType value)
value - Java instance representing xml element's value.JAXBElement<ContactPointType> The created JAXBElement and never null.@Nonnull public JAXBElement<FormalOrganizationType> createFormalOrganization(@Nullable FormalOrganizationType value)
value - Java instance representing xml element's value.JAXBElement<FormalOrganizationType> The created JAXBElement and never null.@Nonnull public JAXBElement<LocationType> createLocation_(@Nullable LocationType value)
value - Java instance representing xml element's value.JAXBElement<LocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<OpeningHoursSpecificationType> createOpeningHoursSpecificationHours(@Nullable OpeningHoursSpecificationType value)
value - Java instance representing xml element's value.JAXBElement<OpeningHoursSpecificationType> The created JAXBElement and never null.@Nonnull public JAXBElement<OrganizationType> createOrganization(@Nullable OrganizationType value)
value - Java instance representing xml element's value.JAXBElement<OrganizationType> The created JAXBElement and never null.@Nonnull public JAXBElement<PersonType> createPerson(@Nullable PersonType value)
value - Java instance representing xml element's value.JAXBElement<PersonType> The created JAXBElement and never null.@Nonnull public JAXBElement<PublicOrganizationType> createPublicOrganization(@Nullable PublicOrganizationType value)
value - Java instance representing xml element's value.JAXBElement<PublicOrganizationType> The created JAXBElement and never null.@Nonnull public JAXBElement<RegisteredOrganizationType> createRegisteredOrganization(@Nullable RegisteredOrganizationType value)
value - Java instance representing xml element's value.JAXBElement<RegisteredOrganizationType> The created JAXBElement and never null.@Nonnull public JAXBElement<RoleType> createRole_(@Nullable RoleType value)
value - Java instance representing xml element's value.JAXBElement<RoleType> The created JAXBElement and never null.@Nonnull public JAXBElement<SystemType> createSystem(@Nullable SystemType value)
value - Java instance representing xml element's value.JAXBElement<SystemType> The created JAXBElement and never null.Copyright © 2020 toop.eu. All rights reserved.