Class DavPropStat


  • public class DavPropStat
    extends Object
    A PROPFIND propstat class.
    • Constructor Detail

      • DavPropStat

        public DavPropStat()
    • Method Detail

      • getProp

        public DavProp getProp()
        Get the the prop element from a propstat response.
        Returns:
        the property element
      • setProp

        public void setProp​(DavProp prop)
        Set the property elements.
        Parameters:
        prop - the prop element
      • getStatus

        public String getStatus()
        Get the HTTP status value.
        Returns:
        the status
      • setStatus

        public void setStatus​(String status)
        Set the status value.
        Parameters:
        status - the HTTP status value