public class CertificateType extends Object
Java class for CertificateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/Certificate/3.2.0}linkCertificateRequest" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/Certificate/3.2.0}newCertificateRequest" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LinkCertificateRequestType |
linkCertificateRequest |
protected NewCertificateRequestType |
newCertificateRequest |
| Constructor and Description |
|---|
CertificateType() |
| Modifier and Type | Method and Description |
|---|---|
LinkCertificateRequestType |
getLinkCertificateRequest()
Gets the value of the linkCertificateRequest property.
|
NewCertificateRequestType |
getNewCertificateRequest()
Gets the value of the newCertificateRequest property.
|
void |
setLinkCertificateRequest(LinkCertificateRequestType value)
Sets the value of the linkCertificateRequest property.
|
void |
setNewCertificateRequest(NewCertificateRequestType value)
Sets the value of the newCertificateRequest property.
|
protected LinkCertificateRequestType linkCertificateRequest
protected NewCertificateRequestType newCertificateRequest
public LinkCertificateRequestType getLinkCertificateRequest()
LinkCertificateRequestTypepublic void setLinkCertificateRequest(LinkCertificateRequestType value)
value - allowed object is
LinkCertificateRequestTypepublic NewCertificateRequestType getNewCertificateRequest()
NewCertificateRequestTypepublic void setNewCertificateRequest(NewCertificateRequestType value)
value - allowed object is
NewCertificateRequestTypeCopyright © 2021. All rights reserved.