|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.samcivics.type.v1.ExcludedParagraphType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:31:40+02:00", comments="JAXB RI v2.2.6") 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="{http://www.w3.org/2001/XMLSchema}string"/> <element name="atmList" type="{urn:be:fgov:ehealth:samcivics:type:v1}atmListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ExcludedParagraphType()
|
Method Summary | |
---|---|
AtmListType |
getAtmList()
Gets the value of the atmList property. |
String |
getChapterName()
Gets the value of the chapterName property. |
String |
getIdentifierNum()
Gets the value of the identifierNum property. |
String |
getParagraphName()
Gets the value of the paragraphName property. |
void |
setAtmList(AtmListType value)
Sets the value of the atmList property. |
void |
setChapterName(String value)
Sets the value of the chapterName property. |
void |
setIdentifierNum(String 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()
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 String getIdentifierNum()
String
public void setIdentifierNum(String value)
value
- allowed object is
String
public AtmListType getAtmList()
AtmListType
public void setAtmList(AtmListType value)
value
- allowed object is
AtmListType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |