/* Options: Date: 2024-10-18 04:33:33 Version: 6.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://digiofficeapigateway.deltares.nl/api //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: GetWorkflowTasks.* //ExcludeTypes: //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.*,com.google.gson.annotations.*,com.google.gson.reflect.* */ import java.math.*; import java.util.*; import net.servicestack.client.*; import com.google.gson.annotations.*; import com.google.gson.reflect.*; public class dtos { @DataContract public static class GetWorkflowTasks implements IReturn> { @DataMember public UUID ViewID = null; @DataMember public Integer PageSize = null; @DataMember public Integer PageNumber = null; @DataMember public String SearchCriteria = null; public UUID getViewID() { return ViewID; } public GetWorkflowTasks setViewID(UUID value) { this.ViewID = value; return this; } public Integer getPageSize() { return PageSize; } public GetWorkflowTasks setPageSize(Integer value) { this.PageSize = value; return this; } public Integer getPageNumber() { return PageNumber; } public GetWorkflowTasks setPageNumber(Integer value) { this.PageNumber = value; return this; } public String getSearchCriteria() { return SearchCriteria; } public GetWorkflowTasks setSearchCriteria(String value) { this.SearchCriteria = value; return this; } private static Object responseType = new TypeToken>(){}.getType(); public Object getResponseType() { return responseType; } } public static class Explorer { public UUID ID = null; public String Title = null; public Integer Order = null; public UUID getId() { return ID; } public Explorer setId(UUID value) { this.ID = value; return this; } public String getTitle() { return Title; } public Explorer setTitle(String value) { this.Title = value; return this; } public Integer getOrder() { return Order; } public Explorer setOrder(Integer value) { this.Order = value; return this; } } @DataContract public static class MobileView { @DataMember public UUID ID = null; @DataMember public String Title = null; @DataMember public String ImageUrl = null; @DataMember public Integer ChildrenCount = null; @DataMember public Integer Order = null; @DataMember public ArrayList Explorers = null; public UUID getId() { return ID; } public MobileView setId(UUID value) { this.ID = value; return this; } public String getTitle() { return Title; } public MobileView setTitle(String value) { this.Title = value; return this; } public String getImageUrl() { return ImageUrl; } public MobileView setImageUrl(String value) { this.ImageUrl = value; return this; } public Integer getChildrenCount() { return ChildrenCount; } public MobileView setChildrenCount(Integer value) { this.ChildrenCount = value; return this; } public Integer getOrder() { return Order; } public MobileView setOrder(Integer value) { this.Order = value; return this; } public ArrayList getExplorers() { return Explorers; } public MobileView setExplorers(ArrayList value) { this.Explorers = value; return this; } } public static class RecentlyOpenedDocument { public UUID DocumentID = null; public String DocumentNumber = null; public String DocumentVersion = null; public String DocumentTitle = null; public String FileExtension = null; public Date LastOpenedDate = null; public String ProgCode = null; public String FileUrl = null; public UUID getDocumentID() { return DocumentID; } public RecentlyOpenedDocument setDocumentID(UUID value) { this.DocumentID = value; return this; } public String getDocumentNumber() { return DocumentNumber; } public RecentlyOpenedDocument setDocumentNumber(String value) { this.DocumentNumber = value; return this; } public String getDocumentVersion() { return DocumentVersion; } public RecentlyOpenedDocument setDocumentVersion(String value) { this.DocumentVersion = value; return this; } public String getDocumentTitle() { return DocumentTitle; } public RecentlyOpenedDocument setDocumentTitle(String value) { this.DocumentTitle = value; return this; } public String getFileExtension() { return FileExtension; } public RecentlyOpenedDocument setFileExtension(String value) { this.FileExtension = value; return this; } public Date getLastOpenedDate() { return LastOpenedDate; } public RecentlyOpenedDocument setLastOpenedDate(Date value) { this.LastOpenedDate = value; return this; } public String getProgCode() { return ProgCode; } public RecentlyOpenedDocument setProgCode(String value) { this.ProgCode = value; return this; } public String getFileUrl() { return FileUrl; } public RecentlyOpenedDocument setFileUrl(String value) { this.FileUrl = value; return this; } } public static class FavoriteDocument { public Document Document = null; public Date Date = null; public Date ModifiedDate = null; public Document getDocument() { return Document; } public FavoriteDocument setDocument(Document value) { this.Document = value; return this; } public Date getDate() { return Date; } public FavoriteDocument setDate(Date value) { this.Date = value; return this; } public Date getModifiedDate() { return ModifiedDate; } public FavoriteDocument setModifiedDate(Date value) { this.ModifiedDate = value; return this; } } public static class Document implements ICustomProperties { public UUID ID = null; public UUID RootDocumentID = null; public UUID RegistrationprofileID = null; public String Title = null; public String FullTitle = null; public String Number = null; public String Version = null; public String ExternalNumber = null; public String ExternalVersion = null; public String InternalNumber = null; public String InternalInvoiceNumber = null; public Integer PersonID = null; public Integer RelationID = null; public String RelationTitle = null; public Integer ProjectID = null; public String ProjectTitle = null; public String Extension = null; public Date Date = null; public Integer CommentsCount = null; public Boolean HasComments = null; public Boolean HasPreview = null; public String ExtraField = null; public Boolean IsFavorite = null; public String DocumentcategoryText = null; public Long FileSize = null; public Date FileDate = null; public String Hash = null; public String HashType = null; public String FileUrl = null; public String StandardDocumentUrl = null; public Boolean IsCorporateIdentity = null; public String UserTitle = null; public Boolean IsFrozen = null; public Integer InternalCompanyID = null; public String DirectUrl = null; public Boolean AllowDigitalSigningOnlyOnPrimaryVersions = null; public Boolean IsPrimaryVersion = null; public String FileExtension = null; public HashMap CustomProperties = null; public UUID getId() { return ID; } public Document setId(UUID value) { this.ID = value; return this; } public UUID getRootDocumentID() { return RootDocumentID; } public Document setRootDocumentID(UUID value) { this.RootDocumentID = value; return this; } public UUID getRegistrationprofileID() { return RegistrationprofileID; } public Document setRegistrationprofileID(UUID value) { this.RegistrationprofileID = value; return this; } public String getTitle() { return Title; } public Document setTitle(String value) { this.Title = value; return this; } public String getFullTitle() { return FullTitle; } public Document setFullTitle(String value) { this.FullTitle = value; return this; } public String getNumber() { return Number; } public Document setNumber(String value) { this.Number = value; return this; } public String getVersion() { return Version; } public Document setVersion(String value) { this.Version = value; return this; } public String getExternalNumber() { return ExternalNumber; } public Document setExternalNumber(String value) { this.ExternalNumber = value; return this; } public String getExternalVersion() { return ExternalVersion; } public Document setExternalVersion(String value) { this.ExternalVersion = value; return this; } public String getInternalNumber() { return InternalNumber; } public Document setInternalNumber(String value) { this.InternalNumber = value; return this; } public String getInternalInvoiceNumber() { return InternalInvoiceNumber; } public Document setInternalInvoiceNumber(String value) { this.InternalInvoiceNumber = value; return this; } public Integer getPersonID() { return PersonID; } public Document setPersonID(Integer value) { this.PersonID = value; return this; } public Integer getRelationID() { return RelationID; } public Document setRelationID(Integer value) { this.RelationID = value; return this; } public String getRelationTitle() { return RelationTitle; } public Document setRelationTitle(String value) { this.RelationTitle = value; return this; } public Integer getProjectID() { return ProjectID; } public Document setProjectID(Integer value) { this.ProjectID = value; return this; } public String getProjectTitle() { return ProjectTitle; } public Document setProjectTitle(String value) { this.ProjectTitle = value; return this; } public String getExtension() { return Extension; } public Document setExtension(String value) { this.Extension = value; return this; } public Date getDate() { return Date; } public Document setDate(Date value) { this.Date = value; return this; } public Integer getCommentsCount() { return CommentsCount; } public Document setCommentsCount(Integer value) { this.CommentsCount = value; return this; } public Boolean isHasComments() { return HasComments; } public Document setHasComments(Boolean value) { this.HasComments = value; return this; } public Boolean isHasPreview() { return HasPreview; } public Document setHasPreview(Boolean value) { this.HasPreview = value; return this; } public String getExtraField() { return ExtraField; } public Document setExtraField(String value) { this.ExtraField = value; return this; } public Boolean getIsFavorite() { return IsFavorite; } public Document setIsFavorite(Boolean value) { this.IsFavorite = value; return this; } public String getDocumentcategoryText() { return DocumentcategoryText; } public Document setDocumentcategoryText(String value) { this.DocumentcategoryText = value; return this; } public Long getFileSize() { return FileSize; } public Document setFileSize(Long value) { this.FileSize = value; return this; } public Date getFileDate() { return FileDate; } public Document setFileDate(Date value) { this.FileDate = value; return this; } public String getHash() { return Hash; } public Document setHash(String value) { this.Hash = value; return this; } public String getHashType() { return HashType; } public Document setHashType(String value) { this.HashType = value; return this; } public String getFileUrl() { return FileUrl; } public Document setFileUrl(String value) { this.FileUrl = value; return this; } public String getStandardDocumentUrl() { return StandardDocumentUrl; } public Document setStandardDocumentUrl(String value) { this.StandardDocumentUrl = value; return this; } public Boolean getIsCorporateIdentity() { return IsCorporateIdentity; } public Document setIsCorporateIdentity(Boolean value) { this.IsCorporateIdentity = value; return this; } public String getUserTitle() { return UserTitle; } public Document setUserTitle(String value) { this.UserTitle = value; return this; } public Boolean getIsFrozen() { return IsFrozen; } public Document setIsFrozen(Boolean value) { this.IsFrozen = value; return this; } public Integer getInternalCompanyID() { return InternalCompanyID; } public Document setInternalCompanyID(Integer value) { this.InternalCompanyID = value; return this; } public String getDirectUrl() { return DirectUrl; } public Document setDirectUrl(String value) { this.DirectUrl = value; return this; } public Boolean isAllowDigitalSigningOnlyOnPrimaryVersions() { return AllowDigitalSigningOnlyOnPrimaryVersions; } public Document setAllowDigitalSigningOnlyOnPrimaryVersions(Boolean value) { this.AllowDigitalSigningOnlyOnPrimaryVersions = value; return this; } public Boolean getIsPrimaryVersion() { return IsPrimaryVersion; } public Document setIsPrimaryVersion(Boolean value) { this.IsPrimaryVersion = value; return this; } public String getFileExtension() { return FileExtension; } public Document setFileExtension(String value) { this.FileExtension = value; return this; } public HashMap getCustomProperties() { return CustomProperties; } public Document setCustomProperties(HashMap value) { this.CustomProperties = value; return this; } } }