public class Institution extends Organization
Java class for Institution complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Institution">
<complexContent>
<extension base="{gme://caCORE.caCORE/3.2/gov.nih.nci.cbm.domain.MarshallerModel}Organization">
<sequence>
</sequence>
<attribute name="homepageURL" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
homepageURL |
id, name| Constructor and Description |
|---|
Institution() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHomepageURL()
Gets the value of the homepageURL property.
|
void |
setHomepageURL(String value)
Sets the value of the homepageURL property.
|
getId, getName, setId, setNameprotected String homepageURL
Copyright © 2016. All Rights Reserved.