Class XmlDateDefinitionType

java.lang.Object
eu.europa.esig.dss.pki.jaxb.XmlDateDefinitionType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XmlRevocationType

public class XmlDateDefinitionType extends Object implements Serializable
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 Details

  • Constructor Details

    • XmlDateDefinitionType

      public XmlDateDefinitionType()
  • Method Details

    • getYear

      public Integer getYear()
      Gets the value of the year property.
      Returns:
      possible object is Integer
    • setYear

      public void setYear(Integer value)
      Sets the value of the year property.
      Parameters:
      value - allowed object is Integer
    • getMonth

      public Integer getMonth()
      Gets the value of the month property.
      Returns:
      possible object is Integer
    • setMonth

      public void setMonth(Integer value)
      Sets the value of the month property.
      Parameters:
      value - allowed object is Integer
    • getDay

      public Integer getDay()
      Gets the value of the day property.
      Returns:
      possible object is Integer
    • setDay

      public void setDay(Integer value)
      Sets the value of the day property.
      Parameters:
      value - allowed object is Integer