@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:03:10+02:00", comments="JAXB RI v2.3.7") public class OperationContextType extends Object implements Serializable
Java class for OperationContextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperationContextType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="operation" type="{http://www.ehealth.fgov.be/hubservices/core/v2}TherapeuticLinkOperationType"/>
<element name="recorddatetime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="author" type="{http://www.ehealth.fgov.be/hubservices/core/v2}RequestType" minOccurs="0"/>
<element name="proof" type="{http://www.ehealth.fgov.be/hubservices/core/v2}ProofType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
OperationContextType() |
| Modifier and Type | Method and Description |
|---|---|
RequestType |
getAuthor()
Gets the value of the author property.
|
TherapeuticLinkOperationType |
getOperation()
Gets the value of the operation property.
|
List<ProofType> |
getProoves()
Gets the value of the prooves property.
|
org.joda.time.DateTime |
getRecorddatetime()
Gets the value of the recorddatetime property.
|
void |
setAuthor(RequestType value)
Sets the value of the author property.
|
void |
setOperation(TherapeuticLinkOperationType value)
Sets the value of the operation property.
|
void |
setRecorddatetime(org.joda.time.DateTime value)
Sets the value of the recorddatetime property.
|
public TherapeuticLinkOperationType getOperation()
TherapeuticLinkOperationTypepublic void setOperation(TherapeuticLinkOperationType value)
value - allowed object is
TherapeuticLinkOperationTypepublic org.joda.time.DateTime getRecorddatetime()
Stringpublic void setRecorddatetime(org.joda.time.DateTime value)
value - allowed object is
Stringpublic RequestType getAuthor()
RequestTypepublic void setAuthor(RequestType value)
value - allowed object is
RequestTypepublic List<ProofType> getProoves()
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 prooves property.
For example, to add a new item, do as follows:
getProoves().add(newItem);
Objects of the following type(s) are allowed in the list
ProofType
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.