Package eu.openaire.oaf.model.base
Class FunderType
- java.lang.Object
-
- eu.openaire.oaf.model.base.FunderType
-
- All Implemented Interfaces:
Serializable
public class FunderType extends Object implements Serializable
Java class for funderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="funderType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="shortname" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="jurisdiction" type="{http://www.w3.org/2001/XMLSchema}string"/> </all> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FunderType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.StringgetJurisdiction()Gets the value of the jurisdiction property.StringgetName()Gets the value of the name property.StringgetShortname()Gets the value of the shortname property.voidsetId(String value)Sets the value of the id property.voidsetJurisdiction(String value)Sets the value of the jurisdiction property.voidsetName(String value)Sets the value of the name property.voidsetShortname(String value)Sets the value of the shortname property.
-
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getShortname
public String getShortname()
Gets the value of the shortname property.- Returns:
- possible object is
String
-
setShortname
public void setShortname(String value)
Sets the value of the shortname property.- Parameters:
value- allowed object isString
-
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 isString
-
getJurisdiction
public String getJurisdiction()
Gets the value of the jurisdiction property.- Returns:
- possible object is
String
-
-