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 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.model -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAssertionTypejakarta.xml.bind.JAXBElement<HostServiceType>createHost(HostServiceType value) jakarta.xml.bind.JAXBElement<HostedServiceType>createHosted(HostedServiceType value) Create an instance ofHostedServiceTypeCreate an instance ofHostServiceTypeCreate an instance ofLocalizedStringTypejakarta.xml.bind.JAXBElement<AssertionType>createProfile(AssertionType value) Create an instance ofRelationshipjakarta.xml.bind.JAXBElement<String>createServiceId(String value) jakarta.xml.bind.JAXBElement<ThisDeviceType>createThisDevice(ThisDeviceType value) Create an instance ofThisDeviceTypejakarta.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- Returns:
- the new instance of
ThisModelType
-
createThisDeviceType
Create an instance ofThisDeviceType- Returns:
- the new instance of
ThisDeviceType
-
createRelationship
Create an instance ofRelationship- Returns:
- the new instance of
Relationship
-
createHostServiceType
Create an instance ofHostServiceType- Returns:
- the new instance of
HostServiceType
-
createHostedServiceType
Create an instance ofHostedServiceType- Returns:
- the new instance of
HostedServiceType
-
createAssertionType
Create an instance ofAssertionType- Returns:
- the new instance of
AssertionType
-
createLocalizedStringType
Create an instance ofLocalizedStringType- Returns:
- the new instance of
LocalizedStringType
-
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>
-