Package org.re3data.schema._3_0
Class Re3Data.Repository.EndDate
java.lang.Object
org.re3data.schema._3_0.Re3Data.Repository.EndDate
- Enclosing class:
- Re3Data.Repository
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the closed property.Gets the value of the offline property.voidSets the value of the closed property.voidsetOffline(String value) Sets the value of the offline property.
-
Field Details
-
closed
-
offline
-
-
Constructor Details
-
EndDate
public EndDate()
-
-
Method Details
-
getClosed
Gets the value of the closed property.- Returns:
- possible object is
String
-
setClosed
Sets the value of the closed property.- Parameters:
value- allowed object isString
-
getOffline
Gets the value of the offline property.- Returns:
- possible object is
String
-
setOffline
Sets the value of the offline property.- Parameters:
value- allowed object isString
-