org.jboss.identity.federation.saml.v2.protocol
Class IDPEntryType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.protocol.IDPEntryType

public class IDPEntryType
extends java.lang.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>
 


Field Summary
protected  java.lang.String loc
           
protected  java.lang.String name
           
protected  java.lang.String providerID
           
 
Constructor Summary
IDPEntryType()
           
 
Method Summary
 java.lang.String getLoc()
          Gets the value of the loc property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getProviderID()
          Gets the value of the providerID property.
 void setLoc(java.lang.String value)
          Sets the value of the loc property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setProviderID(java.lang.String value)
          Sets the value of the providerID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

providerID

protected java.lang.String providerID

name

protected java.lang.String name

loc

protected java.lang.String loc
Constructor Detail

IDPEntryType

public IDPEntryType()
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 is String

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 is String

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 is String


Copyright © 2009 JBoss Inc.. All Rights Reserved.