|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.dics.core.v2.reimbursementlaw.submit.LegalReferenceKeyType
be.fgov.ehealth.dics.protocol.v2.ConsultLegalReferenceType
be.fgov.ehealth.dics.protocol.v2.ConsultRecursiveLegalReferenceType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:13:17+02:00", comments="JAXB RI v2.2.6") 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:v2}ConsultLegalReferenceType"> <choice> <element name="LegalReference" type="{urn:be:fgov:ehealth:dics:protocol:v2}ConsultRecursiveLegalReferenceType" maxOccurs="unbounded" minOccurs="0"/> <sequence> <element name="FormalInterpretation" type="{urn:be:fgov:ehealth:dics:protocol:v2}ConsultFormalInterpretationType" minOccurs="0"/> <element name="LegalText" type="{urn:be:fgov:ehealth:dics:protocol:v2}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.v2.ConsultLegalReferenceType |
---|
getFirstPublishedOn, getFrom, getLastModifiedOn, getLegalReferenceTraces, getTitle, getTo, getType, setFirstPublishedOn, setFrom, setLastModifiedOn, setTitle, setTo, setType |
Methods inherited from class be.fgov.ehealth.dics.core.v2.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()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |