|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.samcivics.type.v1.ExclusionsType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:31:40+02:00", comments="JAXB RI v2.2.6") public class ExclusionsType
Java class for exclusionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="exclusionsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="excludedParagraphList" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="excludedParagraph" type="{urn:be:fgov:ehealth:samcivics:type:v1}excludedParagraphType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="unstructuredExclusionRuleList" type="{urn:be:fgov:ehealth:samcivics:type:v1}UnstructuredExclusionRuleListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ExclusionsType()
|
Method Summary | |
---|---|
ExcludedParagraphList |
getExcludedParagraphList()
Gets the value of the excludedParagraphList property. |
UnstructuredExclusionRuleListType |
getUnstructuredExclusionRuleList()
Gets the value of the unstructuredExclusionRuleList property. |
void |
setExcludedParagraphList(ExcludedParagraphList value)
Sets the value of the excludedParagraphList property. |
void |
setUnstructuredExclusionRuleList(UnstructuredExclusionRuleListType value)
Sets the value of the unstructuredExclusionRuleList property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExclusionsType()
Method Detail |
---|
public ExcludedParagraphList getExcludedParagraphList()
ExcludedParagraphList
public void setExcludedParagraphList(ExcludedParagraphList value)
value
- allowed object is
ExcludedParagraphList
public UnstructuredExclusionRuleListType getUnstructuredExclusionRuleList()
UnstructuredExclusionRuleListType
public void setUnstructuredExclusionRuleList(UnstructuredExclusionRuleListType value)
value
- allowed object is
UnstructuredExclusionRuleListType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |