|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.interfaces.healthcheckscheduleview._1.HealthCheckScheduleView
public class HealthCheckScheduleView
Java class for healthCheckScheduleView complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="healthCheckScheduleView"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="versionNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="jurisdiction"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="NSW"/> <enumeration value="QLD"/> <enumeration value="ACT"/> <enumeration value="NT"/> <enumeration value="VIC"/> <enumeration value="WA"/> <enumeration value="TAS"/> <enumeration value="SA"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
jurisdiction
|
protected java.lang.String |
versionNumber
|
Constructor Summary | |
---|---|
HealthCheckScheduleView()
|
Method Summary | |
---|---|
java.lang.String |
getJurisdiction()
Gets the value of the jurisdiction property. |
java.lang.String |
getVersionNumber()
Gets the value of the versionNumber property. |
void |
setJurisdiction(java.lang.String value)
Sets the value of the jurisdiction property. |
void |
setVersionNumber(java.lang.String value)
Sets the value of the versionNumber property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String versionNumber
protected java.lang.String jurisdiction
Constructor Detail |
---|
public HealthCheckScheduleView()
Method Detail |
---|
public java.lang.String getVersionNumber()
String
public void setVersionNumber(java.lang.String value)
value
- allowed object is
String
public java.lang.String getJurisdiction()
String
public void setJurisdiction(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 |