Package org.re3data.schema._3_0
Class Re3Data.Repository.Size
java.lang.Object
org.re3data.schema._3_0.Re3Data.Repository.Size
- Enclosing class:
- Re3Data.Repository
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="updated" use="required" type="{http://www.re3data.org/schema/3-0}dateFormat" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the updated property.getValue()Gets the value of the value property.voidsetUpdated(String value) Sets the value of the updated property.voidSets the value of the value property.
-
Field Details
-
value
-
updated
-
-
Constructor Details
-
Size
public Size()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getUpdated
Gets the value of the updated property.- Returns:
- possible object is
String
-
setUpdated
Sets the value of the updated property.- Parameters:
value- allowed object isString
-