Package org.somda.sdc.mdpws.model
Class ObjectFactory
java.lang.Object
org.somda.sdc.mdpws.model.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.somda.sdc.mdpws.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.mdpws.model -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofContextValueTypeCreate an instance ofDualChannelDefinitionTypeCreate an instance ofDualChannelTypeCreate an instance ofDualChannelType.ValueCreate an instance ofDualChannelValueTypeCreate an instance ofSafetyContextDefTypeCreate an instance ofSafetyContextTypeCreate an instance ofSafetyContextType.Valuejavax.xml.bind.JAXBElement<SafetyInfoType>createSafetyInfo(SafetyInfoType value) Create an instance ofSafetyInfoTypejavax.xml.bind.JAXBElement<SafetyRequirementsType>javax.xml.bind.JAXBElement<SafetyRequirementsAssertionType>Create an instance ofSafetyRequirementsAssertionTypeCreate an instance ofSafetyRequirementsTypeCreate an instance ofSafetyRequirementsType.DualChannelDefinitionCreate an instance ofSafetyRequirementsType.SafetyContextDefinitionCreate an instance ofSelectorTypejavax.xml.bind.JAXBElement<StreamDescriptionsType>Create an instance ofStreamDescriptionsTypeCreate an instance ofStreamDescriptionsType.Typesjavax.xml.bind.JAXBElement<StreamSourceType>Create an instance ofStreamSourceTypeCreate an instance ofStreamTransmissionTypeCreate an instance ofStreamTypeType
-
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.mdpws.model
-
-
Method Details
-
createStreamDescriptionsType
Create an instance ofStreamDescriptionsType -
createStreamSourceType
Create an instance ofStreamSourceType -
createSafetyRequirementsAssertionType
Create an instance ofSafetyRequirementsAssertionType -
createSafetyRequirementsType
Create an instance ofSafetyRequirementsType -
createSafetyInfoType
Create an instance ofSafetyInfoType -
createStreamTransmissionType
Create an instance ofStreamTransmissionType -
createStreamTypeType
Create an instance ofStreamTypeType -
createSelectorType
Create an instance ofSelectorType -
createDualChannelDefinitionType
Create an instance ofDualChannelDefinitionType -
createSafetyContextDefType
Create an instance ofSafetyContextDefType -
createDualChannelType
Create an instance ofDualChannelType -
createSafetyContextType
Create an instance ofSafetyContextType -
createDualChannelValueType
Create an instance ofDualChannelValueType -
createContextValueType
Create an instance ofContextValueType -
createStreamDescriptionsTypeTypes
Create an instance ofStreamDescriptionsType.Types -
createStreamSource
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StreamSourceType>
-
createStreamDescriptions
public javax.xml.bind.JAXBElement<StreamDescriptionsType> createStreamDescriptions(StreamDescriptionsType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StreamDescriptionsType>
-
createSafetyReqAssertion
public javax.xml.bind.JAXBElement<SafetyRequirementsAssertionType> createSafetyReqAssertion(SafetyRequirementsAssertionType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SafetyRequirementsAssertionType>
-
createSafetyReq
public javax.xml.bind.JAXBElement<SafetyRequirementsType> createSafetyReq(SafetyRequirementsType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SafetyRequirementsType>
-
createSafetyInfo
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SafetyInfoType>
-
createSafetyContextTypeValue
Create an instance ofSafetyContextType.Value- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
SafetyContextType.Value
-
createDualChannelTypeValue
Create an instance ofDualChannelType.Value- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
DualChannelType.Value
-
createSafetyRequirementsTypeDualChannelDefinition
public SafetyRequirementsType.DualChannelDefinition createSafetyRequirementsTypeDualChannelDefinition(DualChannelDefinitionType value) Create an instance ofSafetyRequirementsType.DualChannelDefinition- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
SafetyRequirementsType.DualChannelDefinition
-
createSafetyRequirementsTypeSafetyContextDefinition
public SafetyRequirementsType.SafetyContextDefinition createSafetyRequirementsTypeSafetyContextDefinition(SafetyContextDefType value) Create an instance ofSafetyRequirementsType.SafetyContextDefinition- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
SafetyRequirementsType.SafetyContextDefinition
-