Interface SPType
- All Superinterfaces:
SAMLObject, XMLObject
- All Known Implementing Classes:
SPTypeImpl
The eIDAS
<eidas:SPType> element.
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
xmlns="http://eidas.europa.eu/saml-extensions"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://eidas.europa.eu/saml-extensions"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
version="1">
<xs:element name="SPType" type="SPTypeType"/>
<xs:simpleType name="SPTypeType">
<xs:restriction base="xs:string">
<xs:enumeration value="public"/>
<xs:enumeration value="private"/>
</xs:restriction>
</xs:simpleType>
</xsd:schema>
- Author:
- Martin Lindström
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetType()Returns the SP type.voidsetType(SPTypeEnumeration type) Assigns the SP typeMethods inherited from interface XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getType
-
setType
-