Class ObjectFactory
- java.lang.Object
-
- io.mosip.kernel.core.cbeffutil.jaxbclasses.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the test 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: test
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BDBInfoTypecreateBDBInfoType()Create an instance ofBDBInfoTypejavax.xml.bind.JAXBElement<BIRType>createBIR(BIRType value)BIRInfoTypecreateBIRInfoType()Create an instance ofBIRInfoTypeBIRTypecreateBIRType()Create an instance ofBIRTypeQualityTypecreateQualityType()Create an instance ofQualityTypeRegistryIDTypecreateRegistryIDType()Create an instance ofRegistryIDTypeSBInfoTypecreateSBInfoType()Create an instance ofSBInfoTypeVersionTypecreateVersionType()Create an instance ofVersionType
-
-
-
Method Detail
-
createRegistryIDType
public RegistryIDType createRegistryIDType()
Create an instance ofRegistryIDType
-
createVersionType
public VersionType createVersionType()
Create an instance ofVersionType
-
createQualityType
public QualityType createQualityType()
Create an instance ofQualityType
-
createBDBInfoType
public BDBInfoType createBDBInfoType()
Create an instance ofBDBInfoType
-
createBIRInfoType
public BIRInfoType createBIRInfoType()
Create an instance ofBIRInfoType
-
createSBInfoType
public SBInfoType createSBInfoType()
Create an instance ofSBInfoType
-
-