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 java.lang.String |
homepageURL |
id, name| Constructor and Description |
|---|
Institution() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHomepageURL()
Gets the value of the homepageURL property.
|
void |
setHomepageURL(java.lang.String value)
Sets the value of the homepageURL property.
|
getId, getName, setId, setNamepublic java.lang.String getHomepageURL()
Stringpublic void setHomepageURL(java.lang.String value)
value - allowed object is
StringCopyright © 2014. All Rights Reserved.