public class OrderDetail
extends java.lang.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://standards.ieee.org/downloads/11073/11073-10207-2017/extension}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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}PersonParticipation" maxOccurs="unbounded" minOccurs="0"/>
<element name="Service" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="ImagingProcedure" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ImagingProcedure" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
end |
protected ExtensionType |
extension |
protected java.util.List<ImagingProcedure> |
imagingProcedure |
protected java.util.List<PersonParticipation> |
performer |
protected java.util.List<CodedValue> |
service |
protected javax.xml.datatype.XMLGregorianCalendar |
start |
| Constructor and Description |
|---|
OrderDetail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
javax.xml.datatype.XMLGregorianCalendar |
getEnd()
Gets the value of the end property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.util.List<ImagingProcedure> |
getImagingProcedure()
Gets the value of the imagingProcedure property.
|
java.util.List<PersonParticipation> |
getPerformer()
Gets the value of the performer property.
|
java.util.List<CodedValue> |
getService()
Gets the value of the service property.
|
javax.xml.datatype.XMLGregorianCalendar |
getStart()
Gets the value of the start property.
|
int |
hashCode() |
void |
setEnd(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the end property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setImagingProcedure(java.util.List<ImagingProcedure> value) |
void |
setPerformer(java.util.List<PersonParticipation> value) |
void |
setService(java.util.List<CodedValue> value) |
void |
setStart(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the start property.
|
java.lang.String |
toString() |
protected ExtensionType extension
protected javax.xml.datatype.XMLGregorianCalendar start
protected javax.xml.datatype.XMLGregorianCalendar end
protected java.util.List<PersonParticipation> performer
protected java.util.List<CodedValue> service
protected java.util.List<ImagingProcedure> imagingProcedure
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic javax.xml.datatype.XMLGregorianCalendar getStart()
XMLGregorianCalendarpublic void setStart(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getEnd()
XMLGregorianCalendarpublic void setEnd(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.util.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 java.util.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 java.util.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 java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setPerformer(java.util.List<PersonParticipation> value)
public void setService(java.util.List<CodedValue> value)
public void setImagingProcedure(java.util.List<ImagingProcedure> value)