public class LinkCertificateRequestType extends Object
Java class for LinkCertificateRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkCertificateRequestType">
<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}distinguishedName"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
distinguishedName |
| Constructor and Description |
|---|
LinkCertificateRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDistinguishedName()
Gets the value of the distinguishedName property.
|
void |
setDistinguishedName(String value)
Sets the value of the distinguishedName property.
|
Copyright © 2021. All rights reserved.