|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.LevelGroupType
public class LevelGroupType
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 name="levelType" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}levelType"/> <element name="levelNumber" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}levelNumberType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
levelNumber
|
protected LevelType |
levelType
|
Constructor Summary | |
---|---|
LevelGroupType()
|
Method Summary | |
---|---|
java.lang.String |
getLevelNumber()
Gets the value of the levelNumber property. |
LevelType |
getLevelType()
Gets the value of the levelType property. |
void |
setLevelNumber(java.lang.String value)
Sets the value of the levelNumber property. |
void |
setLevelType(LevelType value)
Sets the value of the levelType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected LevelType levelType
protected java.lang.String levelNumber
Constructor Detail |
---|
public LevelGroupType()
Method Detail |
---|
public LevelType getLevelType()
LevelType
public void setLevelType(LevelType value)
value
- allowed object is
LevelType
public java.lang.String getLevelNumber()
String
public void setLevelNumber(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |