Class IDPEntryType

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

public class IDPEntryType extends Object

Java class for IDPEntryType complex type.

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

 <complexType name="IDPEntryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="ProviderID" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Loc" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>