Class XmlUserNotice
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlUserNotice
- All Implemented Interfaces:
Serializable
Java class for UserNotice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserNotice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Organization" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="NoticeNumbers" minOccurs="0"> <simpleType> <list itemType="{http://www.w3.org/2001/XMLSchema}integer" /> </simpleType> </element> <element name="ExplicitText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the explicitText property.Gets the value of the noticeNumbers property.Gets the value of the organization property.void
setExplicitText
(String value) Sets the value of the explicitText property.void
setOrganization
(String value) Sets the value of the organization property.
-
Field Details
-
organization
-
noticeNumbers
-
explicitText
-
-
Constructor Details
-
XmlUserNotice
public XmlUserNotice()
-
-
Method Details
-
getOrganization
Gets the value of the organization property.- Returns:
- possible object is
String
-
setOrganization
Sets the value of the organization property.- Parameters:
value
- allowed object isString
-
getNoticeNumbers
Gets the value of the noticeNumbers 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
set
method for the noticeNumbers property.For example, to add a new item, do as follows:
getNoticeNumbers().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger
-
getExplicitText
Gets the value of the explicitText property.- Returns:
- possible object is
String
-
setExplicitText
Sets the value of the explicitText property.- Parameters:
value
- allowed object isString
-