Class QualifyingPropertiesReferenceType
- java.lang.Object
-
- org.certificateservices.messages.xades.v132.jaxb.QualifyingPropertiesReferenceType
-
public class QualifyingPropertiesReferenceType extends java.lang.ObjectJava 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 java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetURI()Gets the value of the uri property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetURI(java.lang.String value)Sets the value of the uri property.
-
-
-
Method Detail
-
getURI
public java.lang.String getURI()
Gets the value of the uri property.- Returns:
- possible object is
String
-
setURI
public void setURI(java.lang.String value)
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
-