Package org.somda.sdc.dpws.model
Class ObjectFactory
java.lang.Object
org.somda.sdc.dpws.model.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.somda.sdc.dpws.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.model -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAssertionTypejavax.xml.bind.JAXBElement<HostServiceType>createHost(HostServiceType value) javax.xml.bind.JAXBElement<HostedServiceType>createHosted(HostedServiceType value) Create an instance ofHostedServiceTypeCreate an instance ofHostServiceTypeCreate an instance ofLocalizedStringTypejavax.xml.bind.JAXBElement<AssertionType>createProfile(AssertionType value) Create an instance ofRelationshipjavax.xml.bind.JAXBElement<String>createServiceId(String value) javax.xml.bind.JAXBElement<ThisDeviceType>createThisDevice(ThisDeviceType value) Create an instance ofThisDeviceTypejavax.xml.bind.JAXBElement<ThisModelType>createThisModel(ThisModelType value) Create an instance ofThisModelTypecreateTypes(List<QName> 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.model
-
-
Method Details
-
createThisModelType
Create an instance ofThisModelType -
createThisDeviceType
Create an instance ofThisDeviceType -
createRelationship
Create an instance ofRelationship -
createHostServiceType
Create an instance ofHostServiceType -
createHostedServiceType
Create an instance ofHostedServiceType -
createAssertionType
Create an instance ofAssertionType -
createLocalizedStringType
Create an instance ofLocalizedStringType -
createThisModel
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ThisModelType>
-
createThisDevice
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ThisDeviceType>
-
createHost
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<HostServiceType>
-
createHosted
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<HostedServiceType>
-
createServiceId
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createTypes
-
createProfile
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AssertionType>
-