@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:18:07+02:00", comments="JAXB RI v2.2.11") public class IDPEntry 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>
| Constructor and Description |
|---|
IDPEntry() |
| Modifier and Type | Method and 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.
|
public String getProviderID()
Stringpublic void setProviderID(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getLoc()
String
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.