Class XMLResponseMethodBase.SingleResponse

    • Constructor Detail

      • SingleResponse

        SingleResponse​(org.w3c.dom.Document document,
                       java.lang.String href,
                       int statusCode)
    • Method Detail

      • getHref

        public java.lang.String getHref()
        Description copied from interface: ResponseEntity
        Get the href string in the response XML element. Each response XML element MUST contain an href XML element that gives the URI of the resource on which the properties in the prop XML element are defined.
        Specified by:
        getHref in interface ResponseEntity
        Specified by:
        getHref in class XMLResponseMethodBase.Response
        Returns:
        the href string.