509510511512513514515
/** * Create an instance of {@link KeysOwned } * */ public KeysOwned createKeysOwned() { return new KeysOwned(); }
613614615616617618619
/** * Create an instance of {@link Name } * */ public Name createName() { return new Name(); }
781782783784785786787
/** * Create an instance of {@link OverviewDoc } * */ public OverviewDoc createOverviewDoc() { return new OverviewDoc(); }
853854855856857858859
/** * Create an instance of {@link Phone } * */ public Phone createPhone() { return new Phone(); }
685686687688689690691
/** * Create an instance of {@link PublisherAssertion } * */ public PublisherAssertion createPublisherAssertion() { return new PublisherAssertion(); }
597598599600601602603
/** * Create an instance of {@link PublisherAssertions } * */ public PublisherAssertions createPublisherAssertions() { return new PublisherAssertions(); }
557558559560561562563
/** * Create an instance of {@link RegisteredInfo } * */ public RegisteredInfo createRegisteredInfo() { return new RegisteredInfo(); }
821822823824825826827
/** * Create an instance of {@link RelatedBusinessInfo } * */ public RelatedBusinessInfo createRelatedBusinessInfo() { return new RelatedBusinessInfo(); }
477478479480481482483
/** * Create an instance of {@link RelatedBusinessInfos } * */ public RelatedBusinessInfos createRelatedBusinessInfos() { return new RelatedBusinessInfos(); }
541542543544545546547
/** * Create an instance of {@link RelatedBusinessesList } * */ public RelatedBusinessesList createRelatedBusinessesList() { return new RelatedBusinessesList(); }