public class Times 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="LastModificationTime" type="{}keepassDateTime"/>
<element name="CreationTime" type="{}keepassDateTime"/>
<element name="LastAccessTime" type="{}keepassDateTime"/>
<element name="ExpiryTime" type="{}keepassDateTime"/>
<element name="Expires" type="{}keepassBoolean"/>
<element name="UsageCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="LocationChanged" type="{}keepassDateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
creationTime |
protected Boolean |
expires |
protected Date |
expiryTime |
protected Date |
lastAccessTime |
protected Date |
lastModificationTime |
protected Date |
locationChanged |
protected int |
usageCount |
| Constructor and Description |
|---|
Times() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationTime()
Gets the value of the creationTime property.
|
Boolean |
getExpires()
Gets the value of the expires property.
|
Date |
getExpiryTime()
Gets the value of the expiryTime property.
|
Date |
getLastAccessTime()
Gets the value of the lastAccessTime property.
|
Date |
getLastModificationTime()
Gets the value of the lastModificationTime property.
|
Date |
getLocationChanged()
Gets the value of the locationChanged property.
|
int |
getUsageCount()
Gets the value of the usageCount property.
|
void |
setCreationTime(Date value)
Sets the value of the creationTime property.
|
void |
setExpires(Boolean value)
Sets the value of the expires property.
|
void |
setExpiryTime(Date value)
Sets the value of the expiryTime property.
|
void |
setLastAccessTime(Date value)
Sets the value of the lastAccessTime property.
|
void |
setLastModificationTime(Date value)
Sets the value of the lastModificationTime property.
|
void |
setLocationChanged(Date value)
Sets the value of the locationChanged property.
|
void |
setUsageCount(int value)
Sets the value of the usageCount property.
|
protected Date lastModificationTime
protected Date creationTime
protected Date lastAccessTime
protected Date expiryTime
protected Boolean expires
protected int usageCount
protected Date locationChanged
public Date getLastModificationTime()
Stringpublic void setLastModificationTime(Date value)
value - allowed object is
Stringpublic Date getCreationTime()
Stringpublic void setCreationTime(Date value)
value - allowed object is
Stringpublic Date getLastAccessTime()
Stringpublic void setLastAccessTime(Date value)
value - allowed object is
Stringpublic Date getExpiryTime()
Stringpublic void setExpiryTime(Date value)
value - allowed object is
Stringpublic Boolean getExpires()
Stringpublic void setExpires(Boolean value)
value - allowed object is
Stringpublic int getUsageCount()
public void setUsageCount(int value)
public Date getLocationChanged()
StringCopyright © 2024. All rights reserved.