@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:25:57+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()
String
public void setChapterName(String value)
value
- allowed object is
String
public String getParagraphName()
String
public void setParagraphName(String value)
value
- allowed object is
String
public IdentifierNumType getIdentifierNum()
IdentifierNumType
public void setIdentifierNum(IdentifierNumType value)
value
- allowed object is
IdentifierNumType
public 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 PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.