Parent: [287e85] (diff)

Child: [ae971b] (diff)

Download this file

ObjectFactory.java    168 lines (145 with data), 7.0 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
package net.timbusproject.dpes.alternative;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the net.timbusproject.dpes.alternative 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 {
private final static QName _IdentifyPreservationAlternativesResponse_QNAME = new QName("http://alternative.dpes.timbusproject.net/", "identifyPreservationAlternativesResponse");
private final static QName _OWLOntologyStorageException_QNAME = new QName("http://alternative.dpes.timbusproject.net/", "OWLOntologyStorageException");
private final static QName _IOException_QNAME = new QName("http://alternative.dpes.timbusproject.net/", "IOException");
private final static QName _OWLOntologyCreationException_QNAME = new QName("http://alternative.dpes.timbusproject.net/", "OWLOntologyCreationException");
private final static QName _IdentifyPreservationAlternatives_QNAME = new QName("http://alternative.dpes.timbusproject.net/", "identifyPreservationAlternatives");
private final static QName _OwlElementNotFoundException_QNAME = new QName("http://alternative.dpes.timbusproject.net/", "OwlElementNotFoundException");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.timbusproject.dpes.alternative
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link OwlElementNotFoundException }
*
*/
public OwlElementNotFoundException createOwlElementNotFoundException() {
return new OwlElementNotFoundException();
}
/**
* Create an instance of {@link OWLOntologyCreationException }
*
*/
public OWLOntologyCreationException createOWLOntologyCreationException() {
return new OWLOntologyCreationException();
}
/**
* Create an instance of {@link IdentifyPreservationAlternatives }
*
*/
public IdentifyPreservationAlternatives createIdentifyPreservationAlternatives() {
return new IdentifyPreservationAlternatives();
}
/**
* Create an instance of {@link IOException }
*
*/
public IOException createIOException() {
return new IOException();
}
/**
* Create an instance of {@link IdentifyPreservationAlternativesResponse }
*
*/
public IdentifyPreservationAlternativesResponse createIdentifyPreservationAlternativesResponse() {
return new IdentifyPreservationAlternativesResponse();
}
/**
* Create an instance of {@link OWLOntologyStorageException }
*
*/
public OWLOntologyStorageException createOWLOntologyStorageException() {
return new OWLOntologyStorageException();
}
/**
* Create an instance of {@link PreservationAlternative }
*
*/
public PreservationAlternative createPreservationAlternative() {
return new PreservationAlternative();
}
/**
* Create an instance of {@link PreservationAlternatives }
*
*/
public PreservationAlternatives createPreservationAlternatives() {
return new PreservationAlternatives();
}
/**
* Create an instance of {@link Risk }
*
*/
public Risk createRisk() {
return new Risk();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link IdentifyPreservationAlternativesResponse }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://alternative.dpes.timbusproject.net/", name = "identifyPreservationAlternativesResponse")
public JAXBElement<IdentifyPreservationAlternativesResponse> createIdentifyPreservationAlternativesResponse(IdentifyPreservationAlternativesResponse value) {
return new JAXBElement<IdentifyPreservationAlternativesResponse>(_IdentifyPreservationAlternativesResponse_QNAME, IdentifyPreservationAlternativesResponse.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link OWLOntologyStorageException }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://alternative.dpes.timbusproject.net/", name = "OWLOntologyStorageException")
public JAXBElement<OWLOntologyStorageException> createOWLOntologyStorageException(OWLOntologyStorageException value) {
return new JAXBElement<OWLOntologyStorageException>(_OWLOntologyStorageException_QNAME, OWLOntologyStorageException.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link IOException }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://alternative.dpes.timbusproject.net/", name = "IOException")
public JAXBElement<IOException> createIOException(IOException value) {
return new JAXBElement<IOException>(_IOException_QNAME, IOException.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link OWLOntologyCreationException }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://alternative.dpes.timbusproject.net/", name = "OWLOntologyCreationException")
public JAXBElement<OWLOntologyCreationException> createOWLOntologyCreationException(OWLOntologyCreationException value) {
return new JAXBElement<OWLOntologyCreationException>(_OWLOntologyCreationException_QNAME, OWLOntologyCreationException.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link IdentifyPreservationAlternatives }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://alternative.dpes.timbusproject.net/", name = "identifyPreservationAlternatives")
public JAXBElement<IdentifyPreservationAlternatives> createIdentifyPreservationAlternatives(IdentifyPreservationAlternatives value) {
return new JAXBElement<IdentifyPreservationAlternatives>(_IdentifyPreservationAlternatives_QNAME, IdentifyPreservationAlternatives.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link OwlElementNotFoundException }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://alternative.dpes.timbusproject.net/", name = "OwlElementNotFoundException")
public JAXBElement<OwlElementNotFoundException> createOwlElementNotFoundException(OwlElementNotFoundException value) {
return new JAXBElement<OwlElementNotFoundException>(_OwlElementNotFoundException_QNAME, OwlElementNotFoundException.class, null, value);
}
}