Class ObjectFactory
java.lang.Object
org.somda.sdc.dpws.soap.wsdiscovery.model.ObjectFactory
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 programmatically 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 Summary
ConstructorsConstructorDescriptionCreate 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 Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AppSequenceType>createAppSequence(AppSequenceType value) Create an instance ofAppSequenceTypejakarta.xml.bind.JAXBElement<ByeType>Create an instance ofByeTypejakarta.xml.bind.JAXBElement<HelloType>createHello(HelloType value) Create an instance ofHelloTypejakarta.xml.bind.JAXBElement<Long>createMetadataVersion(Long value) jakarta.xml.bind.JAXBElement<ProbeType>createProbe(ProbeType value) jakarta.xml.bind.JAXBElement<ProbeMatchesType>Create an instance ofProbeMatchesTypeCreate an instance ofProbeMatchTypeCreate an instance ofProbeTypejakarta.xml.bind.JAXBElement<ResolveType>createResolve(ResolveType value) jakarta.xml.bind.JAXBElement<ResolveMatchesType>Create an instance ofResolveMatchesTypeCreate an instance ofResolveMatchTypeCreate an instance ofResolveTypejakarta.xml.bind.JAXBElement<ScopesType>createScopes(ScopesType value) Create an instance ofScopesTypejakarta.xml.bind.JAXBElement<SecurityType>createSecurity(SecurityType value) Create an instance ofSecurityTypejakarta.xml.bind.JAXBElement<SigType>Create an instance ofSigTypecreateSupportedMatchingRules(List<String> value) createTypes(List<QName> value) createXAddrs(List<String> value)
-
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
Create an instance ofHelloType- Returns:
- the new instance of
HelloType
-
createByeType
Create an instance ofByeType- Returns:
- the new instance of
ByeType
-
createProbeType
Create an instance ofProbeType- Returns:
- the new instance of
ProbeType
-
createProbeMatchesType
Create an instance ofProbeMatchesType- Returns:
- the new instance of
ProbeMatchesType
-
createResolveType
Create an instance ofResolveType- Returns:
- the new instance of
ResolveType
-
createResolveMatchesType
Create an instance ofResolveMatchesType- Returns:
- the new instance of
ResolveMatchesType
-
createScopesType
Create an instance ofScopesType- Returns:
- the new instance of
ScopesType
-
createSecurityType
Create an instance ofSecurityType- Returns:
- the new instance of
SecurityType
-
createSigType
Create an instance ofSigType- Returns:
- the new instance of
SigType
-
createAppSequenceType
Create an instance ofAppSequenceType- Returns:
- the new instance of
AppSequenceType
-
createProbeMatchType
Create an instance ofProbeMatchType- Returns:
- the new instance of
ProbeMatchType
-
createResolveMatchType
Create an instance ofResolveMatchType- Returns:
- the new instance of
ResolveMatchType
-
createHello
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<HelloType>
-
createBye
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ByeType>
-
createProbe
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProbeType>
-
createProbeMatches
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProbeMatchesType>
-
createResolve
- 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) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ResolveMatchesType>
-
createTypes
-
createScopes
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ScopesType>
-
createXAddrs
-
createMetadataVersion
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Long>
-
createSupportedMatchingRules
-
createSecurity
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SecurityType>
-
createSig
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SigType>
-
createAppSequence
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AppSequenceType>
-