Class RegionsType


  • public class RegionsType
    extends java.lang.Object

    Java class for RegionsType complex type.

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

     <complexType name="RegionsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="identifiedRegions">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="countryOnly" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="1024" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </choice>
         </restriction>
       </complexContent>
     </complexType>