Class IntegerListType

java.lang.Object
eu.europa.esig.xades.jaxb.xades122.IntegerListType

public class IntegerListType extends Object

Java class for IntegerListType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IntegerListType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="int" type="{http://www.w3.org/2001/XMLSchema}integer" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>