public class PropFindPropertiesGroup
extends Object
-
Field Summary
Fields
protected List<org.dom4j.Node>
protected List<org.dom4j.Node>
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
okProperties
protected List<org.dom4j.Node> okProperties
-
notFoundProperties
protected List<org.dom4j.Node> notFoundProperties
-
Constructor Details
-
PropFindPropertiesGroup
public PropFindPropertiesGroup(List<org.dom4j.Node> okProperties,
List<org.dom4j.Node> notFoundProperties)
-
Method Details
-
getOkProperties
public List<org.dom4j.Node> getOkProperties()
-
getNotFoundProperties
public List<org.dom4j.Node> getNotFoundProperties()
-
-