|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.hubservices.core.v2.OperationContextType
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-09-28T09:42:16+02:00",
comments="JAXB RI v2.2.11")
public class OperationContextType
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 Summary | |
|---|---|
OperationContextType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperationContextType()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||