|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.core.v4.reimbursementlaw.submit.LegalReferenceKeyType
be.fgov.ehealth.dics.protocol.v4.ConsultLegalReferenceType
be.fgov.ehealth.dics.protocol.v4.ConsultRecursiveLegalReferenceType
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-09-28T09:51:21+02:00",
comments="JAXB RI v2.2.11")
public class ConsultRecursiveLegalReferenceType
Java class for ConsultRecursiveLegalReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultRecursiveLegalReferenceType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:dics:protocol:v4}ConsultLegalReferenceType">
<choice>
<element name="LegalReference" type="{urn:be:fgov:ehealth:dics:protocol:v4}ConsultRecursiveLegalReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<sequence>
<element name="FormalInterpretation" type="{urn:be:fgov:ehealth:dics:protocol:v4}ConsultFormalInterpretationType" minOccurs="0"/>
<element name="LegalText" type="{urn:be:fgov:ehealth:dics:protocol:v4}ConsultRecursiveLegalTextType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</choice>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ConsultRecursiveLegalReferenceType()
|
|
| Method Summary | |
|---|---|
ConsultFormalInterpretationType |
getFormalInterpretation()
Gets the value of the formalInterpretation property. |
List<ConsultRecursiveLegalReferenceType> |
getLegalReferences()
Gets the value of the legalReferences property. |
List<ConsultRecursiveLegalTextType> |
getLegalTexts()
Gets the value of the legalTexts property. |
void |
setFormalInterpretation(ConsultFormalInterpretationType value)
Sets the value of the formalInterpretation property. |
| Methods inherited from class be.fgov.ehealth.dics.protocol.v4.ConsultLegalReferenceType |
|---|
getEndDate, getFirstPublishedOn, getLastModifiedOn, getLegalReferenceTraces, getStartDate, getTitle, getType, setEndDate, setFirstPublishedOn, setLastModifiedOn, setStartDate, setTitle, setType |
| Methods inherited from class be.fgov.ehealth.dics.core.v4.reimbursementlaw.submit.LegalReferenceKeyType |
|---|
getKey, setKey |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsultRecursiveLegalReferenceType()
| Method Detail |
|---|
public ConsultFormalInterpretationType getFormalInterpretation()
ConsultFormalInterpretationTypepublic void setFormalInterpretation(ConsultFormalInterpretationType value)
value - allowed object is
ConsultFormalInterpretationTypepublic List<ConsultRecursiveLegalTextType> getLegalTexts()
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 legalTexts property.
For example, to add a new item, do as follows:
getLegalTexts().add(newItem);
Objects of the following type(s) are allowed in the list
ConsultRecursiveLegalTextType
public List<ConsultRecursiveLegalReferenceType> getLegalReferences()
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 legalReferences property.
For example, to add a new item, do as follows:
getLegalReferences().add(newItem);
Objects of the following type(s) are allowed in the list
ConsultRecursiveLegalReferenceType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||