Package org.cxml
Class XadesSPUserNotice
- java.lang.Object
-
- org.cxml.XadesSPUserNotice
-
public class XadesSPUserNotice extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringxadesExplicitTextprotected XadesNoticeRefxadesNoticeRef
-
Constructor Summary
Constructors Constructor Description XadesSPUserNotice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetXadesExplicitText()Gets the value of the xadesExplicitText property.XadesNoticeRefgetXadesNoticeRef()Gets the value of the xadesNoticeRef property.voidsetXadesExplicitText(java.lang.String value)Sets the value of the xadesExplicitText property.voidsetXadesNoticeRef(XadesNoticeRef value)Sets the value of the xadesNoticeRef property.
-
-
-
Field Detail
-
xadesNoticeRef
protected XadesNoticeRef xadesNoticeRef
-
xadesExplicitText
protected java.lang.String xadesExplicitText
-
-
Method Detail
-
getXadesNoticeRef
public XadesNoticeRef getXadesNoticeRef()
Gets the value of the xadesNoticeRef property.- Returns:
- possible object is
XadesNoticeRef
-
setXadesNoticeRef
public void setXadesNoticeRef(XadesNoticeRef value)
Sets the value of the xadesNoticeRef property.- Parameters:
value- allowed object isXadesNoticeRef
-
getXadesExplicitText
public java.lang.String getXadesExplicitText()
Gets the value of the xadesExplicitText property.- Returns:
- possible object is
String
-
setXadesExplicitText
public void setXadesExplicitText(java.lang.String value)
Sets the value of the xadesExplicitText property.- Parameters:
value- allowed object isString
-
-