Interface Version
-
- All Superinterfaces:
org.opensaml.saml.saml2.core.AttributeValue,org.opensaml.saml.common.SAMLObject,org.opensaml.core.xml.XMLObject
- All Known Implementing Classes:
VersionImpl
public interface Version extends org.opensaml.saml.saml2.core.AttributeValue
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAMESPACE_PREFIXstatic java.lang.StringNAMESPACE_URIstatic java.lang.StringTYPE_LOCAL_NAMEstatic javax.xml.namespace.QNameTYPE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationVersiongetApplicationVersion()voidsetApplicationVersion(ApplicationVersion applicationVersion)-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, 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 Detail
-
TYPE_LOCAL_NAME
static final java.lang.String TYPE_LOCAL_NAME
- See Also:
- Constant Field Values
-
NAMESPACE_URI
static final java.lang.String NAMESPACE_URI
- See Also:
- Constant Field Values
-
NAMESPACE_PREFIX
static final java.lang.String NAMESPACE_PREFIX
- See Also:
- Constant Field Values
-
TYPE_NAME
static final javax.xml.namespace.QName TYPE_NAME
-
-
Method Detail
-
getApplicationVersion
ApplicationVersion getApplicationVersion()
-
setApplicationVersion
void setApplicationVersion(ApplicationVersion applicationVersion)
-
-