Package org.cxml
Class XadesNoticeRef
- java.lang.Object
-
- org.cxml.XadesNoticeRef
-
public class XadesNoticeRef extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected XadesNoticeNumbersxadesNoticeNumbersprotected java.lang.StringxadesOrganization
-
Constructor Summary
Constructors Constructor Description XadesNoticeRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XadesNoticeNumbersgetXadesNoticeNumbers()Gets the value of the xadesNoticeNumbers property.java.lang.StringgetXadesOrganization()Gets the value of the xadesOrganization property.voidsetXadesNoticeNumbers(XadesNoticeNumbers value)Sets the value of the xadesNoticeNumbers property.voidsetXadesOrganization(java.lang.String value)Sets the value of the xadesOrganization property.
-
-
-
Field Detail
-
xadesOrganization
protected java.lang.String xadesOrganization
-
xadesNoticeNumbers
protected XadesNoticeNumbers xadesNoticeNumbers
-
-
Method Detail
-
getXadesOrganization
public java.lang.String getXadesOrganization()
Gets the value of the xadesOrganization property.- Returns:
- possible object is
String
-
setXadesOrganization
public void setXadesOrganization(java.lang.String value)
Sets the value of the xadesOrganization property.- Parameters:
value- allowed object isString
-
getXadesNoticeNumbers
public XadesNoticeNumbers getXadesNoticeNumbers()
Gets the value of the xadesNoticeNumbers property.- Returns:
- possible object is
XadesNoticeNumbers
-
setXadesNoticeNumbers
public void setXadesNoticeNumbers(XadesNoticeNumbers value)
Sets the value of the xadesNoticeNumbers property.- Parameters:
value- allowed object isXadesNoticeNumbers
-
-