Class 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> &lt;complexType&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="creationTime" type="{http://www.logius.nl/digikoppeling/gb/2010/10}datetimeType" minOccurs="0"/&gt; &lt;element name="expirationTime" type="{http://www.logius.nl/digikoppeling/gb/2010/10}datetimeType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • Lifetime

        public Lifetime()
    • 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 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