|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.samcivics.type.v2.BaseType
be.fgov.ehealth.samcivics.type.v2.ParagraphType
be.fgov.ehealth.samcivics.type.v2.ParagraphAndChildrenType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-12-12T05:02:27+01:00",
comments="JAXB RI v2.2.11")
public class ParagraphAndChildrenType
Java class for ParagraphAndChildrenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParagraphAndChildrenType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:samcivics:type:v2}ParagraphType">
<sequence>
<element name="Verse" type="{urn:be:fgov:ehealth:samcivics:type:v2}VerseType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Exclusion" type="{urn:be:fgov:ehealth:samcivics:type:v2}ExclusionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ParagraphAndChildrenType()
|
|
| Method Summary | |
|---|---|
List<ExclusionType> |
getExclusions()
Gets the value of the exclusions property. |
List<VerseType> |
getVerses()
Gets the value of the verses property. |
| Methods inherited from class be.fgov.ehealth.samcivics.type.v2.ParagraphType |
|---|
getAgreementType, getAgreementTypePro, getChapterName, getKeies, getLegalReference, getModificationDate, getParagraphName, getParagraphVersion, getProcessType, getProcessTypeOverrule, getPublicationDate, setAgreementType, setAgreementTypePro, setChapterName, setLegalReference, setModificationDate, setParagraphName, setParagraphVersion, setProcessType, setProcessTypeOverrule, setPublicationDate |
| Methods inherited from class be.fgov.ehealth.samcivics.type.v2.BaseType |
|---|
getEndDate, getStartDate, setEndDate, setStartDate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParagraphAndChildrenType()
| Method Detail |
|---|
public List<VerseType> getVerses()
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 verses property.
For example, to add a new item, do as follows:
getVerses().add(newItem);
Objects of the following type(s) are allowed in the list
VerseType
public List<ExclusionType> getExclusions()
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 exclusions property.
For example, to add a new item, do as follows:
getExclusions().add(newItem);
Objects of the following type(s) are allowed in the list
ExclusionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||