Class ObjectFactory

java.lang.Object
org.apache.cxf.ws.discovery.wsdl.ObjectFactory

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2022-12-18T10:01:55-05:00") public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.ws.discovery.wsdl package.

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 Details

    • ObjectFactory

      public 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
  • Method Details

    • createHelloType

      public HelloType createHelloType()
      Create an instance of HelloType
    • createByeType

      public ByeType createByeType()
      Create an instance of ByeType
    • createProbeType

      public ProbeType createProbeType()
      Create an instance of ProbeType
    • createProbeMatchesType

      public ProbeMatchesType createProbeMatchesType()
      Create an instance of ProbeMatchesType
    • createResolveType

      public ResolveType createResolveType()
      Create an instance of ResolveType
    • createResolveMatchesType

      public ResolveMatchesType createResolveMatchesType()
      Create an instance of ResolveMatchesType
    • createScopesType

      public ScopesType createScopesType()
      Create an instance of ScopesType
    • createSecurityType

      public SecurityType createSecurityType()
      Create an instance of SecurityType
    • createSigType

      public SigType createSigType()
      Create an instance of SigType
    • createAppSequenceType

      public AppSequenceType createAppSequenceType()
      Create an instance of AppSequenceType
    • createProbeMatchType

      public ProbeMatchType createProbeMatchType()
      Create an instance of ProbeMatchType
    • createResolveMatchType

      public ResolveMatchType createResolveMatchType()
      Create an instance of ResolveMatchType
    • createHello

      public jakarta.xml.bind.JAXBElement<HelloType> createHello(HelloType value)
      Create an instance of JAXBElement<HelloType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<HelloType>
    • createBye

      public jakarta.xml.bind.JAXBElement<ByeType> createBye(ByeType value)
      Create an instance of JAXBElement<ByeType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ByeType>
    • createProbe

      public jakarta.xml.bind.JAXBElement<ProbeType> createProbe(ProbeType value)
      Create an instance of JAXBElement<ProbeType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ProbeType>
    • createProbeMatches

      public jakarta.xml.bind.JAXBElement<ProbeMatchesType> createProbeMatches(ProbeMatchesType value)
      Create an instance of JAXBElement<ProbeMatchesType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ProbeMatchesType>
    • createResolve

      public jakarta.xml.bind.JAXBElement<ResolveType> createResolve(ResolveType value)
      Create an instance of JAXBElement<ResolveType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ResolveType>
    • createResolveMatches

      public jakarta.xml.bind.JAXBElement<ResolveMatchesType> createResolveMatches(ResolveMatchesType value)
      Create an instance of JAXBElement<ResolveMatchesType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ResolveMatchesType>
    • createTypes

      public jakarta.xml.bind.JAXBElement<List<QName>> createTypes(List<QName> value)
      Create an instance of JAXBElement<List<QName>>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<List<QName>>
    • createScopes

      public jakarta.xml.bind.JAXBElement<ScopesType> createScopes(ScopesType value)
      Create an instance of JAXBElement<ScopesType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ScopesType>
    • createXAddrs

      public jakarta.xml.bind.JAXBElement<List<String>> createXAddrs(List<String> value)
      Create an instance of JAXBElement<List<String>>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<List<String>>
    • createMetadataVersion

      public jakarta.xml.bind.JAXBElement<Long> createMetadataVersion(Long value)
      Create an instance of JAXBElement<Long>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Long>
    • createSupportedMatchingRules

      public jakarta.xml.bind.JAXBElement<List<String>> createSupportedMatchingRules(List<String> value)
      Create an instance of JAXBElement<List<String>>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<List<String>>
    • createSecurity

      public jakarta.xml.bind.JAXBElement<SecurityType> createSecurity(SecurityType value)
      Create an instance of JAXBElement<SecurityType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<SecurityType>
    • createSig

      public jakarta.xml.bind.JAXBElement<SigType> createSig(SigType value)
      Create an instance of JAXBElement<SigType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<SigType>
    • createAppSequence

      public jakarta.xml.bind.JAXBElement<AppSequenceType> createAppSequence(AppSequenceType value)
      Create an instance of JAXBElement<AppSequenceType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<AppSequenceType>