Package org.sourceid.protocol.saml11.xml
Interface NameIdentifierType
-
- All Superinterfaces:
XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
public interface NameIdentifierType extends XmlString
An XML NameIdentifierType(@urn:oasis:names:tc:SAML:1.0:assertion). This is an atomic type that is a restriction of org.sourceid.protocol.saml11.xml.NameIdentifierType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNameIdentifierType.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 StringgetFormat()Gets the "Format" attributeStringgetNameQualifier()Gets the "NameQualifier" attributebooleanisSetFormat()True if has "Format" attributebooleanisSetNameQualifier()True if has "NameQualifier" attributevoidsetFormat(String format)Sets the "Format" attributevoidsetNameQualifier(String nameQualifier)Sets the "NameQualifier" attributevoidunsetFormat()Unsets the "Format" attributevoidunsetNameQualifier()Unsets the "NameQualifier" attributeXmlAnyURIxgetFormat()Gets (as xml) the "Format" attributeXmlStringxgetNameQualifier()Gets (as xml) the "NameQualifier" attributevoidxsetFormat(XmlAnyURI format)Sets (as xml) the "Format" attributevoidxsetNameQualifier(XmlString nameQualifier)Sets (as xml) the "NameQualifier" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
-
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
-
getNameQualifier
String getNameQualifier()
Gets the "NameQualifier" attribute
-
xgetNameQualifier
XmlString xgetNameQualifier()
Gets (as xml) the "NameQualifier" attribute
-
isSetNameQualifier
boolean isSetNameQualifier()
True if has "NameQualifier" attribute
-
setNameQualifier
void setNameQualifier(String nameQualifier)
Sets the "NameQualifier" attribute
-
xsetNameQualifier
void xsetNameQualifier(XmlString nameQualifier)
Sets (as xml) the "NameQualifier" attribute
-
unsetNameQualifier
void unsetNameQualifier()
Unsets the "NameQualifier" attribute
-
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
-
-