@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:28:28+02:00", comments="JAXB RI v2.3.7") public class ConsultRecursiveLegalReferenceType extends ConsultLegalReferenceType implements Serializable
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 and Description |
---|
ConsultRecursiveLegalReferenceType() |
Modifier and Type | Method and Description |
---|---|
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.
|
getEndDate, getFirstPublishedOn, getLastModifiedOn, getLegalReferenceTraces, getStartDate, getTitle, getType, setEndDate, setFirstPublishedOn, setLastModifiedOn, setStartDate, setTitle, setType
getKey, setKey
public ConsultFormalInterpretationType getFormalInterpretation()
ConsultFormalInterpretationType
public void setFormalInterpretation(ConsultFormalInterpretationType value)
value
- allowed object is
ConsultFormalInterpretationType
public 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
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.