Class QualifyingPropertiesReferenceType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.xades.v1_3.QualifyingPropertiesReferenceType
-
public class QualifyingPropertiesReferenceType extends Object
Java class for QualifyingPropertiesReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QualifyingPropertiesReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description QualifyingPropertiesReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.StringgetURI()Gets the value of the uri property.voidsetId(String value)Sets the value of the id property.voidsetURI(String value)Sets the value of the uri property.
-