@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:29:56+02:00", comments="JAXB RI v2.3.7") public class ExcludedParagraphType extends Object implements Serializable
Java class for ExcludedParagraphType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExcludedParagraphType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ChapterName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ParagraphName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="IdentifierNum" type="{urn:be:fgov:ehealth:samcivics:type:v2}IdentifierNumType"/>
<element name="AtmAndChildren" type="{urn:be:fgov:ehealth:samcivics:type:v2}AtmAndChildrenType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ExcludedParagraphType() |
| Modifier and Type | Method and Description |
|---|---|
List<AtmAndChildrenType> |
getAtmAndChildrens()
Gets the value of the atmAndChildrens property.
|
String |
getChapterName()
Gets the value of the chapterName property.
|
IdentifierNumType |
getIdentifierNum()
Gets the value of the identifierNum property.
|
String |
getParagraphName()
Gets the value of the paragraphName property.
|
void |
setChapterName(String value)
Sets the value of the chapterName property.
|
void |
setIdentifierNum(IdentifierNumType value)
Sets the value of the identifierNum property.
|
void |
setParagraphName(String value)
Sets the value of the paragraphName property.
|
public String getChapterName()
Stringpublic void setChapterName(String value)
value - allowed object is
Stringpublic String getParagraphName()
Stringpublic void setParagraphName(String value)
value - allowed object is
Stringpublic IdentifierNumType getIdentifierNum()
IdentifierNumTypepublic void setIdentifierNum(IdentifierNumType value)
value - allowed object is
IdentifierNumTypepublic List<AtmAndChildrenType> getAtmAndChildrens()
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 atmAndChildrens property.
For example, to add a new item, do as follows:
getAtmAndChildrens().add(newItem);
Objects of the following type(s) are allowed in the list
AtmAndChildrenType
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.