Package org.somda.sdc.dpws.model
Class ObjectFactory
- java.lang.Object
-
- org.somda.sdc.dpws.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.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
Constructors Constructor Description 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 Summary
-
-
-
Method Detail
-
createThisModelType
public ThisModelType createThisModelType()
Create an instance ofThisModelType
-
createThisDeviceType
public ThisDeviceType createThisDeviceType()
Create an instance ofThisDeviceType
-
createRelationship
public Relationship createRelationship()
Create an instance ofRelationship
-
createHostServiceType
public HostServiceType createHostServiceType()
Create an instance ofHostServiceType
-
createHostedServiceType
public HostedServiceType createHostedServiceType()
Create an instance ofHostedServiceType
-
createAssertionType
public AssertionType createAssertionType()
Create an instance ofAssertionType
-
createLocalizedStringType
public LocalizedStringType createLocalizedStringType()
Create an instance ofLocalizedStringType
-
createThisModel
public javax.xml.bind.JAXBElement<ThisModelType> createThisModel(ThisModelType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ThisModelType>
-
createThisDevice
public javax.xml.bind.JAXBElement<ThisDeviceType> createThisDevice(ThisDeviceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ThisDeviceType>
-
createHost
public javax.xml.bind.JAXBElement<HostServiceType> createHost(HostServiceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<HostServiceType>
-
createHosted
public javax.xml.bind.JAXBElement<HostedServiceType> createHosted(HostedServiceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<HostedServiceType>
-
createServiceId
public javax.xml.bind.JAXBElement<String> createServiceId(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createProfile
public javax.xml.bind.JAXBElement<AssertionType> createProfile(AssertionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AssertionType>
-
-