397398399400401402403
/** * Create an instance of {@link AccessPoint } * */ public AccessPoint createAccessPoint() { return new AccessPoint(); }
485486487488489490491
/** * Create an instance of {@link AddPublisherAssertions } * */ public AddPublisherAssertions createAddPublisherAssertions() { return new AddPublisherAssertions(); }
621622623624625626627
/** * Create an instance of {@link Address } * */ public Address createAddress() { return new Address(); }
549550551552553554555
/** * Create an instance of {@link AddressLine } * */ public AddressLine createAddressLine() { return new AddressLine(); }
493494495496497498499
/** * Create an instance of {@link AssertionStatusItem } * */ public AssertionStatusItem createAssertionStatusItem() { return new AssertionStatusItem(); }
805806807808809810811
/** * Create an instance of {@link AssertionStatusReport } * */ public AssertionStatusReport createAssertionStatusReport() { return new AssertionStatusReport(); }
461462463464465466467
/** * Create an instance of {@link AuthToken } * */ public AuthToken createAuthToken() { return new AuthToken(); }
469470471472473474475
/** * Create an instance of {@link BindingDetail } * */ public BindingDetail createBindingDetail() { return new BindingDetail(); }
341342343344345346347
/** * Create an instance of {@link BindingTemplate } * */ public BindingTemplate createBindingTemplate() { return new BindingTemplate(); }
709710711712713714715
/** * Create an instance of {@link BindingTemplates } * */ public BindingTemplates createBindingTemplates() { return new BindingTemplates(); }