Package eu.openaire.oaf.model.base
Class FunderFlatType
- java.lang.Object
-
- eu.openaire.oaf.model.base.FunderFlatType
-
- All Implemented Interfaces:
Serializable
public class FunderFlatType extends Object implements Serializable
Java class for funderFlatType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="funderFlatType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="shortname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="jurisdiction" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FunderFlatType()
-
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.StringgetValue()Gets the value of the value 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.voidsetValue(String value)Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
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
-
-