Class DateCtype

  • Direct Known Subclasses:
    DateOfBirthCtype

    public class DateCtype
    extends Object

    Java class for date-ctype complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="date-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="year" use="required" type="{http://www.cienciavitae.pt/ns/common}year-stype" />
           <attribute name="month" type="{http://www.cienciavitae.pt/ns/common}month-stype" />
           <attribute name="day" type="{http://www.cienciavitae.pt/ns/common}day-stype" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DateCtype

        public DateCtype()
    • Method Detail

      • getYear

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

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

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

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

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

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