Clover Coverage Report - KS Security 1.2-M6-SNAPSHOT (Aggregated)
Coverage timestamp: Sun Sep 11 2011 06:30:58 EDT
../../../../../../img/srcFileCovDistChart0.png 6% of files have more coverage
19   207   20   0.95
0   87   1.05   20
20     1  
1    
 
  ObjectFactory       Line # 25 19 0% 20 39 0% 0.0
 
No Tests
 
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    * This object contains factory methods for each
12    * Java content interface and Java element interface
13    * generated in the org.kuali.student.security.addressing.dto package.
14    * <p>An ObjectFactory allows you to programatically
15    * construct new instances of the Java representation
16    * for XML content. The Java representation of XML
17    * content can consist of schema derived interfaces
18    * and classes representing the binding of schema
19    * type definitions, element declarations and model
20    * groups. Factory methods for each of these are
21    * provided in this class.
22    *
23    */
24    @XmlRegistry
 
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    * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.kuali.student.security.addressing.dto
40    *
41    */
 
42  0 toggle public ObjectFactory() {
43    }
44   
45    /**
46    * Create an instance of {@link ReplyAfterType }
47    *
48    */
 
49  0 toggle public ReplyAfterType createReplyAfterType() {
50  0 return new ReplyAfterType();
51    }
52   
53    /**
54    * Create an instance of {@link Relationship }
55    *
56    */
 
57  0 toggle public Relationship createRelationship() {
58  0 return new Relationship();
59    }
60   
61    /**
62    * Create an instance of {@link EndpointReferenceType }
63    *
64    */
 
65  0 toggle public EndpointReferenceType createEndpointReferenceType() {
66  0 return new EndpointReferenceType();
67    }
68   
69    /**
70    * Create an instance of {@link ReferencePropertiesType }
71    *
72    */
 
73  0 toggle public ReferencePropertiesType createReferencePropertiesType() {
74  0 return new ReferencePropertiesType();
75    }
76   
77    /**
78    * Create an instance of {@link ReferenceParametersType }
79    *
80    */
 
81  0 toggle public ReferenceParametersType createReferenceParametersType() {
82  0 return new ReferenceParametersType();
83    }
84   
85    /**
86    * Create an instance of {@link AttributedQName }
87    *
88    */
 
89  0 toggle public AttributedQName createAttributedQName() {
90  0 return new AttributedQName();
91    }
92   
93    /**
94    * Create an instance of {@link RetryAfterType }
95    *
96    */
 
97  0 toggle public RetryAfterType createRetryAfterType() {
98  0 return new RetryAfterType();
99    }
100   
101    /**
102    * Create an instance of {@link AttributedURI }
103    *
104    */
 
105  0 toggle public AttributedURI createAttributedURI() {
106  0 return new AttributedURI();
107    }
108   
109    /**
110    * Create an instance of {@link ServiceNameType }
111    *
112    */
 
113  0 toggle public ServiceNameType createServiceNameType() {
114  0 return new ServiceNameType();
115    }
116   
117    /**
118    * Create an instance of {@link JAXBElement }{@code <}{@link ReplyAfterType }{@code >}}
119    *
120    */
 
121  0 toggle @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    * Create an instance of {@link JAXBElement }{@code <}{@link EndpointReferenceType }{@code >}}
128    *
129    */
 
130  0 toggle @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    * Create an instance of {@link JAXBElement }{@code <}{@link AttributedURI }{@code >}}
137    *
138    */
 
139  0 toggle @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    * Create an instance of {@link JAXBElement }{@code <}{@link RetryAfterType }{@code >}}
146    *
147    */
 
148  0 toggle @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    * Create an instance of {@link JAXBElement }{@code <}{@link AttributedURI }{@code >}}
155    *
156    */
 
157  0 toggle @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    * Create an instance of {@link JAXBElement }{@code <}{@link EndpointReferenceType }{@code >}}
164    *
165    */
 
166  0 toggle @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    * Create an instance of {@link JAXBElement }{@code <}{@link AttributedURI }{@code >}}
173    *
174    */
 
175  0 toggle @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    * Create an instance of {@link JAXBElement }{@code <}{@link EndpointReferenceType }{@code >}}
182    *
183    */
 
184  0 toggle @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    * Create an instance of {@link JAXBElement }{@code <}{@link EndpointReferenceType }{@code >}}
191    *
192    */
 
193  0 toggle @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    * Create an instance of {@link JAXBElement }{@code <}{@link Relationship }{@code >}}
200    *
201    */
 
202  0 toggle @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    }