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.common.commoncoreelements._3
|
public ObjectFactory()
public ServiceMessagesType createServiceMessagesType()
ServiceMessagesTypepublic ProductType createProductType()
ProductTypepublic TimestampType createTimestampType()
TimestampTypepublic ServiceMessageType createServiceMessageType()
ServiceMessageTypepublic SignatureContainerType createSignatureContainerType()
SignatureContainerTypepublic JAXBElement<ServiceMessagesType> createServiceMessages(ServiceMessagesType value)
public JAXBElement<QualifiedId> createHpio(QualifiedId value)
public JAXBElement<QualifiedId> createUser(QualifiedId value)
public JAXBElement<ServiceMessageType> createServiceMessage(ServiceMessageType value)
public JAXBElement<ProductType> createProduct(ProductType value)
public JAXBElement<DateAccuracyIndicatorType> createDateOfDeathAccuracyIndicator(DateAccuracyIndicatorType value)
public JAXBElement<XMLGregorianCalendar> createDateOfDeath(XMLGregorianCalendar value)
public JAXBElement<XMLGregorianCalendar> createDateOfBirth(XMLGregorianCalendar value)
public JAXBElement<XMLGregorianCalendar> createStartDate(XMLGregorianCalendar value)
public JAXBElement<SexType> createSex(SexType value)
public JAXBElement<DateAccuracyIndicatorType> createDateOfBirthAccuracyIndicator(DateAccuracyIndicatorType value)
public JAXBElement<TimestampType> createTimestamp(TimestampType value)
public JAXBElement<TrueFalseType> createPreferred(TrueFalseType value)
public JAXBElement<XMLGregorianCalendar> createEndDate(XMLGregorianCalendar value)
public JAXBElement<SignatureContainerType> createSignature(SignatureContainerType value)
Copyright © 2021. All rights reserved.