be.fgov.ehealth.samcivics.type.v1
Class ExclusionType

java.lang.Object
  extended by be.fgov.ehealth.samcivics.type.v1.BaseType
      extended by be.fgov.ehealth.samcivics.type.v1.ExclusionType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-07-06T09:31:40+02:00",
           comments="JAXB RI v2.2.6")
public class ExclusionType
extends BaseType
implements Serializable

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>
 

See Also:
Serialized Form

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

ExclusionType

public ExclusionType()
Method Detail

getExclusionType

public String getExclusionType()
Gets the value of the exclusionType property.

Returns:
possible object is String

setExclusionType

public void setExclusionType(String value)
Sets the value of the exclusionType property.

Parameters:
value - allowed object is String

getIdentifierNum

public String getIdentifierNum()
Gets the value of the identifierNum property.

Returns:
possible object is String

setIdentifierNum

public void setIdentifierNum(String value)
Sets the value of the identifierNum property.

Parameters:
value - allowed object is String



Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.