public class IDPEntryType extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected String |
loc |
protected String |
name |
protected URI |
providerID |
Constructor and Description |
---|
IDPEntryType() |
Modifier and Type | Method and Description |
---|---|
String |
getLoc()
Gets the value of the loc property.
|
String |
getName()
Gets the value of the name property.
|
URI |
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(URI value)
Sets the value of the providerID property.
|
protected URI providerID
protected String name
protected String loc
public URI getProviderID()
String
public void setProviderID(URI value)
value
- allowed object is String
public String getName()
String
public void setName(String value)
value
- allowed object is String
public String getLoc()
String
Copyright © 2017 JBoss by Red Hat. All rights reserved.