au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1
Class LevelGroupType

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.LevelGroupType

public class LevelGroupType
extends java.lang.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 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

levelType

protected LevelType levelType

levelNumber

protected java.lang.String levelNumber
Constructor Detail

LevelGroupType

public LevelGroupType()
Method Detail

getLevelType

public LevelType getLevelType()
Gets the value of the levelType property.

Returns:
possible object is LevelType

setLevelType

public void setLevelType(LevelType value)
Sets the value of the levelType property.

Parameters:
value - allowed object is LevelType

getLevelNumber

public java.lang.String getLevelNumber()
Gets the value of the levelNumber property.

Returns:
possible object is String

setLevelNumber

public void setLevelNumber(java.lang.String value)
Sets the value of the levelNumber property.

Parameters:
value - allowed object is String