|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.samcivics.type.v1.BaseType
be.fgov.ehealth.samcivics.type.v1.ParagraphType
be.fgov.ehealth.samcivics.type.v1.ParagraphAndChildrenType
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-07-06T09:31:40+02:00",
comments="JAXB RI v2.2.6")
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:v1}ParagraphType">
<sequence>
<element name="verseList" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="verse" type="{urn:be:fgov:ehealth:samcivics:type:v1}VerseType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="exclusionList" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="exclusion" type="{urn:be:fgov:ehealth:samcivics:type:v1}ExclusionType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ParagraphAndChildrenType()
|
|
| Method Summary | |
|---|---|
ExclusionList |
getExclusionList()
Gets the value of the exclusionList property. |
VerseList |
getVerseList()
Gets the value of the verseList property. |
void |
setExclusionList(ExclusionList value)
Sets the value of the exclusionList property. |
void |
setVerseList(VerseList value)
Sets the value of the verseList property. |
| Methods inherited from class be.fgov.ehealth.samcivics.type.v1.ParagraphType |
|---|
getAgreementType, getChapterName, getKeyStringFr, getKeyStringNl, getLegalReference, getModificationDate, getParagraphName, getParagraphVersion, getProcessType, getProcessTypeOverrule, getPublicationDate, setAgreementType, setChapterName, setKeyStringFr, setKeyStringNl, setLegalReference, setModificationDate, setParagraphName, setParagraphVersion, setProcessType, setProcessTypeOverrule, setPublicationDate |
| Methods inherited from class be.fgov.ehealth.samcivics.type.v1.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 VerseList getVerseList()
VerseListpublic void setVerseList(VerseList value)
value - allowed object is
VerseListpublic ExclusionList getExclusionList()
ExclusionListpublic void setExclusionList(ExclusionList value)
value - allowed object is
ExclusionList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||