Package eu.europa.esig.dss.pki.jaxb
Class XmlDateDefinitionType
java.lang.Object
eu.europa.esig.dss.pki.jaxb.XmlDateDefinitionType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XmlRevocationType
Defines a date value.
Java class for DateDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateDefinitionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="year" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="month" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="day" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDay()
Gets the value of the day property.getMonth()
Gets the value of the month property.getYear()
Gets the value of the year property.void
Sets the value of the day property.void
Sets the value of the month property.void
Sets the value of the year property.
-
Field Details
-
year
-
month
-
day
-
-
Constructor Details
-
XmlDateDefinitionType
public XmlDateDefinitionType()
-
-
Method Details
-
getYear
-
setYear
-
getMonth
-
setMonth
-
getDay
-
setDay
-