Class Extends


  • public class Extends
    extends Object

    Java class for anonymous complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="href" use="required" type="{http://purl.oclc.org/dsdl/schematron}uriValue" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • href

        protected String href
        References an external well-formed XML document.
    • Constructor Detail

      • Extends

        public Extends()
    • Method Detail

      • getHref

        public String getHref()
        References an external well-formed XML document.
        Returns:
        possible object is String
      • setHref

        public void setHref​(String value)
        Sets the value of the href property.
        Parameters:
        value - allowed object is String
        See Also:
        getHref()