• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

evolvedbinary / elemental / 982

29 Apr 2025 08:34PM UTC coverage: 56.409% (+0.007%) from 56.402%
982

push

circleci

adamretter
[feature] Improve README.md badges

28451 of 55847 branches covered (50.94%)

Branch coverage included in aggregate %.

77468 of 131924 relevant lines covered (58.72%)

0.59 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/exist-core/src/main/java/org/exist/http/jaxb/ObjectFactory.java
1
/*
2
 * Elemental
3
 * Copyright (C) 2024, Evolved Binary Ltd
4
 *
5
 * admin@evolvedbinary.com
6
 * https://www.evolvedbinary.com | https://www.elemental.xyz
7
 *
8
 * Use of this software is governed by the Business Source License 1.1
9
 * included in the LICENSE file and at www.mariadb.com/bsl11.
10
 *
11
 * Change Date: 2028-04-27
12
 *
13
 * On the date above, in accordance with the Business Source License, use
14
 * of this software will be governed by the Apache License, Version 2.0.
15
 *
16
 * Additional Use Grant: Production use of the Licensed Work for a permitted
17
 * purpose. A Permitted Purpose is any purpose other than a Competing Use.
18
 * A Competing Use means making the Software available to others in a commercial
19
 * product or service that: substitutes for the Software; substitutes for any
20
 * other product or service we offer using the Software that exists as of the
21
 * date we make the Software available; or offers the same or substantially
22
 * similar functionality as the Software.
23
 */
24
//
25
// This file was generated by the Eclipse Implementation of JAXB, v3.0.0 
26
// See https://eclipse-ee4j.github.io/jaxb-ri 
27
// Any modifications to this file will be lost upon recompilation of the source schema. 
28
// Generated on: 2020.12.01 at 10:16:19 AM CET 
29
//
30

31
/*
32
 * eXist-db Open Source Native XML Database
33
 * Copyright (C) 2001 The eXist-db Authors
34
 *
35
 * info@exist-db.org
36
 * http://www.exist-db.org
37
 *
38
 * This library is free software; you can redistribute it and/or
39
 * modify it under the terms of the GNU Lesser General Public
40
 * License as published by the Free Software Foundation; either
41
 * version 2.1 of the License, or (at your option) any later version.
42
 *
43
 * This library is distributed in the hope that it will be useful,
44
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
45
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
46
 * Lesser General Public License for more details.
47
 *
48
 * You should have received a copy of the GNU Lesser General Public
49
 * License along with this library; if not, write to the Free Software
50
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
51
 */
52
package org.exist.http.jaxb;
53

54
import jakarta.xml.bind.annotation.XmlRegistry;
55

56

57
/**
58
 * This object contains factory methods for each 
59
 * Java content interface and Java element interface 
60
 * generated in the org.exist.http.jaxb package. 
61
 * <p>An ObjectFactory allows you to programatically 
62
 * construct new instances of the Java representation 
63
 * for XML content. The Java representation of XML 
64
 * content can consist of schema derived interfaces 
65
 * and classes representing the binding of schema 
66
 * type definitions, element declarations and model 
67
 * groups.  Factory methods for each of these are 
68
 * provided in this class.
69
 * 
70
 */
71
@XmlRegistry
72
public class ObjectFactory {
73

74

75
    /**
76
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.exist.http.jaxb
77
     * 
78
     */
79
    public ObjectFactory() {
×
80
    }
×
81

82
    /**
83
     * Create an instance of {@link Query }
84
     *
85
     * @return the Query.
86
     */
87
    public Query createQuery() {
88
        return new Query();
×
89
    }
90

91
    /**
92
     * Create an instance of {@link Result }
93
     *
94
     * @return the Result.
95
     */
96
    public Result createResult() {
97
        return new Result();
×
98
    }
99

100
    /**
101
     * Create an instance of {@link Sequence }
102
     *
103
     * @return the Sequence.
104
     */
105
    public Sequence createSequence() {
106
        return new Sequence();
×
107
    }
108

109
    /**
110
     * Create an instance of {@link Query.Properties }
111
     *
112
     * @return the Query.Properties.
113
     */
114
    public Query.Properties createQueryProperties() {
115
        return new Query.Properties();
×
116
    }
117

118
    /**
119
     * Create an instance of {@link Query.Variables }
120
     *
121
     * @return the Query.Variables.
122
     */
123
    public Query.Variables createQueryVariables() {
124
        return new Query.Variables();
×
125
    }
126

127
    /**
128
     * Create an instance of {@link Query.Variables.Variable }
129
     *
130
     * @return the Query.Variable.
131
     */
132
    public Query.Variables.Variable createQueryVariablesVariable() {
133
        return new Query.Variables.Variable();
×
134
    }
135

136
    /**
137
     * Create an instance of {@link Collection }
138
     *
139
     * @return the Collection.
140
     */
141
    public Collection createCollection() {
142
        return new Collection();
×
143
    }
144

145
    /**
146
     * Create an instance of {@link Result.Value }
147
     *
148
     * @return the Result.Value.
149
     */
150
    public Result.Value createResultValue() {
151
        return new Result.Value();
×
152
    }
153

154
    /**
155
     * Create an instance of {@link Sequence.Value }
156
     *
157
     * @return the Sequence.Value.
158
     */
159
    public Sequence.Value createSequenceValue() {
160
        return new Sequence.Value();
×
161
    }
162

163
    /**
164
     * Create an instance of {@link Query.Properties.Property }
165
     *
166
     * @return The Query.Property.
167
     */
168
    public Query.Properties.Property createQueryPropertiesProperty() {
169
        return new Query.Properties.Property();
×
170
    }
171

172
    /**
173
     * Create an instance of {@link Query.Variables.Variable.Qname }
174
     *
175
     * @return the Query.Variable.Qname.
176
     */
177
    public Query.Variables.Variable.Qname createQueryVariablesVariableQname() {
178
        return new Query.Variables.Variable.Qname();
×
179
    }
180

181
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc