Class ScopingType

java.lang.Object
eu.europa.esig.saml.jaxb.protocol.ScopingType

public class ScopingType extends Object

Java class for ScopingType complex type.

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

 <complexType name="ScopingType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}IDPList" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}RequesterID" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="ProxyCount" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
     </restriction>
   </complexContent>
 </complexType>