public static class Resource.FundingReferences.FundingReference extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="funderName"> <simpleType> <restriction base="{http://datacite.org/schema/kernel-4}nonemptycontentStringType"> </restriction> </simpleType> </element> <element name="funderIdentifier" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="funderIdentifierType" use="required" type="{http://datacite.org/schema/kernel-4}funderIdentifierType" /> </extension> </simpleContent> </complexType> </element> <element name="awardNumber" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="awardURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType> </element> <element name="awardTitle" minOccurs="0"> <simpleType> <restriction base="{http://datacite.org/schema/kernel-4}nonemptycontentStringType"> </restriction> </simpleType> </element> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Resource.FundingReferences.FundingReference.AwardNumber
Java class for anonymous complex type.
|
static class |
Resource.FundingReferences.FundingReference.FunderIdentifier
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Resource.FundingReferences.FundingReference.AwardNumber |
awardNumber |
protected String |
awardTitle |
protected Resource.FundingReferences.FundingReference.FunderIdentifier |
funderIdentifier |
protected String |
funderName |
Constructor and Description |
---|
FundingReference() |
Modifier and Type | Method and Description |
---|---|
Resource.FundingReferences.FundingReference.AwardNumber |
getAwardNumber()
Gets the value of the awardNumber property.
|
String |
getAwardTitle()
Gets the value of the awardTitle property.
|
Resource.FundingReferences.FundingReference.FunderIdentifier |
getFunderIdentifier()
Gets the value of the funderIdentifier property.
|
String |
getFunderName()
Gets the value of the funderName property.
|
void |
setAwardNumber(Resource.FundingReferences.FundingReference.AwardNumber value)
Sets the value of the awardNumber property.
|
void |
setAwardTitle(String value)
Sets the value of the awardTitle property.
|
void |
setFunderIdentifier(Resource.FundingReferences.FundingReference.FunderIdentifier value)
Sets the value of the funderIdentifier property.
|
void |
setFunderName(String value)
Sets the value of the funderName property.
|
protected String funderName
protected Resource.FundingReferences.FundingReference.FunderIdentifier funderIdentifier
protected Resource.FundingReferences.FundingReference.AwardNumber awardNumber
protected String awardTitle
public String getFunderName()
String
public void setFunderName(String value)
value
- allowed object is String
public Resource.FundingReferences.FundingReference.FunderIdentifier getFunderIdentifier()
Resource.FundingReferences.FundingReference.FunderIdentifier
public void setFunderIdentifier(Resource.FundingReferences.FundingReference.FunderIdentifier value)
value
- allowed object is
Resource.FundingReferences.FundingReference.FunderIdentifier
public Resource.FundingReferences.FundingReference.AwardNumber getAwardNumber()
Resource.FundingReferences.FundingReference.AwardNumber
public void setAwardNumber(Resource.FundingReferences.FundingReference.AwardNumber value)
value
- allowed object is
Resource.FundingReferences.FundingReference.AwardNumber
public String getAwardTitle()
String
Copyright © 2017–2020 CNES. All rights reserved.