Class ObjectFactory

java.lang.Object
org.somda.sdc.dpws.soap.wsdiscovery.model.ObjectFactory

public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.somda.sdc.dpws.soap.wsdiscovery.model 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.somda.sdc.dpws.soap.wsdiscovery.model
  • 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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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>