Class IDPEntryType
- java.lang.Object
-
- org.certificateservices.messages.saml2.protocol.jaxb.IDPEntryType
-
public class IDPEntryType extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringlocprotected java.lang.Stringnameprotected java.lang.StringproviderID
-
Constructor Summary
Constructors Constructor Description IDPEntryType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLoc()Gets the value of the loc property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetProviderID()Gets the value of the providerID property.voidsetLoc(java.lang.String value)Sets the value of the loc property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetProviderID(java.lang.String value)Sets the value of the providerID property.
-
-
-
Method Detail
-
getProviderID
public java.lang.String getProviderID()
Gets the value of the providerID property.- Returns:
- possible object is
String
-
setProviderID
public void setProviderID(java.lang.String value)
Sets the value of the providerID property.- Parameters:
value- allowed object isString
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getLoc
public java.lang.String getLoc()
Gets the value of the loc property.- Returns:
- possible object is
String
-
setLoc
public void setLoc(java.lang.String value)
Sets the value of the loc property.- Parameters:
value- allowed object isString
-
-