@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:23:34+02:00", comments="JAXB RI v2.2.11") 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()
TherapeuticLinkOperationType
public void setOperation(TherapeuticLinkOperationType value)
value
- allowed object is
TherapeuticLinkOperationType
public org.joda.time.DateTime getRecorddatetime()
String
public void setRecorddatetime(org.joda.time.DateTime value)
value
- allowed object is
String
public RequestType getAuthor()
RequestType
public void setAuthor(RequestType value)
value
- allowed object is
RequestType
public 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 TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.