Package org.cxml

Class DsSignatureProperty

java.lang.Object
org.cxml.DsSignatureProperty

public class DsSignatureProperty extends Object
  • Field Details

    • target

      protected String target
    • id

      protected String id
    • value

      protected String value
  • Constructor Details

    • DsSignatureProperty

      public DsSignatureProperty()
  • Method Details

    • getTarget

      public String getTarget()
      Gets the value of the target property.
      Returns:
      possible object is String
    • setTarget

      public void setTarget(String value)
      Sets the value of the target property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getvalue

      public String getvalue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setvalue

      public void setvalue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String