public class OrderDetail
extends java.lang.Object
Java-Klasse für OrderDetail complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="OrderDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://extension-point-uri/15/03}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://domain-model-uri/15/04}PersonParticipation" maxOccurs="unbounded" minOccurs="0"/>
<element name="Service" type="{http://domain-model-uri/15/04}CodedValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
end |
protected Extension |
extension |
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 |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getEnd()
Ruft den Wert der end-Eigenschaft ab.
|
Extension |
getExtension()
Ruft den Wert der extension-Eigenschaft ab.
|
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()
Ruft den Wert der start-Eigenschaft ab.
|
void |
setEnd(javax.xml.datatype.XMLGregorianCalendar value)
Legt den Wert der end-Eigenschaft fest.
|
void |
setExtension(Extension value)
Legt den Wert der extension-Eigenschaft fest.
|
void |
setStart(javax.xml.datatype.XMLGregorianCalendar value)
Legt den Wert der start-Eigenschaft fest.
|
protected Extension 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
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic 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