public class OrganisationName extends Object
Java class for OrganisationName complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganisationName">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}NameType"/>
<element name="nameUsage" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/OrganisationName/3.2.0}NameUsageType"/>
<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 |
name |
protected NameUsageType |
nameUsage |
protected Boolean |
preferred |
| Constructor and Description |
|---|
OrganisationName() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
NameUsageType |
getNameUsage()
Gets the value of the nameUsage property.
|
Boolean |
isPreferred()
Gets the value of the preferred property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNameUsage(NameUsageType value)
Sets the value of the nameUsage property.
|
void |
setPreferred(Boolean value)
Sets the value of the preferred property.
|
protected String name
protected NameUsageType nameUsage
protected Boolean preferred
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic NameUsageType getNameUsage()
NameUsageTypepublic void setNameUsage(NameUsageType value)
value - allowed object is
NameUsageTypepublic Boolean isPreferred()
BooleanCopyright © 2021. All rights reserved.