public class FuzzyDate extends Object
Java class for fuzzy-date complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fuzzy-date">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.orcid.org/ns/orcid}year"/>
<sequence minOccurs="0">
<element ref="{http://www.orcid.org/ns/orcid}month"/>
<element ref="{http://www.orcid.org/ns/orcid}day" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Day |
day |
protected Month |
month |
protected Year |
year |
| Constructor and Description |
|---|
FuzzyDate() |
| Modifier and Type | Method and Description |
|---|---|
Day |
getDay()
Gets the value of the day property.
|
Month |
getMonth()
Gets the value of the month property.
|
Year |
getYear()
Gets the value of the year property.
|
void |
setDay(Day value)
Sets the value of the day property.
|
void |
setMonth(Month value)
Sets the value of the month property.
|
void |
setYear(Year value)
Sets the value of the year property.
|
public void setYear(Year value)
value - allowed object is
Yearpublic Month getMonth()
Monthpublic void setMonth(Month value)
value - allowed object is
MonthCopyright © 2017. All rights reserved.