edu.harvard.i2b2.crc.datavo.i2b2message
Class FacilityType
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
facilityName
protected String facilityName
FacilityType
public FacilityType()
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.