|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.saml._2_0.protocol.IDPEntry
@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:40:51+02:00", comments="JAXB RI v2.3.6") public class IDPEntry
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>
Constructor Summary | |
---|---|
IDPEntry()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IDPEntry()
Method Detail |
---|
public String getProviderID()
String
public void setProviderID(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getLoc()
String
public void setLoc(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |