421422423424425426427
/** * Create an instance of {@link IdentifierBag } * */ public IdentifierBag createIdentifierBag() { return new IdentifierBag(); }
525526527528529530531
/** * Create an instance of {@link InstanceDetails } * */ public InstanceDetails createInstanceDetails() { return new InstanceDetails(); }
677678679680681682683
/** * Create an instance of {@link KeyedReference } * */ public KeyedReference createKeyedReference() { return new KeyedReference(); }
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(); }