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 Details

  • Constructor Details

    • Lifetime

      public Lifetime()
  • Method Details

    • 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 is DatetimeType
    • 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 is DatetimeType