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>
| Modifier and Type | Field and Description |
|---|---|
protected DatetimeType |
creationTime |
protected DatetimeType |
expirationTime |
| Constructor and Description |
|---|
Lifetime() |
| Modifier and Type | Method and 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.
|
protected DatetimeType creationTime
protected DatetimeType expirationTime
public DatetimeType getCreationTime()
DatetimeTypepublic void setCreationTime(DatetimeType value)
value - allowed object is
DatetimeTypepublic DatetimeType getExpirationTime()
DatetimeTypepublic void setExpirationTime(DatetimeType value)
value - allowed object is
DatetimeTypeCopyright © 2019 B3Partners B.V.. All rights reserved.