public class ElectronicCommunication extends Object
Java class for ElectronicCommunication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElectronicCommunication">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/ElectronicCommunicationCore/3.0}medium"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/ElectronicCommunicationCore/3.0}details"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/ElectronicCommunicationCore/3.0}usage"/>
<element name="preferred" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
details |
protected MediumType |
medium |
protected Boolean |
preferred |
protected UsageType |
usage |
| Constructor and Description |
|---|
ElectronicCommunication() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetails()
Gets the value of the details property.
|
MediumType |
getMedium()
Gets the value of the medium property.
|
UsageType |
getUsage()
Gets the value of the usage property.
|
Boolean |
isPreferred()
Gets the value of the preferred property.
|
void |
setDetails(String value)
Sets the value of the details property.
|
void |
setMedium(MediumType value)
Sets the value of the medium property.
|
void |
setPreferred(Boolean value)
Sets the value of the preferred property.
|
void |
setUsage(UsageType value)
Sets the value of the usage property.
|
protected MediumType medium
protected String details
protected UsageType usage
protected Boolean preferred
public MediumType getMedium()
MediumTypepublic void setMedium(MediumType value)
value - allowed object is
MediumTypepublic String getDetails()
Stringpublic void setDetails(String value)
value - allowed object is
Stringpublic UsageType getUsage()
UsageTypepublic void setUsage(UsageType value)
value - allowed object is
UsageTypepublic Boolean isPreferred()
BooleanCopyright © 2021. All rights reserved.