net.java.dev.webdav.addressbook
Class Win32LastAccessTime

java.lang.Object
  extended by net.java.dev.webdav.addressbook.Win32LastAccessTime

public final class Win32LastAccessTime
extends java.lang.Object

Microsoft WebDAV Extension property "Win32LastAccessTime". This class serves as a sample for processing custom extension attributes. The "Win32LastAccessTime" dead property is sent as part of a PROPPATCH request by the Microsoft WebDAV-Mini-Redirector.

Author:
Markus KARG (mkarg@users.dev.java.net)

Constructor Summary
Win32LastAccessTime()
           
 
Method Summary
 java.lang.String getContent()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Win32LastAccessTime

public Win32LastAccessTime()
Method Detail

getContent

public final java.lang.String getContent()
Returns:
Client specific string which is not to be further parsed, according to Microsoft's documentation.
See Also:
Chapter 2.2.10.8 "Z:Win32LastAccessTime Property" of MS-WDVME "Web Distributed Authoring and Versioning (WebDAV) Protocol: Microsoft Extensions"

toString

public final java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
"Win32LastAccesstime (content)"


Copyright © 2008-2010 The java.net WebDAV Project. All Rights Reserved.