java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.IDPEntryType

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>
 
  • Field Details

    • providerID

      protected String providerID
    • name

      protected String name
    • loc

      protected String loc
  • Constructor Details

    • IDPEntryType

      public IDPEntryType()
  • Method Details

    • getProviderID

      public String getProviderID()
      Gets the value of the providerID property.
      Returns:
      possible object is String
    • setProviderID

      public void setProviderID(String value)
      Sets the value of the providerID property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getLoc

      public String getLoc()
      Gets the value of the loc property.
      Returns:
      possible object is String
    • setLoc

      public void setLoc(String value)
      Sets the value of the loc property.
      Parameters:
      value - allowed object is String