edu.harvard.i2b2.crc.datavo.i2b2message
Class FacilityType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.i2b2message.FacilityType

public class FacilityType
extends Object

Java class for facilityType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="facilityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="facility_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String facilityName
           
 
Constructor Summary
FacilityType()
           
 
Method Summary
 String getFacilityName()
          Gets the value of the facilityName property.
 void setFacilityName(String value)
          Sets the value of the facilityName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

facilityName

protected String facilityName
Constructor Detail

FacilityType

public FacilityType()
Method Detail

getFacilityName

public String getFacilityName()
Gets the value of the facilityName property.

Returns:
possible object is String

setFacilityName

public void setFacilityName(String value)
Sets the value of the facilityName property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.