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

public class NameIDPolicyType extends Object

Java class for NameIDPolicyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NameIDPolicyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Format" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="SPNameQualifier" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="AllowCreate" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • format

      protected String format
    • spNameQualifier

      protected String spNameQualifier
    • allowCreate

      protected Boolean allowCreate
  • Constructor Details

    • NameIDPolicyType

      public NameIDPolicyType()
  • Method Details

    • getFormat

      public String getFormat()
      Gets the value of the format property.
      Returns:
      possible object is String
    • setFormat

      public void setFormat(String value)
      Sets the value of the format property.
      Parameters:
      value - allowed object is String
    • getSPNameQualifier

      public String getSPNameQualifier()
      Gets the value of the spNameQualifier property.
      Returns:
      possible object is String
    • setSPNameQualifier

      public void setSPNameQualifier(String value)
      Sets the value of the spNameQualifier property.
      Parameters:
      value - allowed object is String
    • isAllowCreate

      public Boolean isAllowCreate()
      Gets the value of the allowCreate property.
      Returns:
      possible object is Boolean
    • setAllowCreate

      public void setAllowCreate(Boolean value)
      Sets the value of the allowCreate property.
      Parameters:
      value - allowed object is Boolean