Class PrincipalPropertySearchInfo
- java.lang.Object
-
- net.fortuna.ical4j.connector.dav.method.PrincipalPropertySearchInfo
-
- All Implemented Interfaces:
org.apache.jackrabbit.webdav.xml.XmlSerializable
public class PrincipalPropertySearchInfo extends Object implements org.apache.jackrabbit.webdav.xml.XmlSerializable
-
-
Field Summary
Fields Modifier and Type Field Description protected int
depth
protected Element
originalElement
-
Constructor Summary
Constructors Constructor Description PrincipalPropertySearchInfo(Element reportElement, int depth)
-
-
-
Field Detail
-
originalElement
protected Element originalElement
-
depth
protected int depth
-
-
Constructor Detail
-
PrincipalPropertySearchInfo
public PrincipalPropertySearchInfo(Element reportElement, int depth) throws org.apache.jackrabbit.webdav.DavException
- Throws:
org.apache.jackrabbit.webdav.DavException
-
-