@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: tr.gov.efatura.useraccount
|
public static final QName _ProcessUserAccount_QNAME
public static final QName _UserAccount_QNAME
public static final QName _DocumentID_QNAME
public static final QName _AlternateDocumentID_QNAME
public static final QName _DocumentSequence_QNAME
public static final QName _VersionID_QNAME
public static final QName _Party_QNAME
public static final QName _PartyID_QNAME
public static final QName _PartyLegalID_QNAME
public static final QName _PartyTaxID_QNAME
public static final QName _PartyName_QNAME
public static final QName _PartyReportingIDs_QNAME
public static final QName _ID_QNAME
public static final QName _UserArea_QNAME
public static final QName _Communication_QNAME
public static final QName _ChannelCode_QNAME
public static final QName _UseCode_QNAME
public static final QName _Address_QNAME
public static final QName _CountryCode_QNAME
public static final QName _PersonContact_QNAME
public static final QName _PersonID_QNAME
public static final QName _PersonName_QNAME
public static final QName _FormattedName_QNAME
public static final QName _LegalName_QNAME
public static final QName _PreferredName_QNAME
public static final QName _MiddleName_QNAME
public static final QName _FamilyName_QNAME
public static final QName _FormerFamilyName_QNAME
public static final QName _PreferredSalutationCode_QNAME
public static final QName _GenerationAffixCode_QNAME
public static final QName _QualificationAffixCode_QNAME
public static final QName _TitleAffixCode_QNAME
public static final QName _PersonNameInitials_QNAME
public static final QName _AlternateScriptPersonName_QNAME
public static final QName _RoleName_QNAME
public static final QName _FreeFormEffectivePeriod_QNAME
public static final QName _StartDate_QNAME
public static final QName _FormattedDateTime_QNAME
public static final QName _DateText_QNAME
public static final QName _EndDate_QNAME
public static final QName _UserID_QNAME
public static final QName _AccessCredential_QNAME
public static final QName _AccessCredentialTypeCode_QNAME
public static final QName _AccessCredentialValue_QNAME
public static final QName _UserRole_QNAME
public static final QName _AuthorizedWorkScope_QNAME
public static final QName _WorkScopeCode_QNAME
public static final QName _WorkScopeName_QNAME
public static final QName _ProhibitedWorkScope_QNAME
public static final QName _AccountConfiguration_QNAME
public static final QName _UseDefaultIndicator_QNAME
public static final QName _UserOptionCode_QNAME
public static final QName _Notification_QNAME
public static final QName _NotificationScopeCode_QNAME
public static final QName _NotificationMethod_QNAME
public static final QName _GoverningAgreementID_QNAME
public static final QName _SecurityQuestionInformation_QNAME
public static final QName _SecurityQuestionID_QNAME
public static final QName _SecurityQuestion_QNAME
public static final QName _SecurityQuestionAnswer_QNAME
public static final QName _CancelUserAccount_QNAME
public ObjectFactory()
@Nonnull public ProcessUserAccountType createProcessUserAccountType()
ProcessUserAccountTypenull.@Nonnull public UserAccountType createUserAccountType()
UserAccountTypenull.@Nonnull public IdentifierType createIdentifierType()
IdentifierTypenull.@Nonnull public PartyType createPartyType()
PartyTypenull.@Nonnull public IDSetType createIDSetType()
IDSetTypenull.@Nonnull public UserAreaType createUserAreaType()
UserAreaTypenull.@Nonnull public CommunicationABIEType createCommunicationABIEType()
CommunicationABIETypenull.@Nonnull public ChannelCodeType createChannelCodeType()
ChannelCodeTypenull.@Nonnull public UseCodeType createUseCodeType()
UseCodeTypenull.@Nonnull public AddressType createAddressType()
AddressTypenull.@Nonnull public CountryCodeType createCountryCodeType()
CountryCodeTypenull.@Nonnull public PersonContactType createPersonContactType()
PersonContactTypenull.@Nonnull public PersonNameType createPersonNameType()
PersonNameTypenull.@Nonnull public FormattedNameType createFormattedNameType()
FormattedNameTypenull.@Nonnull public MiddleNameType createMiddleNameType()
MiddleNameTypenull.@Nonnull public FamilyNameType createFamilyNameType()
FamilyNameTypenull.@Nonnull public AlternateScriptPersonNameType createAlternateScriptPersonNameType()
AlternateScriptPersonNameTypenull.@Nonnull public FreeFormEffectivePeriodType createFreeFormEffectivePeriodType()
FreeFormEffectivePeriodTypenull.@Nonnull public FreeFormDateType createFreeFormDateType()
FreeFormDateTypenull.@Nonnull public DateTextType createDateTextType()
DateTextTypenull.@Nonnull public AccessCredentialType createAccessCredentialType()
AccessCredentialTypenull.@Nonnull public UserRoleType createUserRoleType()
UserRoleTypenull.@Nonnull public WorkScopeType createWorkScopeType()
WorkScopeTypenull.@Nonnull public AccountConfigurationType createAccountConfigurationType()
AccountConfigurationTypenull.@Nonnull public NotificationType createNotificationType()
NotificationTypenull.@Nonnull public SecurityQuestionInformationType createSecurityQuestionInformationType()
SecurityQuestionInformationTypenull.@Nonnull public CancelUserAccountType createCancelUserAccountType()
CancelUserAccountTypenull.@Nonnull public ProcessUserAccountDataAreaType createProcessUserAccountDataAreaType()
ProcessUserAccountDataAreaTypenull.@Nonnull public BasePartyType createBasePartyType()
BasePartyTypenull.@Nonnull public PersonNameBaseType createPersonNameBaseType()
PersonNameBaseTypenull.@Nonnull public CancelUserAccountDataAreaType createCancelUserAccountDataAreaType()
CancelUserAccountDataAreaTypenull.@Nonnull public JAXBElement<ProcessUserAccountType> createProcessUserAccount(@Nullable ProcessUserAccountType value)
value - Java instance representing xml element's value.JAXBElement<ProcessUserAccountType> The created JAXBElement and never null.@Nonnull public JAXBElement<UserAccountType> createUserAccount(@Nullable UserAccountType value)
value - Java instance representing xml element's value.JAXBElement<UserAccountType> The created JAXBElement and never null.@Nonnull public JAXBElement<IdentifierType> createDocumentID(@Nullable IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<IdentifierType> createAlternateDocumentID(@Nullable IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<BigInteger> createDocumentSequence(@Nullable BigInteger value)
value - Java instance representing xml element's value.JAXBElement<BigInteger> The created JAXBElement and never null.@Nonnull public JAXBElement<IdentifierType> createVersionID(@Nullable IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<PartyType> createParty(@Nullable PartyType value)
value - Java instance representing xml element's value.JAXBElement<PartyType> The created JAXBElement and never null.@Nonnull public JAXBElement<IdentifierType> createPartyID(@Nullable IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<IdentifierType> createPartyLegalID(@Nullable IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<IdentifierType> createPartyTaxID(@Nullable IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createPartyName(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDSetType> createPartyReportingIDs(@Nullable IDSetType value)
value - Java instance representing xml element's value.JAXBElement<IDSetType> The created JAXBElement and never null.@Nonnull public JAXBElement<IdentifierType> createID(@Nullable IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<UserAreaType> createUserArea(@Nullable UserAreaType value)
value - Java instance representing xml element's value.JAXBElement<UserAreaType> The created JAXBElement and never null.@Nonnull public JAXBElement<CommunicationABIEType> createCommunication(@Nullable CommunicationABIEType value)
value - Java instance representing xml element's value.JAXBElement<CommunicationABIEType> The created JAXBElement and never null.@Nonnull public JAXBElement<ChannelCodeType> createChannelCode(@Nullable ChannelCodeType value)
value - Java instance representing xml element's value.JAXBElement<ChannelCodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<UseCodeType> createUseCode(@Nullable UseCodeType value)
value - Java instance representing xml element's value.JAXBElement<UseCodeType> 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<CountryCodeType> createCountryCode(@Nullable CountryCodeType value)
value - Java instance representing xml element's value.JAXBElement<CountryCodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<PersonContactType> createPersonContact(@Nullable PersonContactType value)
value - Java instance representing xml element's value.JAXBElement<PersonContactType> The created JAXBElement and never null.@Nonnull public JAXBElement<IdentifierType> createPersonID(@Nullable IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<PersonNameType> createPersonName(@Nullable PersonNameType value)
value - Java instance representing xml element's value.JAXBElement<PersonNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<FormattedNameType> createFormattedName(@Nullable FormattedNameType value)
value - Java instance representing xml element's value.JAXBElement<FormattedNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<FormattedNameType> createLegalName(@Nullable FormattedNameType value)
value - Java instance representing xml element's value.JAXBElement<FormattedNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createPreferredName(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<MiddleNameType> createMiddleName(@Nullable MiddleNameType value)
value - Java instance representing xml element's value.JAXBElement<MiddleNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<FamilyNameType> createFamilyName(@Nullable FamilyNameType value)
value - Java instance representing xml element's value.JAXBElement<FamilyNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<FamilyNameType> createFormerFamilyName(@Nullable FamilyNameType value)
value - Java instance representing xml element's value.JAXBElement<FamilyNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createPreferredSalutationCode(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createGenerationAffixCode(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createQualificationAffixCode(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createTitleAffixCode(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createPersonNameInitials(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<AlternateScriptPersonNameType> createAlternateScriptPersonName(@Nullable AlternateScriptPersonNameType value)
value - Java instance representing xml element's value.JAXBElement<AlternateScriptPersonNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createRoleName(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<FreeFormEffectivePeriodType> createFreeFormEffectivePeriod(@Nullable FreeFormEffectivePeriodType value)
value - Java instance representing xml element's value.JAXBElement<FreeFormEffectivePeriodType> The created JAXBElement and never null.@Nonnull public JAXBElement<FreeFormDateType> createStartDate(@Nullable FreeFormDateType value)
value - Java instance representing xml element's value.JAXBElement<FreeFormDateType> The created JAXBElement and never null.@Nonnull public JAXBElement<List<String>> createFormattedDateTime(@Nullable List<String> value)
value - Java instance representing xml element's value.JAXBElement<List<String>> The created JAXBElement and never null.@Nonnull public JAXBElement<DateTextType> createDateText(@Nullable DateTextType value)
value - Java instance representing xml element's value.JAXBElement<DateTextType> The created JAXBElement and never null.@Nonnull public JAXBElement<FreeFormDateType> createEndDate(@Nullable FreeFormDateType value)
value - Java instance representing xml element's value.JAXBElement<FreeFormDateType> The created JAXBElement and never null.@Nonnull public JAXBElement<IdentifierType> createUserID(@Nullable IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<AccessCredentialType> createAccessCredential(@Nullable AccessCredentialType value)
value - Java instance representing xml element's value.JAXBElement<AccessCredentialType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createAccessCredentialTypeCode(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createAccessCredentialValue(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<UserRoleType> createUserRole(@Nullable UserRoleType value)
value - Java instance representing xml element's value.JAXBElement<UserRoleType> The created JAXBElement and never null.@Nonnull public JAXBElement<WorkScopeType> createAuthorizedWorkScope(@Nullable WorkScopeType value)
value - Java instance representing xml element's value.JAXBElement<WorkScopeType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createWorkScopeCode(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createWorkScopeName(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<WorkScopeType> createProhibitedWorkScope(@Nullable WorkScopeType value)
value - Java instance representing xml element's value.JAXBElement<WorkScopeType> The created JAXBElement and never null.@Nonnull public JAXBElement<AccountConfigurationType> createAccountConfiguration(@Nullable AccountConfigurationType value)
value - Java instance representing xml element's value.JAXBElement<AccountConfigurationType> The created JAXBElement and never null.@Nonnull public JAXBElement<Boolean> createUseDefaultIndicator(@Nullable Boolean value)
value - Java instance representing xml element's value.JAXBElement<Boolean> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createUserOptionCode(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<NotificationType> createNotification(@Nullable NotificationType value)
value - Java instance representing xml element's value.JAXBElement<NotificationType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createNotificationScopeCode(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<CommunicationABIEType> createNotificationMethod(@Nullable CommunicationABIEType value)
value - Java instance representing xml element's value.JAXBElement<CommunicationABIEType> The created JAXBElement and never null.@Nonnull public JAXBElement<IdentifierType> createGoverningAgreementID(@Nullable IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<SecurityQuestionInformationType> createSecurityQuestionInformation(@Nullable SecurityQuestionInformationType value)
value - Java instance representing xml element's value.JAXBElement<SecurityQuestionInformationType> The created JAXBElement and never null.@Nonnull public JAXBElement<IdentifierType> createSecurityQuestionID(@Nullable IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createSecurityQuestion(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createSecurityQuestionAnswer(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<CancelUserAccountType> createCancelUserAccount(@Nullable CancelUserAccountType value)
value - Java instance representing xml element's value.JAXBElement<CancelUserAccountType> The created JAXBElement and never null.Copyright © 2016–2020 Philip Helger. All rights reserved.