|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.samcivics.type.v1.UnstructuredExclusionRuleType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:31:40+02:00", comments="JAXB RI v2.2.6") 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="textFr" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="textNl" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="identifierNum" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
UnstructuredExclusionRuleType()
|
Method Summary | |
---|---|
String |
getIdentifierNum()
Gets the value of the identifierNum property. |
String |
getTextFr()
Gets the value of the textFr property. |
String |
getTextNl()
Gets the value of the textNl property. |
BigInteger |
getVerseSeq()
Gets the value of the verseSeq property. |
void |
setIdentifierNum(String value)
Sets the value of the identifierNum property. |
void |
setTextFr(String value)
Sets the value of the textFr property. |
void |
setTextNl(String value)
Sets the value of the textNl 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()
BigInteger
public void setVerseSeq(BigInteger value)
value
- allowed object is
BigInteger
public String getTextFr()
String
public void setTextFr(String value)
value
- allowed object is
String
public String getTextNl()
String
public void setTextNl(String value)
value
- allowed object is
String
public String getIdentifierNum()
String
public void setIdentifierNum(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |