Package eu.openaire.oaf
Class FundingType
java.lang.Object
eu.openaire.oaf.FundingType
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected FundingParentType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()Gets the value of the clazz property.Gets the value of the description property.getId()Gets the value of the id property.getName()Gets the value of the name property.Gets the value of the parent property.voidSets the value of the clazz property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the id property.voidSets the value of the name property.voidsetParent(FundingParentType value) Sets the value of the parent property.
-
Field Details
-
id
-
description
-
name
-
clazz
-
parent
-
-
Constructor Details
-
FundingType
public FundingType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getParent
Gets the value of the parent property.- Returns:
- possible object is
FundingParentType
-
setParent
Sets the value of the parent property.- Parameters:
value- allowed object isFundingParentType
-