package echosign.api.clientv20.dto20; import javax.xml.bind.annotation.XmlRegistry; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the echosign.api.clientv20.dto20 package. * <p>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. * */ @XmlRegistry public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: echosign.api.clientv20.dto20 * */ public ObjectFactory() { } /** * Create an instance of {@link DocumentInfoList } * */ public DocumentInfoList createDocumentInfoList() { return new DocumentInfoList(); } /** * Create an instance of {@link DocumentEventsForUserOptions } * */ public DocumentEventsForUserOptions createDocumentEventsForUserOptions() { return new DocumentEventsForUserOptions(); } /** * Create an instance of {@link GetDocumentEventsForUserResult } * */ public GetDocumentEventsForUserResult createGetDocumentEventsForUserResult() { return new GetDocumentEventsForUserResult(); } /** * Create an instance of {@link DocumentInfo } * */ public DocumentInfo createDocumentInfo() { return new DocumentInfo(); } /** * Create an instance of {@link DocumentEventForUser } * */ public DocumentEventForUser createDocumentEventForUser() { return new DocumentEventForUser(); } /** * Create an instance of {@link ArrayOfDocumentInfo } * */ public ArrayOfDocumentInfo createArrayOfDocumentInfo() { return new ArrayOfDocumentInfo(); } /** * Create an instance of {@link PostSignOptions } * */ public PostSignOptions createPostSignOptions() { return new PostSignOptions(); } /** * Create an instance of {@link SendThroughWebOptions } * */ public SendThroughWebOptions createSendThroughWebOptions() { return new SendThroughWebOptions(); } /** * Create an instance of {@link ArrayOfDocumentEventForUser } * */ public ArrayOfDocumentEventForUser createArrayOfDocumentEventForUser() { return new ArrayOfDocumentEventForUser(); } /** * Create an instance of {@link FileUploadOptions } * */ public FileUploadOptions createFileUploadOptions() { return new FileUploadOptions(); } /** * Create an instance of {@link ArrayOfAgreementEventType } * */ public ArrayOfAgreementEventType createArrayOfAgreementEventType() { return new ArrayOfAgreementEventType(); } /** * Create an instance of {@link ArrayOfDocumentHistoryEvent } * */ public ArrayOfDocumentHistoryEvent createArrayOfDocumentHistoryEvent() { return new ArrayOfDocumentHistoryEvent(); } /** * Create an instance of {@link DocumentHistoryEvent } * */ public DocumentHistoryEvent createDocumentHistoryEvent() { return new DocumentHistoryEvent(); } }