org.molgenis.jaxb
Class Institution

java.lang.Object
  extended by org.molgenis.jaxb.Organization
      extended by 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>
 


Field Summary
protected  String homepageURL
           
 
Fields inherited from class org.molgenis.jaxb.Organization
id, name
 
Constructor Summary
Institution()
           
 
Method Summary
 String getHomepageURL()
          Gets the value of the homepageURL property.
 void setHomepageURL(String value)
          Sets the value of the homepageURL property.
 
Methods inherited from class org.molgenis.jaxb.Organization
getId, getName, setId, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

homepageURL

protected String homepageURL
Constructor Detail

Institution

public Institution()
Method Detail

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.