@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public class ResearchResourceProposal extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Java class for proposal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="proposal">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" type="{http://www.orcid.org/ns/research-resource}research-resource-title"/>
<element name="hosts" type="{http://www.orcid.org/ns/research-resource}hosts"/>
<element ref="{http://www.orcid.org/ns/common}external-ids"/>
<element ref="{http://www.orcid.org/ns/common}start-date" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/common}end-date" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/common}url" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FuzzyDate |
endDate |
protected ExternalIds |
externalIds |
protected ResearchResourceHosts |
hosts |
protected FuzzyDate |
startDate |
protected ResearchResourceTitle |
title |
protected Url |
url |
| Constructor and Description |
|---|
ResearchResourceProposal()
Default no-arg constructor
|
ResearchResourceProposal(ResearchResourceTitle title,
ResearchResourceHosts hosts,
ExternalIds externalIds,
FuzzyDate startDate,
FuzzyDate endDate,
Url url)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
FuzzyDate |
getEndDate()
Gets the value of the endDate property.
|
ExternalIds |
getExternalIds()
Gets the value of the externalIds property.
|
ResearchResourceHosts |
getHosts()
Gets the value of the hosts property.
|
FuzzyDate |
getStartDate()
Gets the value of the startDate property.
|
ResearchResourceTitle |
getTitle()
Gets the value of the title property.
|
Url |
getUrl()
Gets the value of the url property.
|
void |
setEndDate(FuzzyDate value)
Sets the value of the endDate property.
|
void |
setExternalIds(ExternalIds value)
Sets the value of the externalIds property.
|
void |
setHosts(ResearchResourceHosts value)
Sets the value of the hosts property.
|
void |
setStartDate(FuzzyDate value)
Sets the value of the startDate property.
|
void |
setTitle(ResearchResourceTitle value)
Sets the value of the title property.
|
void |
setUrl(Url value)
Sets the value of the url property.
|
String |
toString() |
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected ResearchResourceTitle title
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected ResearchResourceHosts hosts
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected ExternalIds externalIds
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected FuzzyDate startDate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected FuzzyDate endDate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected Url url
public ResearchResourceProposal()
public ResearchResourceProposal(ResearchResourceTitle title, ResearchResourceHosts hosts, ExternalIds externalIds, FuzzyDate startDate, FuzzyDate endDate, Url url)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public ResearchResourceTitle getTitle()
ResearchResourceTitle@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setTitle(ResearchResourceTitle value)
value - allowed object is
ResearchResourceTitle@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public ResearchResourceHosts getHosts()
ResearchResourceHosts@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setHosts(ResearchResourceHosts value)
value - allowed object is
ResearchResourceHosts@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public ExternalIds getExternalIds()
ExternalIds@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setExternalIds(ExternalIds value)
value - allowed object is
ExternalIds@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public FuzzyDate getStartDate()
FuzzyDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setStartDate(FuzzyDate value)
value - allowed object is
FuzzyDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public FuzzyDate getEndDate()
FuzzyDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setEndDate(FuzzyDate value)
value - allowed object is
FuzzyDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public Url getUrl()
Url@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setUrl(Url value)
value - allowed object is
Url@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public String toString()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringCopyright © 2020. All rights reserved.