org.molgenis.jaxb
Class Organization

java.lang.Object
  extended by org.molgenis.jaxb.Organization
Direct Known Subclasses:
Institution

public class Organization
extends Object

Java class for Organization complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Organization">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

name

protected String name

id

protected Integer id
Constructor Detail

Organization

public Organization()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getId

public Integer getId()
Gets the value of the id property.

Returns:
possible object is Integer

setId

public void setId(Integer value)
Sets the value of the id property.

Parameters:
value - allowed object is Integer


Copyright © 2013. All Rights Reserved.