Class DataReference.Lifetime
java.lang.Object
nl.logius.digikoppeling.gb._2010._10.DataReference.Lifetime
- Enclosing class:
- DataReference
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="creationTime" type="{http://www.logius.nl/digikoppeling/gb/2010/10}datetimeType" minOccurs="0"/> <element name="expirationTime" type="{http://www.logius.nl/digikoppeling/gb/2010/10}datetimeType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creationTime property.Gets the value of the expirationTime property.void
setCreationTime
(DatetimeType value) Sets the value of the creationTime property.void
setExpirationTime
(DatetimeType value) Sets the value of the expirationTime property.
-
Field Details
-
creationTime
-
expirationTime
-
-
Constructor Details
-
Lifetime
public Lifetime()
-
-
Method Details
-
getCreationTime
Gets the value of the creationTime property.- Returns:
- possible object is
DatetimeType
-
setCreationTime
Sets the value of the creationTime property.- Parameters:
value
- allowed object isDatetimeType
-
getExpirationTime
Gets the value of the expirationTime property.- Returns:
- possible object is
DatetimeType
-
setExpirationTime
Sets the value of the expirationTime property.- Parameters:
value
- allowed object isDatetimeType
-