|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.samcivics.type.v2.UnstructuredExclusionRuleType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-09-22T05:52:20+02:00",
comments="JAXB RI v2.2.11")
public class UnstructuredExclusionRuleType
Java class for UnstructuredExclusionRuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnstructuredExclusionRuleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="VerseSeq" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="VerseNum" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Text" type="{urn:be:fgov:ehealth:samcivics:type:v2}TextType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
UnstructuredExclusionRuleType()
|
|
| Method Summary | |
|---|---|
List<TextType> |
getTexts()
Gets the value of the texts property. |
BigInteger |
getVerseNum()
Gets the value of the verseNum property. |
BigInteger |
getVerseSeq()
Gets the value of the verseSeq property. |
void |
setVerseNum(BigInteger value)
Sets the value of the verseNum property. |
void |
setVerseSeq(BigInteger value)
Sets the value of the verseSeq property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnstructuredExclusionRuleType()
| Method Detail |
|---|
public BigInteger getVerseSeq()
BigIntegerpublic void setVerseSeq(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getVerseNum()
BigIntegerpublic void setVerseNum(BigInteger value)
value - allowed object is
BigIntegerpublic List<TextType> getTexts()
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 texts property.
For example, to add a new item, do as follows:
getTexts().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||