Package org.cxml
Class XadesInclude
java.lang.Object
org.cxml.XadesInclude
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the referencedData property.getURI()Gets the value of the uri property.voidsetReferencedData(String value) Sets the value of the referencedData property.voidSets the value of the uri property.
-
Field Details
-
uri
-
referencedData
-
-
Constructor Details
-
XadesInclude
public XadesInclude()
-
-
Method Details
-
getURI
Gets the value of the uri property.- Returns:
- possible object is
String
-
setURI
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
getReferencedData
Gets the value of the referencedData property.- Returns:
- possible object is
String
-
setReferencedData
Sets the value of the referencedData property.- Parameters:
value- allowed object isString
-