Class 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>
     
    • Field Detail

      • providerID

        protected URI providerID
    • Constructor Detail

      • IDPEntryType

        public IDPEntryType()
    • Method Detail

      • getProviderID

        public URI getProviderID()
        Gets the value of the providerID property.
        Returns:
        possible object is String
      • setProviderID

        public void setProviderID​(URI value)
        Sets the value of the providerID property.
        Parameters:
        value - allowed object is String
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getLoc

        public String getLoc()
        Gets the value of the loc property.
        Returns:
        possible object is String
      • setLoc

        public void setLoc​(String value)
        Sets the value of the loc property.
        Parameters:
        value - allowed object is String