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.providercore.certificate._3_2
|
public ObjectFactory()
public CertificateResponseType createCertificateResponseType()
CertificateResponseTypepublic CertificateType createCertificateType()
CertificateTypepublic NewCertificateRequestType createNewCertificateRequestType()
NewCertificateRequestTypepublic LinkCertificateRequestType createLinkCertificateRequestType()
LinkCertificateRequestTypepublic JAXBElement<Boolean> createRequestCertificate(Boolean value)
public JAXBElement<String> createRaNumber(String value)
public JAXBElement<String> createToken(String value)
public JAXBElement<NewCertificateRequestType> createNewCertificateRequest(NewCertificateRequestType value)
public JAXBElement<CertificateResponseType> createCertificateResponse(CertificateResponseType value)
public JAXBElement<String> createOperatingSystem(String value)
public JAXBElement<String> createDistinguishedName(String value)
public JAXBElement<CertificateType> createCertificate(CertificateType value)
public JAXBElement<String> createOtherOperatingSystem(String value)
public JAXBElement<LinkCertificateRequestType> createLinkCertificateRequest(LinkCertificateRequestType value)
Copyright © 2021. All rights reserved.