Package org.cxml

Class XadesInclude


  • public class XadesInclude
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String referencedData  
      protected java.lang.String uri  
    • Constructor Summary

      Constructors 
      Constructor Description
      XadesInclude()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getReferencedData()
      Gets the value of the referencedData property.
      java.lang.String getURI()
      Gets the value of the uri property.
      void setReferencedData​(java.lang.String value)
      Sets the value of the referencedData property.
      void setURI​(java.lang.String value)
      Sets the value of the uri property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • uri

        protected java.lang.String uri
      • referencedData

        protected java.lang.String referencedData
    • Constructor Detail

      • XadesInclude

        public XadesInclude()
    • 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 is String
      • 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 is String