public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: au.net.electronichealth.ns.hi.xsd.consumercore.consumercoreelements._3
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<BirthOrderType> |
createBirthOrder(BirthOrderType value)
|
JAXBElement<BirthPluralityType> |
createBirthPlurality(BirthPluralityType value)
|
JAXBElement<String> |
createDvaFileNumber(String value)
|
JAXBElement<TrueFalseType> |
createHistory(TrueFalseType value)
|
JAXBElement<String> |
createIhiNumber(String value)
|
JAXBElement<IHIRecordStatusType> |
createIhiRecordStatus(IHIRecordStatusType value)
|
JAXBElement<IHIStatusType> |
createIhiStatus(IHIStatusType value)
|
JAXBElement<String> |
createMedicareCardNumber(String value)
|
JAXBElement<Integer> |
createMedicareIRN(Integer value)
|
JAXBElement<SourceOfDeathNotificationType> |
createSourceOfDeathNotification(SourceOfDeathNotificationType value)
|
public ObjectFactory()
public JAXBElement<IHIRecordStatusType> createIhiRecordStatus(IHIRecordStatusType value)
public JAXBElement<String> createDvaFileNumber(String value)
public JAXBElement<IHIStatusType> createIhiStatus(IHIStatusType value)
public JAXBElement<SourceOfDeathNotificationType> createSourceOfDeathNotification(SourceOfDeathNotificationType value)
public JAXBElement<Integer> createMedicareIRN(Integer value)
public JAXBElement<BirthPluralityType> createBirthPlurality(BirthPluralityType value)
public JAXBElement<TrueFalseType> createHistory(TrueFalseType value)
public JAXBElement<String> createIhiNumber(String value)
public JAXBElement<BirthOrderType> createBirthOrder(BirthOrderType value)
public JAXBElement<String> createMedicareCardNumber(String value)
Copyright © 2021. All rights reserved.