Class Extends
- java.lang.Object
-
- network.oxalis.peppol.schematron.jaxb.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>
-
-
Constructor Summary
Constructors Constructor Description Extends()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHref()References an external well-formed XML document.voidsetHref(String value)Sets the value of the href property.
-
-
-
Field Detail
-
href
protected String href
References an external well-formed XML document.
-
-