Package org.cxml
Class XadesInclude
- java.lang.Object
-
- org.cxml.XadesInclude
-
public class XadesInclude extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringreferencedDataprotected java.lang.Stringuri
-
Constructor Summary
Constructors Constructor Description XadesInclude()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetReferencedData()Gets the value of the referencedData property.java.lang.StringgetURI()Gets the value of the uri property.voidsetReferencedData(java.lang.String value)Sets the value of the referencedData 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
-
getReferencedData
public java.lang.String getReferencedData()
Gets the value of the referencedData property.- Returns:
- possible object is
String
-
setReferencedData
public void setReferencedData(java.lang.String value)
Sets the value of the referencedData property.- Parameters:
value- allowed object isString
-
-