Class ServiceMetadataReferenceType
- java.lang.Object
-
- network.oxalis.peppol.bdx.jaxb.smp._2014._07.ServiceMetadataReferenceType
-
public class ServiceMetadataReferenceType extends Object
Java class for ServiceMetadataReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceMetadataReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ServiceMetadataReferenceType()
-
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
-
-