public class CertificateResponseType extends Object
Java class for CertificateResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateResponseType">
<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}raNumber" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/Certificate/3.2.0}distinguishedName" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
distinguishedName |
protected String |
raNumber |
| Constructor and Description |
|---|
CertificateResponseType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDistinguishedName()
Gets the value of the distinguishedName property.
|
String |
getRaNumber()
Gets the value of the raNumber property.
|
void |
setDistinguishedName(String value)
Sets the value of the distinguishedName property.
|
void |
setRaNumber(String value)
Sets the value of the raNumber property.
|
protected String raNumber
protected String distinguishedName
public String getRaNumber()
Stringpublic void setRaNumber(String value)
value - allowed object is
Stringpublic String getDistinguishedName()
StringCopyright © 2021. All rights reserved.