Class DataReference.Lifetime
- java.lang.Object
-
- nl.logius.digikoppeling.gb._2010._10.DataReference.Lifetime
-
- Enclosing class:
- DataReference
public static class DataReference.Lifetime 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="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
Fields Modifier and Type Field Description protected DatetimeType
creationTime
protected DatetimeType
expirationTime
-
Constructor Summary
Constructors Constructor Description Lifetime()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatetimeType
getCreationTime()
Gets the value of the creationTime property.DatetimeType
getExpirationTime()
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 Detail
-
creationTime
protected DatetimeType creationTime
-
expirationTime
protected DatetimeType expirationTime
-
-
Method Detail
-
getCreationTime
public DatetimeType getCreationTime()
Gets the value of the creationTime property.- Returns:
- possible object is
DatetimeType
-
setCreationTime
public void setCreationTime(DatetimeType value)
Sets the value of the creationTime property.- Parameters:
value
- allowed object isDatetimeType
-
getExpirationTime
public DatetimeType getExpirationTime()
Gets the value of the expirationTime property.- Returns:
- possible object is
DatetimeType
-
setExpirationTime
public void setExpirationTime(DatetimeType value)
Sets the value of the expirationTime property.- Parameters:
value
- allowed object isDatetimeType
-
-