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 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 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 TypeMethodDescriptionjavax.xml.bind.JAXBElement<AppSequenceType>createAppSequence(AppSequenceType value) Create an instance ofAppSequenceTypejavax.xml.bind.JAXBElement<ByeType>Create an instance ofByeTypejavax.xml.bind.JAXBElement<HelloType>createHello(HelloType value) Create an instance ofHelloTypejavax.xml.bind.JAXBElement<Long>createMetadataVersion(Long value) javax.xml.bind.JAXBElement<ProbeType>createProbe(ProbeType value) javax.xml.bind.JAXBElement<ProbeMatchesType>Create an instance ofProbeMatchesTypeCreate an instance ofProbeMatchTypeCreate an instance ofProbeTypejavax.xml.bind.JAXBElement<ResolveType>createResolve(ResolveType value) javax.xml.bind.JAXBElement<ResolveMatchesType>Create an instance ofResolveMatchesTypeCreate an instance ofResolveMatchTypeCreate an instance ofResolveTypejavax.xml.bind.JAXBElement<ScopesType>createScopes(ScopesType value) Create an instance ofScopesTypejavax.xml.bind.JAXBElement<SecurityType>createSecurity(SecurityType value) Create an instance ofSecurityTypejavax.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 -
createByeType
Create an instance ofByeType -
createProbeType
Create an instance ofProbeType -
createProbeMatchesType
Create an instance ofProbeMatchesType -
createResolveType
Create an instance ofResolveType -
createResolveMatchesType
Create an instance ofResolveMatchesType -
createScopesType
Create an instance ofScopesType -
createSecurityType
Create an instance ofSecurityType -
createSigType
Create an instance ofSigType -
createAppSequenceType
Create an instance ofAppSequenceType -
createProbeMatchType
Create an instance ofProbeMatchType -
createResolveMatchType
Create an instance ofResolveMatchType -
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 javax.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>
-