org.molgenis.jaxb
Class Institution
java.lang.Object
org.molgenis.jaxb.Organization
org.molgenis.jaxb.Institution
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
homepageURL
protected String homepageURL
Institution
public Institution()
getHomepageURL
public String getHomepageURL()
- Gets the value of the homepageURL property.
- Returns:
- possible object is
String
setHomepageURL
public void setHomepageURL(String value)
- Sets the value of the homepageURL property.
- Parameters:
value - allowed object is
String
Copyright © 2013. All Rights Reserved.