|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.samcivics.type.v2.ExcludedParagraphType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-02-02T03:47:55+01:00",
comments="JAXB RI v2.2.11")
public class ExcludedParagraphType
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 Summary | |
|---|---|
ExcludedParagraphType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExcludedParagraphType()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||