@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T10:59:05+02:00", comments="JAXB RI v2.3.7") public class UnstructuredExclusionRuleType extends Object implements Serializable
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 and Description |
|---|
UnstructuredExclusionRuleType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.