Class IDPEntryType
java.lang.Object
eu.europa.esig.saml.jaxb.protocol.IDPEntryType
- All Implemented Interfaces:
Serializable
public class IDPEntryType extends Object implements 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:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description IDPEntryType()
-
Method Summary
Modifier and Type Method Description String
getLoc()
Gets the value of the loc property.String
getName()
Gets the value of the name property.String
getProviderID()
Gets the value of the providerID property.void
setLoc(String value)
Sets the value of the loc property.void
setName(String value)
Sets the value of the name property.void
setProviderID(String value)
Sets the value of the providerID property.
-
Field Details
-
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
-