Class IDPEntryType
java.lang.Object
eu.europa.esig.saml.jaxb.protocol.IDPEntryType
- All Implemented Interfaces:
Serializable
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>
- See Also:
-
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
Gets the value of the providerID property.- Returns:
- possible object is
String
-
setProviderID
Sets the value of the providerID property.- Parameters:
value
- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getLoc
Gets the value of the loc property.- Returns:
- possible object is
String
-
setLoc
Sets the value of the loc property.- Parameters:
value
- allowed object isString
-