Package eu.openaire.oaf
Class Result.Creator
java.lang.Object
eu.openaire.oaf.Result.Creator
- Enclosing class:
- Result
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="surname" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ORCID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rank" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.getORCID()Gets the value of the orcid property.getRank()Gets the value of the rank property.Gets the value of the surname property.getValue()Gets the value of the value property.voidSets the value of the name property.voidSets the value of the orcid property.voidSets the value of the rank property.voidsetSurname(String value) Sets the value of the surname property.voidSets the value of the value property.
-
Field Details
-
value
-
name
-
surname
-
orcid
-
rank
-
-
Constructor Details
-
Creator
public Creator()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value 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
-
getSurname
Gets the value of the surname property.- Returns:
- possible object is
String
-
setSurname
Sets the value of the surname property.- Parameters:
value- allowed object isString
-
getORCID
Gets the value of the orcid property.- Returns:
- possible object is
String
-
setORCID
Sets the value of the orcid property.- Parameters:
value- allowed object isString
-
getRank
Gets the value of the rank property.- Returns:
- possible object is
Integer
-
setRank
Sets the value of the rank property.- Parameters:
value- allowed object isInteger
-