Interface NameIDPolicyType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface NameIDPolicyType extends XmlObject
An XML NameIDPolicyType(@urn:oasis:names:tc:SAML:2.0:protocol). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNameIDPolicyType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAllowCreate()Gets the "AllowCreate" attributeStringgetFormat()Gets the "Format" attributeStringgetSPNameQualifier()Gets the "SPNameQualifier" attributebooleanisSetAllowCreate()True if has "AllowCreate" attributebooleanisSetFormat()True if has "Format" attributebooleanisSetSPNameQualifier()True if has "SPNameQualifier" attributevoidsetAllowCreate(boolean allowCreate)Sets the "AllowCreate" attributevoidsetFormat(String format)Sets the "Format" attributevoidsetSPNameQualifier(String spNameQualifier)Sets the "SPNameQualifier" attributevoidunsetAllowCreate()Unsets the "AllowCreate" attributevoidunsetFormat()Unsets the "Format" attributevoidunsetSPNameQualifier()Unsets the "SPNameQualifier" attributeXmlBooleanxgetAllowCreate()Gets (as xml) the "AllowCreate" attributeXmlAnyURIxgetFormat()Gets (as xml) the "Format" attributeXmlStringxgetSPNameQualifier()Gets (as xml) the "SPNameQualifier" attributevoidxsetAllowCreate(XmlBoolean allowCreate)Sets (as xml) the "AllowCreate" attributevoidxsetFormat(XmlAnyURI format)Sets (as xml) the "Format" attributevoidxsetSPNameQualifier(XmlString spNameQualifier)Sets (as xml) the "SPNameQualifier" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getFormat
String getFormat()
Gets the "Format" attribute
-
xgetFormat
XmlAnyURI xgetFormat()
Gets (as xml) the "Format" attribute
-
isSetFormat
boolean isSetFormat()
True if has "Format" attribute
-
setFormat
void setFormat(String format)
Sets the "Format" attribute
-
xsetFormat
void xsetFormat(XmlAnyURI format)
Sets (as xml) the "Format" attribute
-
unsetFormat
void unsetFormat()
Unsets the "Format" attribute
-
getSPNameQualifier
String getSPNameQualifier()
Gets the "SPNameQualifier" attribute
-
xgetSPNameQualifier
XmlString xgetSPNameQualifier()
Gets (as xml) the "SPNameQualifier" attribute
-
isSetSPNameQualifier
boolean isSetSPNameQualifier()
True if has "SPNameQualifier" attribute
-
setSPNameQualifier
void setSPNameQualifier(String spNameQualifier)
Sets the "SPNameQualifier" attribute
-
xsetSPNameQualifier
void xsetSPNameQualifier(XmlString spNameQualifier)
Sets (as xml) the "SPNameQualifier" attribute
-
unsetSPNameQualifier
void unsetSPNameQualifier()
Unsets the "SPNameQualifier" attribute
-
getAllowCreate
boolean getAllowCreate()
Gets the "AllowCreate" attribute
-
xgetAllowCreate
XmlBoolean xgetAllowCreate()
Gets (as xml) the "AllowCreate" attribute
-
isSetAllowCreate
boolean isSetAllowCreate()
True if has "AllowCreate" attribute
-
setAllowCreate
void setAllowCreate(boolean allowCreate)
Sets the "AllowCreate" attribute
-
xsetAllowCreate
void xsetAllowCreate(XmlBoolean allowCreate)
Sets (as xml) the "AllowCreate" attribute
-
unsetAllowCreate
void unsetAllowCreate()
Unsets the "AllowCreate" attribute
-
-