|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.samcivics.type.v1.BaseType
be.fgov.ehealth.samcivics.type.v1.ExclusionType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:31:40+02:00", comments="JAXB RI v2.2.6") public class ExclusionType
Java class for ExclusionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExclusionType"> <complexContent> <extension base="{urn:be:fgov:ehealth:samcivics:type:v1}BaseType"> <sequence> <element name="exclusionType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="identifierNum" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
ExclusionType()
|
Method Summary | |
---|---|
String |
getExclusionType()
Gets the value of the exclusionType property. |
String |
getIdentifierNum()
Gets the value of the identifierNum property. |
void |
setExclusionType(String value)
Sets the value of the exclusionType property. |
void |
setIdentifierNum(String value)
Sets the value of the identifierNum property. |
Methods inherited from class be.fgov.ehealth.samcivics.type.v1.BaseType |
---|
getEndDate, getStartDate, setEndDate, setStartDate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExclusionType()
Method Detail |
---|
public String getExclusionType()
String
public void setExclusionType(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 |