Package eu.openaire.oaf.model.base
Class FundingType
- java.lang.Object
-
- eu.openaire.oaf.model.base.FundingType
-
- All Implemented Interfaces:
Serializable
public class FundingType extends Object implements Serializable
Java class for fundingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fundingType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="class" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="parent" type="{http://namespace.openaire.eu/oaf}fundingParentType"/> </all> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringclazzprotected Stringdescriptionprotected Stringidprotected Stringnameprotected FundingParentTypeparent
-
Constructor Summary
Constructors Constructor Description FundingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClazz()Gets the value of the clazz property.StringgetDescription()Gets the value of the description property.StringgetId()Gets the value of the id property.StringgetName()Gets the value of the name property.FundingParentTypegetParent()Gets the value of the parent property.voidsetClazz(String value)Sets the value of the clazz property.voidsetDescription(String value)Sets the value of the description property.voidsetId(String value)Sets the value of the id property.voidsetName(String value)Sets the value of the name property.voidsetParent(FundingParentType value)Sets the value of the parent property.
-
-
-
Field Detail
-
id
protected String id
-
description
protected String description
-
name
protected String name
-
clazz
protected String clazz
-
parent
protected FundingParentType parent
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description 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
-
getClazz
public String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
public void setClazz(String value)
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getParent
public FundingParentType getParent()
Gets the value of the parent property.- Returns:
- possible object is
FundingParentType
-
setParent
public void setParent(FundingParentType value)
Sets the value of the parent property.- Parameters:
value- allowed object isFundingParentType
-
-