Interface ApplicationVersion
-
- All Superinterfaces:
org.opensaml.saml.common.SAMLObject,StringValueSamlObject,org.opensaml.core.xml.XMLObject
- All Known Implementing Classes:
ApplicationVersionImpl
public interface ApplicationVersion extends StringValueSamlObject
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_ELEMENT_LOCAL_NAMEstatic javax.xml.namespace.QNameDEFAULT_ELEMENT_NAME
-
Method Summary
-
Methods inherited from interface uk.gov.ida.saml.core.extensions.StringValueSamlObject
getValue, setValue
-
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
-
DEFAULT_ELEMENT_LOCAL_NAME
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
- See Also:
- Constant Field Values
-
DEFAULT_ELEMENT_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
-
-