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.address._3
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<AddressType> |
createAddress(AddressType value)
|
AddressType |
createAddressType()
Create an instance of
AddressType |
JAXBElement<AustralianPostalAddressType> |
createAustralianPostalAddress(AustralianPostalAddressType value)
|
AustralianPostalAddressType |
createAustralianPostalAddressType()
Create an instance of
AustralianPostalAddressType |
JAXBElement<AustralianStreetAddressType> |
createAustralianStreetAddress(AustralianStreetAddressType value)
|
AustralianStreetAddressType |
createAustralianStreetAddressType()
Create an instance of
AustralianStreetAddressType |
JAXBElement<InternationalAddressType> |
createInternationalAddress(InternationalAddressType value)
|
JAXBElement<String> |
createInternationalAddressLine(String value)
|
InternationalAddressType |
createInternationalAddressType()
Create an instance of
InternationalAddressType |
JAXBElement<String> |
createSuburb(String value)
|
public ObjectFactory()
public AustralianPostalAddressType createAustralianPostalAddressType()
AustralianPostalAddressTypepublic AustralianStreetAddressType createAustralianStreetAddressType()
AustralianStreetAddressTypepublic InternationalAddressType createInternationalAddressType()
InternationalAddressTypepublic AddressType createAddressType()
AddressTypepublic JAXBElement<String> createSuburb(String value)
public JAXBElement<AustralianPostalAddressType> createAustralianPostalAddress(AustralianPostalAddressType value)
public JAXBElement<AddressType> createAddress(AddressType value)
public JAXBElement<AustralianStreetAddressType> createAustralianStreetAddress(AustralianStreetAddressType value)
public JAXBElement<String> createInternationalAddressLine(String value)
public JAXBElement<InternationalAddressType> createInternationalAddress(InternationalAddressType value)
Copyright © 2021. All rights reserved.