Class IDPEntryType
java.lang.Object
eu.europa.esig.saml.jaxb.protocol.IDPEntryType
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLoc()
Gets the value of the loc property.getName()
Gets the value of the name property.Gets the value of the providerID property.void
Sets the value of the loc property.void
Sets the value of the name property.void
setProviderID
(String value) Sets the value of the providerID property.
-
Field Details
-
providerID
-
name
-
loc
-
-
Constructor Details
-
IDPEntryType
public IDPEntryType()
-
-
Method Details
-
getProviderID
-
setProviderID
-
getName
-
setName
-
getLoc
-
setLoc
-