@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public class FuzzyDate extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
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 name="year">
<complexType>
<simpleContent>
<extension base="<http://www.orcid.org/ns/common>year">
</extension>
</simpleContent>
</complexType>
</element>
<sequence minOccurs="0">
<element name="month">
<complexType>
<simpleContent>
<extension base="<http://www.orcid.org/ns/common>month">
</extension>
</simpleContent>
</complexType>
</element>
<element name="day" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.orcid.org/ns/common>day">
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
FuzzyDate.Day
Java class for anonymous complex type.
|
static class |
FuzzyDate.Month
Java class for anonymous complex type.
|
static class |
FuzzyDate.Year
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected FuzzyDate.Day |
day |
protected FuzzyDate.Month |
month |
protected FuzzyDate.Year |
year |
| Constructor and Description |
|---|
FuzzyDate()
Default no-arg constructor
|
FuzzyDate(FuzzyDate.Year year,
FuzzyDate.Month month,
FuzzyDate.Day day)
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.Day |
getDay()
Gets the value of the day property.
|
FuzzyDate.Month |
getMonth()
Gets the value of the month property.
|
FuzzyDate.Year |
getYear()
Gets the value of the year property.
|
void |
setDay(FuzzyDate.Day value)
Sets the value of the day property.
|
void |
setMonth(FuzzyDate.Month value)
Sets the value of the month property.
|
void |
setYear(FuzzyDate.Year value)
Sets the value of the year 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 FuzzyDate.Year year
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected FuzzyDate.Month month
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected FuzzyDate.Day day
public FuzzyDate()
public FuzzyDate(FuzzyDate.Year year, FuzzyDate.Month month, FuzzyDate.Day day)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public FuzzyDate.Year getYear()
FuzzyDate.Year@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setYear(FuzzyDate.Year value)
value - allowed object is
FuzzyDate.Year@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public FuzzyDate.Month getMonth()
FuzzyDate.Month@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setMonth(FuzzyDate.Month value)
value - allowed object is
FuzzyDate.Month@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public FuzzyDate.Day getDay()
FuzzyDate.Day@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setDay(FuzzyDate.Day value)
value - allowed object is
FuzzyDate.Day@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.