public class PropFindPropertiesGroup
extends Object 
- 
Field SummaryFields 
protected List<org.dom4j.Node>
  protected List<org.dom4j.Node>
  
 
- 
Constructor SummaryConstructors 
- 
Method Summary
 
- 
Field Details
- 
okPropertiesprotected List<org.dom4j.Node> okProperties 
- 
notFoundPropertiesprotected List<org.dom4j.Node> notFoundProperties 
 
- 
Constructor Details
- 
PropFindPropertiesGrouppublic PropFindPropertiesGroup(List<org.dom4j.Node> okProperties,
 List<org.dom4j.Node> notFoundProperties) 
 
- 
Method Details
- 
getOkPropertiespublic List<org.dom4j.Node> getOkProperties() 
 
- 
getNotFoundPropertiespublic List<org.dom4j.Node> getNotFoundProperties() 
 
- 
-