1 |
|
|
2 |
|
package org.kuali.student.security.addressing.dto; |
3 |
|
|
4 |
|
import javax.xml.bind.JAXBElement; |
5 |
|
import javax.xml.bind.annotation.XmlElementDecl; |
6 |
|
import javax.xml.bind.annotation.XmlRegistry; |
7 |
|
import javax.xml.namespace.QName; |
8 |
|
|
9 |
|
|
10 |
|
|
11 |
|
|
12 |
|
|
13 |
|
|
14 |
|
|
15 |
|
|
16 |
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
|
|
21 |
|
|
22 |
|
|
23 |
|
|
24 |
|
@XmlRegistry |
|
|
| 0% |
Uncovered Elements: 39 (39) |
Complexity: 20 |
Complexity Density: 1.05 |
|
25 |
|
public class ObjectFactory { |
26 |
|
|
27 |
|
private final static QName _ReplyAfter_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "ReplyAfter"); |
28 |
|
private final static QName _EndpointReference_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "EndpointReference"); |
29 |
|
private final static QName _To_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "To"); |
30 |
|
private final static QName _RetryAfter_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "RetryAfter"); |
31 |
|
private final static QName _MessageID_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "MessageID"); |
32 |
|
private final static QName _FaultTo_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "FaultTo"); |
33 |
|
private final static QName _Action_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "Action"); |
34 |
|
private final static QName _ReplyTo_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "ReplyTo"); |
35 |
|
private final static QName _From_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "From"); |
36 |
|
private final static QName _RelatesTo_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "RelatesTo"); |
37 |
|
|
38 |
|
|
39 |
|
|
40 |
|
|
41 |
|
|
|
|
| - |
Uncovered Elements: 0 (0) |
Complexity: 1 |
Complexity Density: - |
|
42 |
0
|
public ObjectFactory() {... |
43 |
|
} |
44 |
|
|
45 |
|
|
46 |
|
@link |
47 |
|
|
48 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
49 |
0
|
public ReplyAfterType createReplyAfterType() {... |
50 |
0
|
return new ReplyAfterType(); |
51 |
|
} |
52 |
|
|
53 |
|
|
54 |
|
@link |
55 |
|
|
56 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
57 |
0
|
public Relationship createRelationship() {... |
58 |
0
|
return new Relationship(); |
59 |
|
} |
60 |
|
|
61 |
|
|
62 |
|
@link |
63 |
|
|
64 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
65 |
0
|
public EndpointReferenceType createEndpointReferenceType() {... |
66 |
0
|
return new EndpointReferenceType(); |
67 |
|
} |
68 |
|
|
69 |
|
|
70 |
|
@link |
71 |
|
|
72 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
73 |
0
|
public ReferencePropertiesType createReferencePropertiesType() {... |
74 |
0
|
return new ReferencePropertiesType(); |
75 |
|
} |
76 |
|
|
77 |
|
|
78 |
|
@link |
79 |
|
|
80 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
81 |
0
|
public ReferenceParametersType createReferenceParametersType() {... |
82 |
0
|
return new ReferenceParametersType(); |
83 |
|
} |
84 |
|
|
85 |
|
|
86 |
|
@link |
87 |
|
|
88 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
89 |
0
|
public AttributedQName createAttributedQName() {... |
90 |
0
|
return new AttributedQName(); |
91 |
|
} |
92 |
|
|
93 |
|
|
94 |
|
@link |
95 |
|
|
96 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
97 |
0
|
public RetryAfterType createRetryAfterType() {... |
98 |
0
|
return new RetryAfterType(); |
99 |
|
} |
100 |
|
|
101 |
|
|
102 |
|
@link |
103 |
|
|
104 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
105 |
0
|
public AttributedURI createAttributedURI() {... |
106 |
0
|
return new AttributedURI(); |
107 |
|
} |
108 |
|
|
109 |
|
|
110 |
|
@link |
111 |
|
|
112 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
113 |
0
|
public ServiceNameType createServiceNameType() {... |
114 |
0
|
return new ServiceNameType(); |
115 |
|
} |
116 |
|
|
117 |
|
|
118 |
|
@link@link |
119 |
|
|
120 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
121 |
0
|
@XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "ReplyAfter")... |
122 |
|
public JAXBElement<ReplyAfterType> createReplyAfter(ReplyAfterType value) { |
123 |
0
|
return new JAXBElement<ReplyAfterType>(_ReplyAfter_QNAME, ReplyAfterType.class, null, value); |
124 |
|
} |
125 |
|
|
126 |
|
|
127 |
|
@link@link |
128 |
|
|
129 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
130 |
0
|
@XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "EndpointReference")... |
131 |
|
public JAXBElement<EndpointReferenceType> createEndpointReference(EndpointReferenceType value) { |
132 |
0
|
return new JAXBElement<EndpointReferenceType>(_EndpointReference_QNAME, EndpointReferenceType.class, null, value); |
133 |
|
} |
134 |
|
|
135 |
|
|
136 |
|
@link@link |
137 |
|
|
138 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
139 |
0
|
@XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "To")... |
140 |
|
public JAXBElement<AttributedURI> createTo(AttributedURI value) { |
141 |
0
|
return new JAXBElement<AttributedURI>(_To_QNAME, AttributedURI.class, null, value); |
142 |
|
} |
143 |
|
|
144 |
|
|
145 |
|
@link@link |
146 |
|
|
147 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
148 |
0
|
@XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "RetryAfter")... |
149 |
|
public JAXBElement<RetryAfterType> createRetryAfter(RetryAfterType value) { |
150 |
0
|
return new JAXBElement<RetryAfterType>(_RetryAfter_QNAME, RetryAfterType.class, null, value); |
151 |
|
} |
152 |
|
|
153 |
|
|
154 |
|
@link@link |
155 |
|
|
156 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
157 |
0
|
@XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "MessageID")... |
158 |
|
public JAXBElement<AttributedURI> createMessageID(AttributedURI value) { |
159 |
0
|
return new JAXBElement<AttributedURI>(_MessageID_QNAME, AttributedURI.class, null, value); |
160 |
|
} |
161 |
|
|
162 |
|
|
163 |
|
@link@link |
164 |
|
|
165 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
166 |
0
|
@XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "FaultTo")... |
167 |
|
public JAXBElement<EndpointReferenceType> createFaultTo(EndpointReferenceType value) { |
168 |
0
|
return new JAXBElement<EndpointReferenceType>(_FaultTo_QNAME, EndpointReferenceType.class, null, value); |
169 |
|
} |
170 |
|
|
171 |
|
|
172 |
|
@link@link |
173 |
|
|
174 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
175 |
0
|
@XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "Action")... |
176 |
|
public JAXBElement<AttributedURI> createAction(AttributedURI value) { |
177 |
0
|
return new JAXBElement<AttributedURI>(_Action_QNAME, AttributedURI.class, null, value); |
178 |
|
} |
179 |
|
|
180 |
|
|
181 |
|
@link@link |
182 |
|
|
183 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
184 |
0
|
@XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "ReplyTo")... |
185 |
|
public JAXBElement<EndpointReferenceType> createReplyTo(EndpointReferenceType value) { |
186 |
0
|
return new JAXBElement<EndpointReferenceType>(_ReplyTo_QNAME, EndpointReferenceType.class, null, value); |
187 |
|
} |
188 |
|
|
189 |
|
|
190 |
|
@link@link |
191 |
|
|
192 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
193 |
0
|
@XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "From")... |
194 |
|
public JAXBElement<EndpointReferenceType> createFrom(EndpointReferenceType value) { |
195 |
0
|
return new JAXBElement<EndpointReferenceType>(_From_QNAME, EndpointReferenceType.class, null, value); |
196 |
|
} |
197 |
|
|
198 |
|
|
199 |
|
@link@link |
200 |
|
|
201 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
202 |
0
|
@XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "RelatesTo")... |
203 |
|
public JAXBElement<Relationship> createRelatesTo(Relationship value) { |
204 |
0
|
return new JAXBElement<Relationship>(_RelatesTo_QNAME, Relationship.class, null, value); |
205 |
|
} |
206 |
|
|
207 |
|
} |