public class LevelGroupType extends Object
Java class for LevelGroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LevelGroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}levelType"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}levelNumber" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
levelNumber |
protected LevelType |
levelType |
| Constructor and Description |
|---|
LevelGroupType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLevelNumber()
Gets the value of the levelNumber property.
|
LevelType |
getLevelType()
Gets the value of the levelType property.
|
void |
setLevelNumber(String value)
Sets the value of the levelNumber property.
|
void |
setLevelType(LevelType value)
Sets the value of the levelType property.
|
public LevelType getLevelType()
LevelTypepublic void setLevelType(LevelType value)
value - allowed object is
LevelTypepublic String getLevelNumber()
StringCopyright © 2021. All rights reserved.