Class NameIDPolicyType
java.lang.Object
eu.europa.esig.saml.jaxb.protocol.NameIDPolicyType
- All Implemented Interfaces:
Serializable
public class NameIDPolicyType extends Object implements Serializable
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>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected Boolean
allowCreate
protected String
format
protected String
spNameQualifier
-
Constructor Summary
Constructors Constructor Description NameIDPolicyType()
-
Method Summary
Modifier and Type Method Description String
getFormat()
Gets the value of the format property.String
getSPNameQualifier()
Gets the value of the spNameQualifier property.Boolean
isAllowCreate()
Gets the value of the allowCreate property.void
setAllowCreate(Boolean value)
Sets the value of the allowCreate property.void
setFormat(String value)
Sets the value of the format property.void
setSPNameQualifier(String value)
Sets the value of the spNameQualifier property.
-
Field Details
-
Constructor Details
-
NameIDPolicyType
public NameIDPolicyType()
-
-
Method Details
-
getFormat
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
Sets the value of the format property.- Parameters:
value
- allowed object isString
-
getSPNameQualifier
Gets the value of the spNameQualifier property.- Returns:
- possible object is
String
-
setSPNameQualifier
Sets the value of the spNameQualifier property.- Parameters:
value
- allowed object isString
-
isAllowCreate
Gets the value of the allowCreate property.- Returns:
- possible object is
Boolean
-
setAllowCreate
Sets the value of the allowCreate property.- Parameters:
value
- allowed object isBoolean
-