public class LinkDetailsType extends Object
Java class for LinkDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="qualifiedIdentifier" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}QualifiedIdentifierType"/>
<element name="requestType" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Link/3.2.0}RequestType"/>
<element name="linkType" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
linkType |
protected String |
qualifiedIdentifier |
protected RequestType |
requestType |
| Constructor and Description |
|---|
LinkDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLinkType()
Gets the value of the linkType property.
|
String |
getQualifiedIdentifier()
Gets the value of the qualifiedIdentifier property.
|
RequestType |
getRequestType()
Gets the value of the requestType property.
|
void |
setLinkType(String value)
Sets the value of the linkType property.
|
void |
setQualifiedIdentifier(String value)
Sets the value of the qualifiedIdentifier property.
|
void |
setRequestType(RequestType value)
Sets the value of the requestType property.
|
protected String qualifiedIdentifier
protected RequestType requestType
protected String linkType
public String getQualifiedIdentifier()
Stringpublic void setQualifiedIdentifier(String value)
value - allowed object is
Stringpublic RequestType getRequestType()
RequestTypepublic void setRequestType(RequestType value)
value - allowed object is
RequestTypepublic String getLinkType()
StringCopyright © 2021. All rights reserved.