public class EndpointLocatorService extends Object
Java class for EndpointLocatorService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EndpointLocatorService">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="serviceIdentity" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/EndPoint/3.2.0}ServiceIdentityType" minOccurs="0"/>
<element name="serviceAddress" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/EndPoint/3.2.0}ServiceAddressType" minOccurs="0"/>
<element name="securityCertificateReference" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/EndPoint/3.2.0}SecurityCertificateReferenceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
securityCertificateReference |
protected String |
serviceAddress |
protected String |
serviceIdentity |
| Constructor and Description |
|---|
EndpointLocatorService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSecurityCertificateReference()
Gets the value of the securityCertificateReference property.
|
String |
getServiceAddress()
Gets the value of the serviceAddress property.
|
String |
getServiceIdentity()
Gets the value of the serviceIdentity property.
|
void |
setSecurityCertificateReference(String value)
Sets the value of the securityCertificateReference property.
|
void |
setServiceAddress(String value)
Sets the value of the serviceAddress property.
|
void |
setServiceIdentity(String value)
Sets the value of the serviceIdentity property.
|
protected String serviceIdentity
protected String serviceAddress
protected String securityCertificateReference
public String getServiceIdentity()
Stringpublic void setServiceIdentity(String value)
value - allowed object is
Stringpublic String getServiceAddress()
Stringpublic void setServiceAddress(String value)
value - allowed object is
Stringpublic String getSecurityCertificateReference()
StringCopyright © 2021. All rights reserved.