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: