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