Class ObjectFactory
-
- All Implemented Interfaces:
public class ObjectFactoryThis object contains factory methods for each Java content interface and Java element interface generated in the org.somda.sdpi.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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.somda.sdpi.
-
Method Summary
-
-
Method Detail
-
createGender
Gender createGender()
Create an instance of Gender
- Returns:
thenew instance of Gender
-
createCodedAttributesType
CodedAttributesType createCodedAttributesType()
Create an instance of CodedAttributesType
- Returns:
thenew instance of CodedAttributesType
-
createCodedStringAttributeType
CodedStringAttributeType createCodedStringAttributeType()
Create an instance of CodedStringAttributeType
- Returns:
thenew instance of CodedStringAttributeType
-
createCodedIntegerAttributeType
CodedIntegerAttributeType createCodedIntegerAttributeType()
Create an instance of CodedIntegerAttributeType
- Returns:
thenew instance of CodedIntegerAttributeType
-
createCodedDecimalAttributeType
CodedDecimalAttributeType createCodedDecimalAttributeType()
Create an instance of CodedDecimalAttributeType
- Returns:
thenew instance of CodedDecimalAttributeType
-
createMdcAttributeType
MdcAttributeType createMdcAttributeType()
Create an instance of MdcAttributeType
- Returns:
thenew instance of MdcAttributeType
-
createEquipmentIdentifier
EquipmentIdentifier createEquipmentIdentifier()
Create an instance of EquipmentIdentifier
- Returns:
thenew instance of EquipmentIdentifier
-
createCodedAttributes
JAXBElement<CodedAttributesType> createCodedAttributes(CodedAttributesType value)
Create an instance of JAXBElement
<CodedAttributesType>- Parameters:
value- Java instance representing xml element's value.- Returns:
thenew instance of JAXBElement
<CodedAttributesType>
-
createCodedStringAttribute
JAXBElement<CodedStringAttributeType> createCodedStringAttribute(CodedStringAttributeType value)
Create an instance of JAXBElement
<CodedStringAttributeType>- Parameters:
value- Java instance representing xml element's value.- Returns:
thenew instance of JAXBElement
<CodedStringAttributeType>
-
createCodedIntegerAttribute
JAXBElement<CodedIntegerAttributeType> createCodedIntegerAttribute(CodedIntegerAttributeType value)
Create an instance of JAXBElement
<CodedIntegerAttributeType>- Parameters:
value- Java instance representing xml element's value.- Returns:
thenew instance of JAXBElement
<CodedIntegerAttributeType>
-
createCodedDecimalAttribute
JAXBElement<CodedDecimalAttributeType> createCodedDecimalAttribute(CodedDecimalAttributeType value)
Create an instance of JAXBElement
<CodedDecimalAttributeType>- Parameters:
value- Java instance representing xml element's value.- Returns:
thenew instance of JAXBElement
<CodedDecimalAttributeType>
-
createMdcAttribute
JAXBElement<MdcAttributeType> createMdcAttribute(MdcAttributeType value)
Create an instance of JAXBElement
<MdcAttributeType>- Parameters:
value- Java instance representing xml element's value.- Returns:
thenew instance of JAXBElement
<MdcAttributeType>
-
-
-
-