|
|||||||||
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.OrganisationServiceType.ComplexDate
public static class OrganisationServiceType.ComplexDate
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="StartDate"/> <enumeration value="EndDate"/> </restriction> </simpleType> </element> <element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="accuracyIndicator" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
OrganisationServiceType.ComplexDate.Type
Java class for null. |
Field Summary | |
---|---|
protected java.lang.String |
accuracyIndicator
|
protected java.util.Calendar |
date
|
protected OrganisationServiceType.ComplexDate.Type |
type
|
Constructor Summary | |
---|---|
OrganisationServiceType.ComplexDate()
|
Method Summary | |
---|---|
java.lang.String |
getAccuracyIndicator()
Gets the value of the accuracyIndicator property. |
java.util.Calendar |
getDate()
Gets the value of the date property. |
OrganisationServiceType.ComplexDate.Type |
getType()
Gets the value of the type property. |
void |
setAccuracyIndicator(java.lang.String value)
Sets the value of the accuracyIndicator property. |
void |
setDate(java.util.Calendar value)
Sets the value of the date property. |
void |
setType(OrganisationServiceType.ComplexDate.Type value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected OrganisationServiceType.ComplexDate.Type type
protected java.util.Calendar date
protected java.lang.String accuracyIndicator
Constructor Detail |
---|
public OrganisationServiceType.ComplexDate()
Method Detail |
---|
public OrganisationServiceType.ComplexDate.Type getType()
OrganisationServiceType.ComplexDate.Type
public void setType(OrganisationServiceType.ComplexDate.Type value)
value
- allowed object is
OrganisationServiceType.ComplexDate.Type
public java.util.Calendar getDate()
String
public void setDate(java.util.Calendar value)
value
- allowed object is
String
public java.lang.String getAccuracyIndicator()
String
public void setAccuracyIndicator(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 |