public static class Resource.Dates.Date extends Object
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="dateType" use="required" type="{http://datacite.org/schema/kernel-4}dateType" /> <attribute name="dateInformation" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
dateInformation |
protected DateType |
dateType |
protected String |
value |
Constructor and Description |
---|
Date() |
Modifier and Type | Method and Description |
---|---|
String |
getDateInformation()
Gets the value of the dateInformation property.
|
DateType |
getDateType()
Gets the value of the dateType property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setDateInformation(String value)
Sets the value of the dateInformation property.
|
void |
setDateType(DateType value)
Sets the value of the dateType property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected DateType dateType
protected String dateInformation
public String getValue()
String
public void setValue(String value)
value
- allowed object is String
public DateType getDateType()
DateType
public void setDateType(DateType value)
value
- allowed object is DateType
public String getDateInformation()
String
Copyright © 2017–2020 CNES. All rights reserved.