Package org.cxml
Class DsSignatureProperties
- java.lang.Object
-
- org.cxml.DsSignatureProperties
-
public class DsSignatureProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<DsSignatureProperty>dsSignaturePropertyprotected java.lang.Stringid
-
Constructor Summary
Constructors Constructor Description DsSignatureProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DsSignatureProperty>getDsSignatureProperty()Gets the value of the dsSignatureProperty property.java.lang.StringgetId()Gets the value of the id property.voidsetId(java.lang.String value)Sets the value of the id property.
-
-
-
Field Detail
-
id
protected java.lang.String id
-
dsSignatureProperty
protected java.util.List<DsSignatureProperty> dsSignatureProperty
-
-
Method Detail
-
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
-
getDsSignatureProperty
public java.util.List<DsSignatureProperty> getDsSignatureProperty()
Gets the value of the dsSignatureProperty property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the dsSignatureProperty property.For example, to add a new item, do as follows:
getDsSignatureProperty().add(newItem);Objects of the following type(s) are allowed in the list
DsSignatureProperty
-
-