Class Include
- java.lang.Object
-
- network.oxalis.peppol.schematron.jaxb.Include
-
public class Include 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 Include()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHref()Gets the value of the href property.voidsetHref(String value)Sets the value of the href property.
-
-
-
Field Detail
-
href
protected String href
-
-