Package org.cxml
Class XadesAttributeRevocationRefs
java.lang.Object
org.cxml.XadesAttributeRevocationRefs
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected XadesCRLRefsprotected XadesOCSPRefsprotected XadesOtherRefs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the xadesCRLRefs property.Gets the value of the xadesOCSPRefs property.Gets the value of the xadesOtherRefs property.voidSets the value of the id property.voidsetXadesCRLRefs(XadesCRLRefs value) Sets the value of the xadesCRLRefs property.voidsetXadesOCSPRefs(XadesOCSPRefs value) Sets the value of the xadesOCSPRefs property.voidsetXadesOtherRefs(XadesOtherRefs value) Sets the value of the xadesOtherRefs property.
-
Field Details
-
id
-
xadesCRLRefs
-
xadesOCSPRefs
-
xadesOtherRefs
-
-
Constructor Details
-
XadesAttributeRevocationRefs
public XadesAttributeRevocationRefs()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getXadesCRLRefs
Gets the value of the xadesCRLRefs property.- Returns:
- possible object is
XadesCRLRefs
-
setXadesCRLRefs
Sets the value of the xadesCRLRefs property.- Parameters:
value- allowed object isXadesCRLRefs
-
getXadesOCSPRefs
Gets the value of the xadesOCSPRefs property.- Returns:
- possible object is
XadesOCSPRefs
-
setXadesOCSPRefs
Sets the value of the xadesOCSPRefs property.- Parameters:
value- allowed object isXadesOCSPRefs
-
getXadesOtherRefs
Gets the value of the xadesOtherRefs property.- Returns:
- possible object is
XadesOtherRefs
-
setXadesOtherRefs
Sets the value of the xadesOtherRefs property.- Parameters:
value- allowed object isXadesOtherRefs
-