public class DateType extends Object implements Serializable
Java class for dateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dateType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>token"> <attribute name="date" type="{http://textgrid.info/namespaces/metadata/core/2010}isoDate" /> <attribute name="notBefore" type="{http://textgrid.info/namespaces/metadata/core/2010}isoDate" /> <attribute name="notAfter" type="{http://textgrid.info/namespaces/metadata/core/2010}isoDate" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
date |
protected String |
notAfter |
protected String |
notBefore |
protected String |
value |
Constructor and Description |
---|
DateType() |
Modifier and Type | Method and Description |
---|---|
String |
getDate()
Gets the value of the date property.
|
String |
getNotAfter()
Gets the value of the notAfter property.
|
String |
getNotBefore()
Gets the value of the notBefore property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setDate(String value)
Sets the value of the date property.
|
void |
setNotAfter(String value)
Sets the value of the notAfter property.
|
void |
setNotBefore(String value)
Sets the value of the notBefore property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String date
protected String notBefore
protected String notAfter
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getDate()
String
public void setDate(String value)
value
- allowed object is
String
public String getNotBefore()
String
public void setNotBefore(String value)
value
- allowed object is
String
public String getNotAfter()
String
Copyright © 2013 TextGrid Consortium. All Rights Reserved.