Package org.cxml
Class XadesCommitmentTypeIndication
- java.lang.Object
-
- org.cxml.XadesCommitmentTypeIndication
-
public class XadesCommitmentTypeIndication extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected XadesCommitmentTypeIdxadesCommitmentTypeIdprotected XadesCommitmentTypeQualifiersxadesCommitmentTypeQualifiersprotected java.util.List<java.lang.Object>xadesObjectReferenceOrXadesAllSignedDataObjects
-
Constructor Summary
Constructors Constructor Description XadesCommitmentTypeIndication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XadesCommitmentTypeIdgetXadesCommitmentTypeId()Gets the value of the xadesCommitmentTypeId property.XadesCommitmentTypeQualifiersgetXadesCommitmentTypeQualifiers()Gets the value of the xadesCommitmentTypeQualifiers property.java.util.List<java.lang.Object>getXadesObjectReferenceOrXadesAllSignedDataObjects()Gets the value of the xadesObjectReferenceOrXadesAllSignedDataObjects property.voidsetXadesCommitmentTypeId(XadesCommitmentTypeId value)Sets the value of the xadesCommitmentTypeId property.voidsetXadesCommitmentTypeQualifiers(XadesCommitmentTypeQualifiers value)Sets the value of the xadesCommitmentTypeQualifiers property.
-
-
-
Field Detail
-
xadesCommitmentTypeId
protected XadesCommitmentTypeId xadesCommitmentTypeId
-
xadesObjectReferenceOrXadesAllSignedDataObjects
protected java.util.List<java.lang.Object> xadesObjectReferenceOrXadesAllSignedDataObjects
-
xadesCommitmentTypeQualifiers
protected XadesCommitmentTypeQualifiers xadesCommitmentTypeQualifiers
-
-
Method Detail
-
getXadesCommitmentTypeId
public XadesCommitmentTypeId getXadesCommitmentTypeId()
Gets the value of the xadesCommitmentTypeId property.- Returns:
- possible object is
XadesCommitmentTypeId
-
setXadesCommitmentTypeId
public void setXadesCommitmentTypeId(XadesCommitmentTypeId value)
Sets the value of the xadesCommitmentTypeId property.- Parameters:
value- allowed object isXadesCommitmentTypeId
-
getXadesObjectReferenceOrXadesAllSignedDataObjects
public java.util.List<java.lang.Object> getXadesObjectReferenceOrXadesAllSignedDataObjects()
Gets the value of the xadesObjectReferenceOrXadesAllSignedDataObjects 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 xadesObjectReferenceOrXadesAllSignedDataObjects property.For example, to add a new item, do as follows:
getXadesObjectReferenceOrXadesAllSignedDataObjects().add(newItem);Objects of the following type(s) are allowed in the list
XadesObjectReferenceXadesAllSignedDataObjects
-
getXadesCommitmentTypeQualifiers
public XadesCommitmentTypeQualifiers getXadesCommitmentTypeQualifiers()
Gets the value of the xadesCommitmentTypeQualifiers property.- Returns:
- possible object is
XadesCommitmentTypeQualifiers
-
setXadesCommitmentTypeQualifiers
public void setXadesCommitmentTypeQualifiers(XadesCommitmentTypeQualifiers value)
Sets the value of the xadesCommitmentTypeQualifiers property.- Parameters:
value- allowed object isXadesCommitmentTypeQualifiers
-
-