Class DataReference.Lifetime
- java.lang.Object
-
- nl.logius.digikoppeling.gb._2010._10.DataReference.Lifetime
-
- Enclosing class:
- DataReference
public static class DataReference.Lifetime extends Object
<p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected DatetimeTypecreationTimeprotected DatetimeTypeexpirationTime
-
Constructor Summary
Constructors Constructor Description Lifetime()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatetimeTypegetCreationTime()Gets the value of the creationTime property.DatetimeTypegetExpirationTime()Gets the value of the expirationTime property.voidsetCreationTime(DatetimeType value)Sets the value of the creationTime property.voidsetExpirationTime(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
-
-