|
|||||||||
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
public class OrganisationServiceType
Java class for organisationServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="organisationServiceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="organisationType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="7"/> </restriction> </simpleType> </element> <element name="organisationServiceType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="7"/> </restriction> </simpleType> </element> <element name="organisationServiceUnit" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="1000"/> </restriction> </simpleType> </element> <element name="serviceComments" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="250"/> </restriction> </simpleType> </element> <element name="complexDate" maxOccurs="unbounded"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
OrganisationServiceType.ComplexDate
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected java.util.List<OrganisationServiceType.ComplexDate> |
complexDates
|
protected java.lang.String |
organisationServiceType
|
protected java.lang.String |
organisationServiceUnit
|
protected java.lang.String |
organisationType
|
protected java.lang.String |
serviceComments
|
Constructor Summary | |
---|---|
OrganisationServiceType()
|
Method Summary | |
---|---|
java.util.List<OrganisationServiceType.ComplexDate> |
getComplexDates()
Gets the value of the complexDates property. |
java.lang.String |
getOrganisationServiceType()
Gets the value of the organisationServiceType property. |
java.lang.String |
getOrganisationServiceUnit()
Gets the value of the organisationServiceUnit property. |
java.lang.String |
getOrganisationType()
Gets the value of the organisationType property. |
java.lang.String |
getServiceComments()
Gets the value of the serviceComments property. |
void |
setOrganisationServiceType(java.lang.String value)
Sets the value of the organisationServiceType property. |
void |
setOrganisationServiceUnit(java.lang.String value)
Sets the value of the organisationServiceUnit property. |
void |
setOrganisationType(java.lang.String value)
Sets the value of the organisationType property. |
void |
setServiceComments(java.lang.String value)
Sets the value of the serviceComments 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 organisationType
protected java.lang.String organisationServiceType
protected java.lang.String organisationServiceUnit
protected java.lang.String serviceComments
protected java.util.List<OrganisationServiceType.ComplexDate> complexDates
Constructor Detail |
---|
public OrganisationServiceType()
Method Detail |
---|
public java.lang.String getOrganisationType()
String
public void setOrganisationType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOrganisationServiceType()
String
public void setOrganisationServiceType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOrganisationServiceUnit()
String
public void setOrganisationServiceUnit(java.lang.String value)
value
- allowed object is
String
public java.lang.String getServiceComments()
String
public void setServiceComments(java.lang.String value)
value
- allowed object is
String
public java.util.List<OrganisationServiceType.ComplexDate> getComplexDates()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the complexDates property.
For example, to add a new item, do as follows:
getComplexDates().add(newItem);
Objects of the following type(s) are allowed in the list
OrganisationServiceType.ComplexDate
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |