public class OrderDetail extends Object
Java class for OrderDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://p11073-10207/draft10/ext/2017/10/05}Extension" minOccurs="0"/>
<element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="End" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Performer" type="{http://p11073-10207/draft10/pm/2017/10/05}PersonParticipation" maxOccurs="unbounded" minOccurs="0"/>
<element name="Service" type="{http://p11073-10207/draft10/pm/2017/10/05}CodedValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="ImagingProcedure" type="{http://p11073-10207/draft10/pm/2017/10/05}ImagingProcedure" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
end |
protected ExtensionType |
extension |
protected List<ImagingProcedure> |
imagingProcedure |
protected List<PersonParticipation> |
performer |
protected List<CodedValue> |
service |
protected XMLGregorianCalendar |
start |
| Constructor and Description |
|---|
OrderDetail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
XMLGregorianCalendar |
getEnd()
Gets the value of the end property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
List<ImagingProcedure> |
getImagingProcedure()
Gets the value of the imagingProcedure property.
|
List<PersonParticipation> |
getPerformer()
Gets the value of the performer property.
|
List<CodedValue> |
getService()
Gets the value of the service property.
|
XMLGregorianCalendar |
getStart()
Gets the value of the start property.
|
int |
hashCode() |
void |
setEnd(XMLGregorianCalendar value)
Sets the value of the end property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setImagingProcedure(List<ImagingProcedure> value) |
void |
setPerformer(List<PersonParticipation> value) |
void |
setService(List<CodedValue> value) |
void |
setStart(XMLGregorianCalendar value)
Sets the value of the start property.
|
String |
toString() |
protected ExtensionType extension
protected XMLGregorianCalendar start
protected XMLGregorianCalendar end
protected List<PersonParticipation> performer
protected List<CodedValue> service
protected List<ImagingProcedure> imagingProcedure
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic XMLGregorianCalendar getStart()
XMLGregorianCalendarpublic void setStart(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEnd()
XMLGregorianCalendarpublic void setEnd(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic List<PersonParticipation> getPerformer()
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 performer property.
For example, to add a new item, do as follows:
getPerformer().add(newItem);
Objects of the following type(s) are allowed in the list
PersonParticipation
public List<CodedValue> getService()
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 service property.
For example, to add a new item, do as follows:
getService().add(newItem);
Objects of the following type(s) are allowed in the list
CodedValue
public List<ImagingProcedure> getImagingProcedure()
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 imagingProcedure property.
For example, to add a new item, do as follows:
getImagingProcedure().add(newItem);
Objects of the following type(s) are allowed in the list
ImagingProcedure
public void setPerformer(List<PersonParticipation> value)
public void setService(List<CodedValue> value)
public void setImagingProcedure(List<ImagingProcedure> value)
Copyright © 2018. All rights reserved.