Package org.cxml
Class XadesQualifyingPropertiesReference
- java.lang.Object
-
- org.cxml.XadesQualifyingPropertiesReference
-
public class XadesQualifyingPropertiesReference extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XadesQualifyingPropertiesReference()
-
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
-
-