Class XmlUserNotice

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlUserNotice
All Implemented Interfaces:
Serializable

public class XmlUserNotice extends Object implements 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 Details

    • organization

      protected String organization
    • noticeNumbers

      protected List<BigInteger> noticeNumbers
    • explicitText

      protected String explicitText
  • Constructor Details

    • XmlUserNotice

      public XmlUserNotice()
  • Method Details

    • getOrganization

      public String getOrganization()
      Gets the value of the organization property.
      Returns:
      possible object is String
    • setOrganization

      public void setOrganization(String value)
      Sets the value of the organization property.
      Parameters:
      value - allowed object is String
    • getNoticeNumbers

      public List<BigInteger> 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 Jakarta XML Binding 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

      public String getExplicitText()
      Gets the value of the explicitText property.
      Returns:
      possible object is String
    • setExplicitText

      public void setExplicitText(String value)
      Sets the value of the explicitText property.
      Parameters:
      value - allowed object is String