@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2021-12-16T09:39:43-05:00") public class ObjectFactory extends Object
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.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.discovery.wsdl
|
public ObjectFactory()
public ProbeMatchesType createProbeMatchesType()
ProbeMatchesType
public ResolveType createResolveType()
ResolveType
public ResolveMatchesType createResolveMatchesType()
ResolveMatchesType
public ScopesType createScopesType()
ScopesType
public SecurityType createSecurityType()
SecurityType
public AppSequenceType createAppSequenceType()
AppSequenceType
public ProbeMatchType createProbeMatchType()
ProbeMatchType
public ResolveMatchType createResolveMatchType()
ResolveMatchType
public JAXBElement<HelloType> createHello(HelloType value)
value
- Java instance representing xml element's value.JAXBElement
<
HelloType
>
public JAXBElement<ByeType> createBye(ByeType value)
value
- Java instance representing xml element's value.JAXBElement
<
ByeType
>
public JAXBElement<ProbeType> createProbe(ProbeType value)
value
- Java instance representing xml element's value.JAXBElement
<
ProbeType
>
public JAXBElement<ProbeMatchesType> createProbeMatches(ProbeMatchesType value)
value
- Java instance representing xml element's value.JAXBElement
<
ProbeMatchesType
>
public JAXBElement<ResolveType> createResolve(ResolveType value)
value
- Java instance representing xml element's value.JAXBElement
<
ResolveType
>
public JAXBElement<ResolveMatchesType> createResolveMatches(ResolveMatchesType value)
value
- Java instance representing xml element's value.JAXBElement
<
ResolveMatchesType
>
public JAXBElement<List<QName>> createTypes(List<QName> value)
value
- Java instance representing xml element's value.JAXBElement
<
List
<
QName
>
>
public JAXBElement<ScopesType> createScopes(ScopesType value)
value
- Java instance representing xml element's value.JAXBElement
<
ScopesType
>
public JAXBElement<List<String>> createXAddrs(List<String> value)
value
- Java instance representing xml element's value.JAXBElement
<
List
<
String
>
>
public JAXBElement<Long> createMetadataVersion(Long value)
value
- Java instance representing xml element's value.JAXBElement
<
Long
>
public JAXBElement<List<String>> createSupportedMatchingRules(List<String> value)
value
- Java instance representing xml element's value.JAXBElement
<
List
<
String
>
>
public JAXBElement<SecurityType> createSecurity(SecurityType value)
value
- Java instance representing xml element's value.JAXBElement
<
SecurityType
>
public JAXBElement<SigType> createSig(SigType value)
value
- Java instance representing xml element's value.JAXBElement
<
SigType
>
public JAXBElement<AppSequenceType> createAppSequence(AppSequenceType value)
value
- Java instance representing xml element's value.JAXBElement
<
AppSequenceType
>
Apache CXF