Class RetrievalMethodImpl

    • Field Detail

      • uri

        private String uri
        URI attribute value.
      • type

        private String type
        Type attribute value.
      • transforms

        private Transforms transforms
        Transforms attribute value.
    • Constructor Detail

      • RetrievalMethodImpl

        protected RetrievalMethodImpl​(String namespaceURI,
                                      String elementLocalName,
                                      String namespacePrefix)
        Constructor.
        Parameters:
        namespaceURI - the namespace the element is in
        elementLocalName - the local name of the XML element this Object represents
        namespacePrefix - the prefix for the given namespace
    • Method Detail

      • getURI

        public String getURI()
        Get the URI attribute value.
        Specified by:
        getURI in interface RetrievalMethod
        Returns:
        the URI attribute value
      • setURI

        public void setURI​(String newURI)
        Set the URI attribute value.
        Specified by:
        setURI in interface RetrievalMethod
        Parameters:
        newURI - the new URI attribute value
      • getType

        public String getType()
        Set the Type attribute value.
        Specified by:
        getType in interface RetrievalMethod
        Returns:
        the Type attribute value
      • setType

        public void setType​(String newType)
        Set the Type attribute value.
        Specified by:
        setType in interface RetrievalMethod
        Parameters:
        newType - the new Type attribute value
      • setTransforms

        public void setTransforms​(Transforms newTransforms)
        Set the Transforms child element.
        Specified by:
        setTransforms in interface RetrievalMethod
        Parameters:
        newTransforms - the new Transforms child element
      • getOrderedChildren

        public List<XMLObject> getOrderedChildren()
        Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
        Specified by:
        getOrderedChildren in interface XMLObject
        Returns:
        ordered list of child elements