Package org.somda.sdc.mdpws.model
Class ObjectFactory
- java.lang.Object
-
- org.somda.sdc.mdpws.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.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
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.mdpws.model
-
Method Summary
-
-
-
Method Detail
-
createStreamDescriptionsType
public StreamDescriptionsType createStreamDescriptionsType()
Create an instance ofStreamDescriptionsType
-
createStreamSourceType
public StreamSourceType createStreamSourceType()
Create an instance ofStreamSourceType
-
createSafetyRequirementsAssertionType
public SafetyRequirementsAssertionType createSafetyRequirementsAssertionType()
Create an instance ofSafetyRequirementsAssertionType
-
createSafetyRequirementsType
public SafetyRequirementsType createSafetyRequirementsType()
Create an instance ofSafetyRequirementsType
-
createSafetyInfoType
public SafetyInfoType createSafetyInfoType()
Create an instance ofSafetyInfoType
-
createStreamTransmissionType
public StreamTransmissionType createStreamTransmissionType()
Create an instance ofStreamTransmissionType
-
createStreamTypeType
public StreamTypeType createStreamTypeType()
Create an instance ofStreamTypeType
-
createSelectorType
public SelectorType createSelectorType()
Create an instance ofSelectorType
-
createDualChannelDefinitionType
public DualChannelDefinitionType createDualChannelDefinitionType()
Create an instance ofDualChannelDefinitionType
-
createSafetyContextDefType
public SafetyContextDefType createSafetyContextDefType()
Create an instance ofSafetyContextDefType
-
createDualChannelType
public DualChannelType createDualChannelType()
Create an instance ofDualChannelType
-
createSafetyContextType
public SafetyContextType createSafetyContextType()
Create an instance ofSafetyContextType
-
createDualChannelValueType
public DualChannelValueType createDualChannelValueType()
Create an instance ofDualChannelValueType
-
createContextValueType
public ContextValueType createContextValueType()
Create an instance ofContextValueType
-
createStreamDescriptionsTypeTypes
public StreamDescriptionsType.Types createStreamDescriptionsTypeTypes()
Create an instance ofStreamDescriptionsType.Types
-
createStreamSource
public javax.xml.bind.JAXBElement<StreamSourceType> createStreamSource(StreamSourceType value)
- 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
public javax.xml.bind.JAXBElement<SafetyInfoType> createSafetyInfo(SafetyInfoType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SafetyInfoType>
-
createSafetyContextTypeValue
public SafetyContextType.Value createSafetyContextTypeValue(ContextValueType value)
Create an instance ofSafetyContextType.Value- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
SafetyContextType.Value
-
createDualChannelTypeValue
public DualChannelType.Value createDualChannelTypeValue(DualChannelValueType value)
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
-
-