Class Re3Data.Repository.EndDate

java.lang.Object
org.re3data.schema._3_0.Re3Data.Repository.EndDate
Enclosing class:
Re3Data.Repository

public static class Re3Data.Repository.EndDate extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="closed" type="{http://www.re3data.org/schema/3-0}dateFormatEmpty" minOccurs="0"/>
         <element name="offline" type="{http://www.re3data.org/schema/3-0}dateFormatEmpty" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • closed

      protected String closed
    • offline

      protected String offline
  • Constructor Details

    • EndDate

      public EndDate()
  • Method Details

    • getClosed

      public String getClosed()
      Gets the value of the closed property.
      Returns:
      possible object is String
    • setClosed

      public void setClosed(String value)
      Sets the value of the closed property.
      Parameters:
      value - allowed object is String
    • getOffline

      public String getOffline()
      Gets the value of the offline property.
      Returns:
      possible object is String
    • setOffline

      public void setOffline(String value)
      Sets the value of the offline property.
      Parameters:
      value - allowed object is String